You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rs.js 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. export default {
  2. app: {
  3. title: 'HR Centar'
  4. },
  5. refresh: {
  6. // title: 'Are you active?',
  7. // cta:
  8. // "You were registered as not active, please confirm that you are active in the next minute, if you don't you will be logged out.",
  9. },
  10. common: {
  11. // close: 'Close',
  12. // trademark: 'TM',
  13. // search: 'Search',
  14. // error: 'Error',
  15. // continue: 'Continue',
  16. labelUsername: 'Korisničko ime',
  17. labelPassword: 'Šifra',
  18. labelConfirmPassword: 'Ponovljena šifra',
  19. or: 'ili',
  20. // next: 'Next',
  21. // nextPage: 'Next page',
  22. // previousPage: 'Previous page',
  23. // back: 'Back',
  24. // goBack: 'Go Back',
  25. // ok: 'Ok',
  26. // done: 'Done',
  27. // confirm: 'Confirm',
  28. // printDownload: 'Print/Download',
  29. // cancel: 'Cancel',
  30. // remove: 'Remove',
  31. // invite: 'Invite',
  32. // save: 'Save',
  33. // complete: 'Complete',
  34. // download: 'Download',
  35. // yes: 'Yes',
  36. // no: 'No',
  37. // to: 'to',
  38. // select: 'Select...',
  39. // none: 'None',
  40. // date: {
  41. // range: '{{start}} to {{end}}',
  42. // },
  43. },
  44. login: {
  45. welcome: 'Dobrodošli!',
  46. // dontHaveAccount: "Don't have an account? ",
  47. // emailFormat: 'Invalid email address format.',
  48. // emailRequired: 'An email or username is required.',
  49. // noUsers: 'There are no users with that email.',
  50. // passwordStrength: 'Your password is {{strength}}.',
  51. // passwordLength: 'Your password contain between 8 and 50 characters.',
  52. // signUpRecommendation: 'Sign up',
  53. // email: 'Please enter your email address or username to log in:',
  54. logInTitle: 'Prijavi se',
  55. logIn: 'Prijavi se',
  56. // signUp: 'Sign Up',
  57. usernameRequired: 'Potrebno je uneti korisničko ime.',
  58. passwordRequired: 'Potrebno je uneti šifru.',
  59. forgotYourPassword: 'Zaboravio/la si šifru?',
  60. resetYourPassword: 'Nova šifra',
  61. resetYourPasswordHelpText: 'Unesi novu šifru.',
  62. forgotYourPasswordHelpText: 'Samo unesi e-mail adresu svog HR Center profila.',
  63. forgotYourPasswordButton: 'POŠALJI',
  64. forgotYourPasswordBackLink: 'Nazad na Login',
  65. forgotYourPasswordConfimation: 'Proveri email adresu da bi resetovao šifru.',
  66. passwordDontMatch: 'Šifre se ne poklapaju.',
  67. // _useDifferentEmail: 'Use different email address or username',
  68. // get useDifferentEmail() {
  69. // return this._useDifferentEmail;
  70. // },
  71. // set useDifferentEmail(value) {
  72. // this._useDifferentEmail = value;
  73. // },
  74. signInWithGoogle: 'Prijava putem Google-a'
  75. },
  76. // password: {
  77. // weak: 'weak',
  78. // average: 'average',
  79. // good: 'good',
  80. // strong: 'strong',
  81. // },
  82. // forgotPassword: {
  83. // title: 'Forgot Password',
  84. // label: 'Send email',
  85. // emailRequired: 'An email is required.',
  86. // emailFormat: 'Invalid email address format.',
  87. // forgotPassword: {
  88. // title: 'Forgot Password',
  89. // subtitle:
  90. // 'Please answer the security question to gain access to your account:',
  91. // label: 'Reset Password',
  92. // },
  93. // },
  94. // notFound: {
  95. // text: "We're sorry but we couldn't find the page you were looking for.",
  96. // goBack: 'Go back to homepage',
  97. // },
  98. // errorPage: {
  99. // text:
  100. // "We're sorry, an internal server error came up. Please be patient or try again later.",
  101. // goBack: 'Go back to homepage',
  102. // logout: 'Logout',
  103. // },
  104. // apiErrors:{
  105. // ClientIpAddressIsNullOrEmpty:"Client Ip address is null or empty",
  106. // UsernameDoesNotExist: "Username does not exist"
  107. // },
  108. nav:{
  109. ads: 'Oglasi',
  110. selectionFlow: 'Tok Selekcije',
  111. candidates: 'Kandidati',
  112. planer: 'Planer',
  113. patterns: 'Šabloni',
  114. stats: 'Statistika',
  115. users: 'Korisnici',
  116. signOut: 'Izloguj se'
  117. },
  118. ads: {
  119. activeAds: "Aktivni Oglasi",
  120. archiveAds: "Arhiva"
  121. }
  122. };