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 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. firstnameRequired: "Potrebno je uneti ime.",
  57. lastnameRequired: "Potrebno je uneti prezime.",
  58. emailRequired: "Potrebno je uneti email adresu.",
  59. // signUp: 'Sign Up',
  60. usernameRequired: "Potrebno je uneti korisničko ime.",
  61. passwordRequired: "Potrebno je uneti šifru.",
  62. forgotYourPassword: "Zaboravio/la si šifru?",
  63. resetYourPassword: "Nova šifra",
  64. resetYourPasswordHelpText: "Unesi novu šifru.",
  65. forgotYourPasswordHelpText:
  66. "Samo unesi e-mail adresu svog HR Center profila.",
  67. forgotYourPasswordButton: "POŠALJI",
  68. forgotYourPasswordBackLink: "Nazad na Login",
  69. forgotYourPasswordConfimation:
  70. "Proveri email adresu da bi resetovao šifru.",
  71. passwordDontMatch: "Šifre se ne poklapaju.",
  72. // _useDifferentEmail: 'Use different email address or username',
  73. // get useDifferentEmail() {
  74. // return this._useDifferentEmail;
  75. // },
  76. // set useDifferentEmail(value) {
  77. // this._useDifferentEmail = value;
  78. // },
  79. signInWithGoogle: "Prijava putem Google-a",
  80. },
  81. // password: {
  82. // weak: 'weak',
  83. // average: 'average',
  84. // good: 'good',
  85. // strong: 'strong',
  86. // },
  87. // forgotPassword: {
  88. // title: 'Forgot Password',
  89. // label: 'Send email',
  90. // emailRequired: 'An email is required.',
  91. // emailFormat: 'Invalid email address format.',
  92. // forgotPassword: {
  93. // title: 'Forgot Password',
  94. // subtitle:
  95. // 'Please answer the security question to gain access to your account:',
  96. // label: 'Reset Password',
  97. // },
  98. // },
  99. // notFound: {
  100. // text: "We're sorry but we couldn't find the page you were looking for.",
  101. // goBack: 'Go back to homepage',
  102. // },
  103. // errorPage: {
  104. // text:
  105. // "We're sorry, an internal server error came up. Please be patient or try again later.",
  106. // goBack: 'Go back to homepage',
  107. // logout: 'Logout',
  108. // },
  109. // apiErrors:{
  110. // ClientIpAddressIsNullOrEmpty:"Client Ip address is null or empty",
  111. // UsernameDoesNotExist: "Username does not exist"
  112. // },
  113. nav: {
  114. ads: 'Oglasi',
  115. selectionFlow: 'Tok Selekcije',
  116. candidates: 'Kandidati',
  117. schedule: 'Planer',
  118. patterns: 'Šabloni',
  119. statistics: "Statistika",
  120. users: 'Korisnici',
  121. signOut: 'Izloguj se'
  122. },
  123. ads: {
  124. activeAds: "Aktivni Oglasi",
  125. archiveAds: "Arhiva",
  126. adDetailsDescription:
  127. "Tim Diligent neprestano raste! Tražimo timskog igrača koji će raditi s iskusnim inženjerima. Ako je tehnologija vaša strast i spremni ste svaki dan pomicati granice svog znanja, onda je Diligent pravo mesto za vas. Ukoliko niste iz Niša, nudimo full-time remote poziciju.",
  128. adDetailsExperience: "godina iskustva",
  129. adDetailsExpiredAt: "Rok prijave do",
  130. adDetailsKeyResponsibilities: "Ključne Odgovornosti",
  131. adDetailsRequirements: "Zahtevi",
  132. adDetailsOffer: "Šta Nudimo",
  133. archiveAdsCandidates: "Prijavljeni kandidati",
  134. },
  135. selection: {
  136. title: "Tok Selekcije",
  137. subtitle: "Svi kandidati",
  138. tipHeader: "Savet za uspešan Screening test",
  139. tipBody: "Zapamtite da odeljenje za ljudske resurse u sebi sadrži reč „ljudski“. HR treba da vas vidi kakvi ste i da bi stekli osećaj za vašu stvarnu ličnost i postarali se da se dobro uklopite u kompaniju. Zato je bolje da se ponašate prirodno i opušteno. Važno je i pokazati da posedujete snažne međuljudske veštine i da se ponašate profesionalno. Na dan intervjua budite tačni, predstavite se pristojno i obucite se na odgovarajući način. To znači da razmislite o slici kompanije, ali i da se odevate na način koji vam je ugodan tokom dana.",
  140. filterStatus: "Status",
  141. filterDate: "Datum",
  142. filterFrom: "Od",
  143. filterTo: "Do",
  144. filterSubmit: "Pretraži"
  145. },
  146. users: {
  147. management: "Upravljanje korisnicima",
  148. fullName: 'Ime i prezime',
  149. position: 'Pozicija',
  150. invite: 'Pozovi',
  151. inviteUser: 'Pozovi korisnika',
  152. regLink: 'Registracioni link',
  153. receiver: 'Primalac',
  154. user: 'Korisnik',
  155. contact: 'Kontakt',
  156. phone: 'Telefon',
  157. socials: 'Društvene mreže',
  158. },
  159. filter: {
  160. title: "Filteri"
  161. },
  162. selectionLevels: {
  163. done: {
  164. HR: "HR intervjua",
  165. ST: "Screening testova",
  166. TI: "Tehnickih intervjua",
  167. FD: "Primljenih kandidata",
  168. },
  169. }
  170. };