Guest User

Untitled

a guest
Mar 5th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. "hr":
  2. date:
  3. formats:
  4. default: "%d. %m. %Y."
  5. short: "%e %b"
  6. long: "%B %e, %Y"
  7. only_day: "%e"
  8.  
  9. day_names: [Nedjelja, Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota]
  10. abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub]
  11. month_names: [~, Siječanj, Veljača, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac]
  12. abbr_month_names: [~, Sije, Velj, Ožu, Tra, Svib, Lip, Srp, Kol, Ruj, List, Stud, Pros]
  13. order: [ :day, :month, :year ]
  14.  
  15. time:
  16. formats:
  17. default: "%a %b %d %H:%M:%S %Z %Y"
  18. time: "%H:%M"
  19. short: "%d %b %H:%M"
  20. long: "%B %d, %Y %H:%M"
  21. only_second: "%S"
  22.  
  23. datetime:
  24. formats:
  25. default: "%Y-%m-%dT%H:%M:%S%Z"
  26.  
  27. am: 'AM'
  28. pm: 'PM'
  29.  
  30. datetime:
  31. distance_in_words:
  32. half_a_minute: 'pola minute'
  33. less_than_x_seconds:
  34. zero: 'manje od sekunde'
  35. one: 'manje od sekunde'
  36. few: 'manje od {{count}} sekunde'
  37. other: 'manje od {{count}} sekundi'
  38. x_seconds:
  39. one: 'jedna sekunda'
  40. few: '{{count}} sekunde'
  41. other: '{{count}} sekundi'
  42. less_than_x_minutes:
  43. zero: 'manje od minutu'
  44. one: 'manje od minutu'
  45. few: 'manje od {{count}} minute'
  46. other: 'manje od {{count}} minuta'
  47. x_minutes:
  48. one: 'jedna minuta'
  49. few: '{{count}} minute'
  50. other: '{{count}} minuta'
  51. about_x_hours:
  52. one: 'oko jedan sat'
  53. few: 'oko {{count}} sata'
  54. other: 'oko {{count}} sati'
  55. x_days:
  56. one: 'jedan dan'
  57. other: '{{count}} dana'
  58. about_x_months:
  59. one: 'oko jedan mesec'
  60. few: 'oko {{count}} mjeseca'
  61. other: 'oko {{count}} mjeseci'
  62. x_months:
  63. one: 'jedan mesec'
  64. few: '{{count}} mjeseca'
  65. other: '{{count}} mjeseci'
  66. about_x_years:
  67. one: 'oko godinu dana'
  68. few: 'oko {{count}} godine'
  69. other: 'oko {{count}} godina'
  70. over_x_years:
  71. one: 'više od godinu dana'
  72. few: 'više od {{count}} godine'
  73. other: 'više od {{count}} godina'
  74.  
  75. number:
  76. format:
  77. precision: 3
  78. separator: ','
  79. delimiter: '.'
  80. currency:
  81. format:
  82. unit: 'kn'
  83. precision: 2
  84. format: '%n %u'
  85.  
  86. support:
  87. array:
  88. sentence_connector: "i"
  89.  
  90. activerecord:
  91. errors:
  92. template:
  93. header:
  94. one: 'Nisam uspio sačuvati {{model}}: 1 greška'
  95. few: 'Nisam uspio sačuvati {{model}}: {{count}} greške.'
  96. other: 'Nisam uspio sačuvati {{model}}: {{count}} grešaka.'
  97. body: "Molim vas provjerite sljedeća polja:"
  98. messages:
  99. inclusion: "nije u listi"
  100. exclusion: "nije dostupno"
  101. invalid: "nije ispravno"
  102. confirmation: "se ne slaže sa svojom potvrdom"
  103. accepted: "mora biti prihvaćeno"
  104. empty: "mora biti dano"
  105. blank: "mora biti dano"
  106. too_long: "je predugačko (ne više od {{count}} znakova)"
  107. too_short: "je prekratko (ne manje od {{count}} znakova)"
  108. wrong_length: "nije odgovarajuće dužine (mora imati {{count}} znakova)"
  109. taken: "je zauzeto"
  110. not_a_number: "nije broj"
  111. greater_than: "mora biti veće od {{count}}"
  112. greater_than_or_equal_to: "mora biti veće ili jednako {{count}}"
  113. equal_to: "mora biti jednako {{count}}"
  114. less_than: "mora biti manje od {{count}}"
  115. less_than_or_equal_to: "mora biti manje ili jednako {{count}}"
  116. odd: "mora biti neparno"
  117. even: "mora biti parno"
  118.  
  119. # activerecord.errors.models.admin.attributes.title.blank
  120. # activerecord.errors.models.admin.blank
  121. # activerecord.errors.models.user.attributes.title.blank
  122. # activerecord.errors.models.user.blank
  123. # activerecord.errors.messages.blank
  124.  
  125. attributes:
  126. user:
  127. name: ime
  128. surname: prezime
  129. date_of_birth: datum rođenja
  130. phone: telefon
  131. address: adresa
  132. email: e-mail
  133. password: lozinka
  134. password_confirmation: potvrda lozinke
  135. college:
  136. name: ime
  137. abbreviation: skraćenica
  138. resume:
  139. about: o sebi
  140. past_experiences: prošla iskustva
  141. skills: vještine
  142. achievments: postignuća
  143. extras: ostalo
  144. education:
  145. enrolled_in: godina upisa
  146. graduate_in: godina diplomiranja
  147. grade_average: prosjek ocijena
  148. course: smijer
  149. extra_info: dodatno
  150. current_year: sadašnja godina
  151. status: status
Add Comment
Please, Sign In to add comment