rails-i18n 0.6.5 → 4.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (188) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +217 -0
  3. data/README.md +48 -19
  4. data/lib/rails_i18n/common_pluralizations/east_slavic.rb +10 -3
  5. data/lib/rails_i18n/common_pluralizations/{only_one.rb → one_other.rb} +6 -5
  6. data/lib/rails_i18n/common_pluralizations/one_two_other.rb +7 -9
  7. data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
  8. data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
  9. data/rails/locale/af.yml +199 -0
  10. data/rails/locale/ar.yml +163 -87
  11. data/rails/locale/az.yml +36 -42
  12. data/rails/locale/be.yml +205 -0
  13. data/rails/locale/bg.yml +28 -34
  14. data/rails/locale/{bn-IN.yml → bn.yml} +36 -42
  15. data/rails/locale/bs.yml +46 -44
  16. data/rails/locale/ca.yml +43 -49
  17. data/rails/locale/cs.yml +75 -62
  18. data/rails/locale/cy.yml +88 -44
  19. data/rails/locale/da.yml +32 -32
  20. data/rails/locale/de-AT.yml +48 -41
  21. data/rails/locale/de-CH.yml +58 -47
  22. data/rails/locale/de-DE.yml +210 -0
  23. data/rails/locale/de.yml +51 -44
  24. data/rails/locale/el.yml +41 -41
  25. data/rails/locale/en-AU.yml +28 -34
  26. data/rails/locale/en-CA.yml +28 -43
  27. data/rails/locale/en-GB.yml +28 -34
  28. data/rails/locale/en-IE.yml +199 -0
  29. data/rails/locale/en-IN.yml +28 -34
  30. data/rails/locale/en-NZ.yml +199 -0
  31. data/rails/locale/en-US.yml +35 -35
  32. data/rails/locale/en-ZA.yml +205 -0
  33. data/rails/locale/en.yml +34 -34
  34. data/rails/locale/eo.yml +28 -34
  35. data/rails/locale/es-419.yml +199 -0
  36. data/rails/locale/es-AR.yml +38 -39
  37. data/rails/locale/es-CL.yml +32 -33
  38. data/rails/locale/es-CO.yml +38 -39
  39. data/rails/locale/es-CR.yml +204 -0
  40. data/rails/locale/es-EC.yml +205 -0
  41. data/rails/locale/es-ES.yml +204 -0
  42. data/rails/locale/es-MX.yml +39 -39
  43. data/rails/locale/es-PA.yml +205 -0
  44. data/rails/locale/es-PE.yml +60 -37
  45. data/rails/locale/es-US.yml +204 -0
  46. data/rails/locale/es-VE.yml +40 -41
  47. data/rails/locale/es.yml +41 -36
  48. data/rails/locale/et.yml +33 -39
  49. data/rails/locale/eu.yml +41 -47
  50. data/rails/locale/fa.yml +41 -47
  51. data/rails/locale/fi.yml +43 -49
  52. data/rails/locale/fr-CA.yml +29 -35
  53. data/rails/locale/fr-CH.yml +35 -35
  54. data/rails/locale/fr-FR.yml +207 -0
  55. data/rails/locale/fr.yml +172 -187
  56. data/rails/locale/{gl-ES.yml → gl.yml} +33 -39
  57. data/rails/locale/he.yml +35 -41
  58. data/rails/locale/hi-IN.yml +35 -41
  59. data/rails/locale/hi.yml +37 -43
  60. data/rails/locale/hr.yml +61 -61
  61. data/rails/locale/hu.yml +51 -57
  62. data/rails/locale/id.yml +50 -44
  63. data/rails/locale/is.yml +31 -31
  64. data/rails/locale/it-CH.yml +199 -0
  65. data/rails/locale/it.yml +82 -82
  66. data/rails/locale/ja.yml +53 -55
  67. data/rails/locale/km.yml +164 -0
  68. data/rails/locale/kn.yml +38 -44
  69. data/rails/locale/ko.yml +29 -35
  70. data/rails/locale/lb.yml +206 -0
  71. data/rails/locale/lo.yml +85 -43
  72. data/rails/locale/lt.yml +85 -49
  73. data/rails/locale/lv.yml +63 -48
  74. data/rails/locale/mk.yml +80 -51
  75. data/rails/locale/mn.yml +56 -62
  76. data/rails/locale/mr-IN.yml +206 -0
  77. data/rails/locale/ms.yml +199 -0
  78. data/rails/locale/nb.yml +32 -33
  79. data/rails/locale/ne.yml +199 -0
  80. data/rails/locale/nl.yml +65 -59
  81. data/rails/locale/nn.yml +70 -28
  82. data/rails/locale/or.yml +193 -0
  83. data/rails/locale/pa.yml +205 -0
  84. data/rails/locale/pl.yml +69 -53
  85. data/rails/locale/pt-BR.yml +44 -44
  86. data/rails/locale/{pt-PT.yml → pt.yml} +35 -41
  87. data/rails/locale/rm.yml +74 -32
  88. data/rails/locale/ro.yml +41 -34
  89. data/rails/locale/ru.yml +51 -51
  90. data/rails/locale/sk.yml +35 -40
  91. data/rails/locale/sl.yml +33 -37
  92. data/rails/locale/sq.yml +205 -0
  93. data/rails/locale/sr.yml +128 -61
  94. data/rails/locale/{sv-SE.yml → sv.yml} +34 -34
  95. data/rails/locale/sw.yml +24 -30
  96. data/rails/locale/ta.yml +205 -0
  97. data/rails/locale/th.yml +25 -31
  98. data/rails/locale/tl.yml +105 -135
  99. data/rails/locale/tr.yml +62 -56
  100. data/rails/locale/tt.yml +215 -0
  101. data/rails/locale/ug.yml +204 -0
  102. data/rails/locale/uk.yml +54 -60
  103. data/rails/locale/ur.yml +206 -0
  104. data/rails/locale/uz.yml +251 -0
  105. data/rails/locale/vi.yml +33 -35
  106. data/rails/locale/wo.yml +30 -36
  107. data/rails/locale/zh-CN.yml +47 -41
  108. data/rails/locale/zh-HK.yml +205 -0
  109. data/rails/locale/zh-TW.yml +50 -44
  110. data/rails/locale/zh-YUE.yml +205 -0
  111. data/rails/pluralization/ar.rb +1 -0
  112. data/rails/pluralization/bg.rb +3 -0
  113. data/rails/pluralization/bn.rb +3 -0
  114. data/rails/pluralization/br.rb +1 -0
  115. data/rails/pluralization/ca.rb +3 -0
  116. data/rails/pluralization/da.rb +3 -0
  117. data/rails/pluralization/de-AT.rb +3 -0
  118. data/rails/pluralization/de-CH.rb +3 -0
  119. data/rails/pluralization/de-DE.rb +3 -0
  120. data/rails/pluralization/de.rb +3 -0
  121. data/rails/pluralization/el.rb +3 -0
  122. data/rails/pluralization/en-AU.rb +3 -0
  123. data/rails/pluralization/en-CA.rb +3 -0
  124. data/rails/pluralization/en-GB.rb +3 -0
  125. data/rails/pluralization/en-IN.rb +3 -0
  126. data/rails/pluralization/en-NZ.rb +3 -0
  127. data/rails/pluralization/en.rb +3 -0
  128. data/rails/pluralization/eo.rb +3 -0
  129. data/rails/pluralization/es-419.rb +3 -0
  130. data/rails/pluralization/es-AR.rb +3 -0
  131. data/rails/pluralization/es-CL.rb +3 -0
  132. data/rails/pluralization/es-CO.rb +3 -0
  133. data/rails/pluralization/es-EC.rb +3 -0
  134. data/rails/pluralization/es-ES.rb +3 -0
  135. data/rails/pluralization/es-MX.rb +3 -0
  136. data/rails/pluralization/es-PE.rb +3 -0
  137. data/rails/pluralization/es-VE.rb +3 -0
  138. data/rails/pluralization/es.rb +3 -0
  139. data/rails/pluralization/et.rb +3 -0
  140. data/rails/pluralization/eu.rb +3 -0
  141. data/rails/pluralization/fi.rb +3 -0
  142. data/rails/pluralization/fr-CA.rb +3 -0
  143. data/rails/pluralization/fr-CH.rb +3 -0
  144. data/rails/pluralization/fr-FR.rb +3 -0
  145. data/rails/pluralization/gl.rb +3 -0
  146. data/rails/pluralization/gv.rb +1 -0
  147. data/rails/pluralization/hi-IN.rb +3 -0
  148. data/rails/pluralization/hsb.rb +28 -0
  149. data/rails/pluralization/hu.rb +2 -2
  150. data/rails/pluralization/is.rb +3 -0
  151. data/rails/pluralization/it-CH.rb +3 -0
  152. data/rails/pluralization/it.rb +3 -0
  153. data/rails/pluralization/lag.rb +1 -0
  154. data/rails/pluralization/lt.rb +1 -0
  155. data/rails/pluralization/lv.rb +1 -0
  156. data/rails/pluralization/mk.rb +1 -0
  157. data/rails/pluralization/mn.rb +3 -0
  158. data/rails/pluralization/mr-IN.rb +3 -0
  159. data/rails/pluralization/mt.rb +1 -0
  160. data/rails/pluralization/nb.rb +3 -0
  161. data/rails/pluralization/ne.rb +3 -0
  162. data/rails/pluralization/nl.rb +3 -0
  163. data/rails/pluralization/nn.rb +3 -0
  164. data/rails/pluralization/or.rb +3 -0
  165. data/rails/pluralization/pa.rb +3 -0
  166. data/rails/pluralization/pl.rb +1 -0
  167. data/rails/pluralization/sl.rb +1 -0
  168. data/rails/pluralization/sv.rb +3 -0
  169. data/rails/pluralization/sw.rb +3 -0
  170. data/rails/pluralization/ur.rb +3 -0
  171. data/rails/pluralization/zh-CN.rb +3 -0
  172. data/rails/pluralization/zh-HK.rb +3 -0
  173. data/rails/pluralization/zh-TW.rb +3 -0
  174. data/rails/pluralization/zh-YUE.rb +3 -0
  175. data/rails/transliteration/de.yml +12 -0
  176. data/rails/transliteration/el.yml +104 -0
  177. data/rails/transliteration/fr.yml +36 -0
  178. data/rails/transliteration/pl.yml +22 -0
  179. data/rails/transliteration/ro.yml +14 -0
  180. data/rails/transliteration/ru.rb +2 -0
  181. data/rails/transliteration/uk.rb +3 -1
  182. metadata +278 -194
  183. data/rails/locale/csb.yml +0 -210
  184. data/rails/locale/dsb.yml +0 -215
  185. data/rails/locale/fur.yml +0 -199
  186. data/rails/locale/gsw-CH.yml +0 -199
  187. data/rails/locale/hsb.yml +0 -214
  188. data/rails/locale/sr-Latn.yml +0 -170
@@ -0,0 +1,205 @@
1
+ ---
2
+ sq:
3
+ date:
4
+ abbr_day_names:
5
+ - E Diel
6
+ - E Hënë
7
+ - E Martë
8
+ - E Mërkurë
9
+ - E Enjte
10
+ - E Premte
11
+ - E Shtunë
12
+ abbr_month_names:
13
+ -
14
+ - Janar
15
+ - Shkurt
16
+ - Mars
17
+ - Prill
18
+ - Maj
19
+ - Qershor
20
+ - Korrik
21
+ - Gusht
22
+ - Shtator
23
+ - Tetor
24
+ - Nëntor
25
+ - Dhjetor
26
+ day_names:
27
+ - E Diel
28
+ - E Hënë
29
+ - E Martë
30
+ - E Mërkurë
31
+ - E Enjte
32
+ - E Premte
33
+ - E Shtunë
34
+ formats:
35
+ default: "%m-%d-%Y"
36
+ long: "%B %d, %Y"
37
+ short: "%b %d"
38
+ month_names:
39
+ -
40
+ - Janar
41
+ - Shkurt
42
+ - Mars
43
+ - Prill
44
+ - Maj
45
+ - Qershor
46
+ - Korrik
47
+ - Gusht
48
+ - Shtator
49
+ - Tetor
50
+ - Nëntor
51
+ - Dhjetor
52
+ order:
53
+ - :month
54
+ - :day
55
+ - :year
56
+ datetime:
57
+ distance_in_words:
58
+ about_x_hours:
59
+ one: rreth 1 orë
60
+ other: rreth %{count} orë
61
+ about_x_months:
62
+ one: rreth 1 muaj
63
+ other: rreth %{count} muaj
64
+ about_x_years:
65
+ one: rreth 1 vit
66
+ other: rreth %{count} vite
67
+ almost_x_years:
68
+ one: gati 1 vit
69
+ other: gati %{count} vite
70
+ half_a_minute: gjysëm minute
71
+ less_than_x_minutes:
72
+ one: më pak se një minutë
73
+ other: më pak se %{count} minuta
74
+ less_than_x_seconds:
75
+ one: më pak se 1 sekond
76
+ other: më pak se %{count} sekonda
77
+ over_x_years:
78
+ one: mbi 1 vit
79
+ other: mbi %{count} vite
80
+ x_days:
81
+ one: 1 ditë
82
+ other: "%{count} ditë"
83
+ x_minutes:
84
+ one: 1 minutë
85
+ other: "%{count} minuta"
86
+ x_months:
87
+ one: 1 muaj
88
+ other: "%{count} muaj"
89
+ x_seconds:
90
+ one: 1 sekond
91
+ other: "%{count} sekonda"
92
+ prompts:
93
+ day: Ditë
94
+ hour: Orë
95
+ minute: Minutë
96
+ month: Muaj
97
+ second: Sekond
98
+ year: Vit
99
+ errors:
100
+ format: "%{attribute} %{message}"
101
+ messages:
102
+ accepted: duhet të pranohet
103
+ blank: nuk mund të jetë bosh
104
+ present: duhet të jetë bosh
105
+ confirmation: nuk përputhet me %{attribute}
106
+ empty: nuk mund të jetë bosh
107
+ equal_to: duhet të përputhet me %{count}
108
+ even: duhet të jetë i barabartë
109
+ exclusion: është i rezervuar
110
+ greater_than: duhet të jetë më shumë se %{count}
111
+ greater_than_or_equal_to: duhet të jetë më shumë ose i barabartë me %{count}
112
+ inclusion: nuk është i përfshirë në list
113
+ invalid: është e palejuar
114
+ less_than: duhet të jetë më pak se %{count}
115
+ less_than_or_equal_to: duhet të jetë më pak ose i barabartë me %{count}
116
+ not_a_number: nuk është numër
117
+ not_an_integer: duhet të jetë numër
118
+ odd: duhet të jetë tek
119
+ record_invalid: 'Validimi dështoi: %{errors}'
120
+ restrict_dependent_destroy:
121
+ one: Nuk mund të fshini rekordin për shkak se një %{record} i varur ekziston
122
+ many: Nuk mund të fshini rekordin për shkak se %{record} të varura ekzistojnë
123
+ taken: është marrë tashmë
124
+ too_long:
125
+ one: është shumë i gjatë (maksimumi është 1 shkronjë)
126
+ other: është shumë i gjatë (maksimumi është %{count} shkronja)
127
+ too_short:
128
+ one: është shumë i shkurtër (minimumi është 1 shkronjë)
129
+ other: është shumë i shkurtër (minimumi është %{count} shkronja)
130
+ wrong_length:
131
+ one: është gjatësia e gabuar (duhet të jetë 1 shkronjë)
132
+ other: është gjatësia e gabuar (duhet të jetë %{count} shkronja)
133
+ other_than: duhet të jetë më shumë se %{count}
134
+ template:
135
+ body: 'Kishte probleme me formën e mëposhtme:'
136
+ header:
137
+ one: 1 veprim i gabuar e ndaloi këtë %{model} për t'u ruajtur
138
+ other: "%{count} veprime të gabuara e ndaluan këtë %{model} për t'u ruajtur"
139
+ helpers:
140
+ select:
141
+ prompt: Ju lutem zgjidhni
142
+ submit:
143
+ create: Krijo %{model}
144
+ submit: Ruaj %{model}
145
+ update: Ndrysho %{model}
146
+ number:
147
+ currency:
148
+ format:
149
+ delimiter: ","
150
+ format: "%u%n"
151
+ precision: 2
152
+ separator: "."
153
+ significant: false
154
+ strip_insignificant_zeros: false
155
+ unit: "LEK"
156
+ format:
157
+ delimiter: ","
158
+ precision: 3
159
+ separator: "."
160
+ significant: false
161
+ strip_insignificant_zeros: false
162
+ human:
163
+ decimal_units:
164
+ format: "%n %u"
165
+ units:
166
+ billion: Bilion
167
+ million: Milion
168
+ quadrillion: Kuatrilion
169
+ thousand: Mijë
170
+ trillion: Trilion
171
+ unit: ''
172
+ format:
173
+ delimiter: ''
174
+ precision: 3
175
+ significant: true
176
+ strip_insignificant_zeros: true
177
+ storage_units:
178
+ format: "%n %u"
179
+ units:
180
+ byte:
181
+ one: Byte
182
+ other: Bytes
183
+ gb: GB
184
+ kb: KB
185
+ mb: MB
186
+ tb: TB
187
+ percentage:
188
+ format:
189
+ delimiter: ''
190
+ format: "%n%"
191
+ precision:
192
+ format:
193
+ delimiter: ''
194
+ support:
195
+ array:
196
+ last_word_connector: ", dhe "
197
+ two_words_connector: " dhe "
198
+ words_connector: ", "
199
+ time:
200
+ am: në mëngjes
201
+ formats:
202
+ default: "%a, %d %b %Y %I:%M:%S %p %Z"
203
+ long: "%B %d, %Y %I:%M %p"
204
+ short: "%d %b %I:%M %p"
205
+ pm: mbasdite
data/rails/locale/sr.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sr:
2
3
  date:
3
4
  abbr_day_names:
@@ -31,9 +32,9 @@ sr:
31
32
  - Петак
32
33
  - Субота
33
34
  formats:
34
- default: ! '%d/%m/%Y'
35
- long: ! '%B %e, %Y'
36
- short: ! '%e %b'
35
+ default: "%d/%m/%Y"
36
+ long: "%B %e, %Y"
37
+ short: "%e %b"
37
38
  month_names:
38
39
  -
39
40
  - Јануар
@@ -55,91 +56,148 @@ sr:
55
56
  datetime:
56
57
  distance_in_words:
57
58
  about_x_hours:
59
+ one: око %{count} сат
58
60
  few: око %{count} сата
59
- one: око 1 сат
61
+ many: око %{count} сати
60
62
  other: око %{count} сати
61
63
  about_x_months:
64
+ one: око %{count} месец
62
65
  few: око %{count} месеца
63
- one: око 1 месец
66
+ many: око %{count} месеци
64
67
  other: око %{count} месеци
65
68
  about_x_years:
66
- one: око 1 године
67
- other: око %{count} године
69
+ one: око %{count} године
70
+ few: око %{count} године
71
+ many: око %{count} година
72
+ other: око %{count} година
73
+ almost_x_years:
74
+ one: скоро %{count} година
75
+ few: скоро %{count} године
76
+ many: скоро %{count} година
77
+ other: скоро %{count} година
68
78
  half_a_minute: пола минуте
69
79
  less_than_x_minutes:
70
- one: мање од 1 минут
80
+ one: мање од %{count} минут
81
+ few: мање од %{count} минута
82
+ many: мање од %{count} минута
71
83
  other: мање од %{count} минута
72
- zero: мање од минута
73
84
  less_than_x_seconds:
74
85
  few: мање од %{count} секунде
75
- one: мање од 1 секунд
86
+ one: мање од %{count} секунд
87
+ many: мање од %{count} секунди
76
88
  other: мање од %{count} секунди
77
- zero: мање од 1 секунде
78
89
  over_x_years:
79
- one: преко 1 године
80
- other: преко %{count} године
90
+ one: преко %{count} године
91
+ few: преко %{count} године
92
+ many: преко %{count} година
93
+ other: преко %{count} година
81
94
  x_days:
82
- one: 1 дан
83
- other: ! '%{count} дана'
95
+ one: "%{count} дан"
96
+ few: "%{count} дана"
97
+ many: "%{count} дана"
98
+ other: "%{count} дана"
84
99
  x_minutes:
85
- one: 1 минут
86
- other: ! '%{count} минута'
100
+ one: "%{count} минут"
101
+ few: "%{count} минута"
102
+ many: "%{count} минута"
103
+ other: "%{count} минута"
87
104
  x_months:
88
- few: ! '%{count} месеца'
89
- one: 1 месец
90
- other: ! '%{count} месеци'
105
+ one: "%{count} месец"
106
+ few: "%{count} месеца"
107
+ many: "%{count} месеци"
108
+ other: "%{count} месеци"
91
109
  x_seconds:
92
- few: ! '%{count} секунде'
93
- one: 1 секунда
94
- other: ! '%{count} секунди'
95
- errors: &errors
96
- format: ! '%{attribute} %{message}'
110
+ one: "%{count} секунда"
111
+ few: "%{count} секунде"
112
+ many: "%{count} секунди"
113
+ other: "%{count} секунди"
114
+ prompts:
115
+ day: Дан
116
+ hour: Сат
117
+ minute: Минут
118
+ month: Месец
119
+ second: Секунд
120
+ year: Година
121
+ errors:
122
+ format: "%{attribute} %{message}"
97
123
  messages:
98
124
  accepted: мора бити прихваћено
99
- blank: мора бити дат
100
- confirmation: се не слаже са својом потврдом
101
- empty: мора бити дат
102
- equal_to: мора бити једнако %{count}
103
- even: мора бити парно
104
- exclusion: није доступно
105
- greater_than: мора бити веће од %{count}
106
- greater_than_or_equal_to: мора бити веће или једнако %{count}
125
+ blank: не сме бити празан
126
+ present: мора бити празан
127
+ confirmation: се не слаже са потврдом
128
+ empty: не сме бити празан
129
+ equal_to: мора бити једнак %{count}
130
+ even: мора бити паран
131
+ exclusion: је резервисан
132
+ greater_than: мора бити већи од %{count}
133
+ greater_than_or_equal_to: мора бити већи или једнак %{count}
107
134
  inclusion: није у листи
108
135
  invalid: није исправан
109
- less_than: мора бити мање од %{count}
110
- less_than_or_equal_to: мора бити мање или једнако %{count}
136
+ less_than: мора бити мањи од %{count}
137
+ less_than_or_equal_to: мора бити мањи или једнак %{count}
111
138
  not_a_number: није број
112
- odd: мора бити непарно
113
- taken: је заузето
114
- too_long: је предугачак (не више од %{count} карактера)
115
- too_short: је прекратак (не мање од %{count} карактера)
116
- wrong_length: није одговарајуће дужине (мора имати %{count} карактера)
139
+ not_an_integer: није цео број
140
+ odd: мора бити непаран
141
+ record_invalid: 'Валидација није успела: %{errors}'
142
+ restrict_dependent_destroy:
143
+ one: Није могуће обрисати запис јер постоји зависан %{record}
144
+ many: Није могуће обрисати запис јер постоје зависни %{record}
145
+ taken: је већ заузет
146
+ too_long:
147
+ one: је предугачак (максимум је %{count} знак)
148
+ few: је предугачак (максимум је %{count} знака)
149
+ many: је предугачак (максимум је %{count} знакова)
150
+ other: је предугачак (максимум је %{count} знакова)
151
+ too_short:
152
+ one: је прекратак (минимум је %{count} знак)
153
+ few: је прекратак (минимум је %{count} знака)
154
+ many: је прекратак (минимум је %{count} знакова)
155
+ other: је прекратак (минимум је %{count} знакова)
156
+ wrong_length:
157
+ one: није одговарајуће дужине (треба бити %{count} знак)
158
+ few: није одговарајуће дужине (треба бити %{count} знака)
159
+ many: није одговарајуће дужине (треба бити %{count} знакова)
160
+ other: није одговарајуће дужине (треба бити %{count} знакова)
161
+ other_than: мора бити различит од %{count}
117
162
  template:
118
- body: ! 'Молим Вас да проверите следећа поља:'
163
+ body: 'Молим Вас да проверите следећа поља:'
119
164
  header:
120
- few: ! 'Нисам успео сачувати %{model}: %{count} грешке.'
121
- one: ! 'Нисам успео сачувати %{model}: 1 грешка.'
122
- other: ! 'Нисам успео сачувати %{model}: %{count} грешки.'
165
+ one: 'Нисам успео сачувати %{model}: %{count} грешка.'
166
+ few: 'Нисам успео сачувати %{model}: %{count} грешке.'
167
+ many: 'Нисам успео сачувати %{model}: %{count} грешки.'
168
+ other: 'Нисам успео сачувати %{model}: %{count} грешки.'
169
+ helpers:
170
+ select:
171
+ prompt: Изаберите
172
+ submit:
173
+ create: Направи %{model}
174
+ submit: Сачувај %{model}
175
+ update: Измени %{model}
123
176
  number:
124
177
  currency:
125
178
  format:
126
- delimiter: ! ','
127
- format: ! '%n %u'
179
+ delimiter: ","
180
+ format: "%n %u"
128
181
  precision: 2
129
- separator: .
182
+ separator: "."
130
183
  significant: false
131
184
  strip_insignificant_zeros: false
132
185
  unit: ДИН
133
186
  format:
134
- delimiter: .
187
+ delimiter: "."
135
188
  precision: 3
136
- separator: ! ','
189
+ separator: ","
137
190
  significant: false
138
191
  strip_insignificant_zeros: false
139
192
  human:
140
193
  decimal_units:
141
- format: ! '%n %u'
194
+ format: "%n %u"
142
195
  units:
196
+ thousand: Хиљаду
197
+ million: Милион
198
+ billion: Милијарда
199
+ trillion: Трилион
200
+ quadrillion: Квадрилион
143
201
  unit: ''
144
202
  format:
145
203
  delimiter: ''
@@ -147,24 +205,33 @@ sr:
147
205
  significant: true
148
206
  strip_insignificant_zeros: true
149
207
  storage_units:
150
- format: ! '%n %u'
208
+ format: "%n %u"
209
+ units:
210
+ byte:
211
+ one: бајт
212
+ few: бајта
213
+ many: бајтова
214
+ other: бајтова
215
+ gb: ГБ
216
+ kb: КБ
217
+ mb: МБ
218
+ tb: ТБ
151
219
  percentage:
152
220
  format:
153
221
  delimiter: ''
222
+ format: "%n%"
154
223
  precision:
155
224
  format:
156
225
  delimiter: ''
226
+ support:
227
+ array:
228
+ last_word_connector: ", и "
229
+ two_words_connector: " и "
230
+ words_connector: ", "
157
231
  time:
158
232
  am: АМ
159
233
  formats:
160
- default: ! '%a %b %d %H:%M:%S %Z %Y'
161
- long: ! '%B %d, %Y %H:%M'
162
- short: ! '%d %b %H:%M'
234
+ default: "%a %b %d %H:%M:%S %Z %Y"
235
+ long: "%B %d, %Y %H:%M"
236
+ short: "%d %b %H:%M"
163
237
  pm: ПМ
164
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
165
- activemodel:
166
- errors:
167
- <<: *errors
168
- activerecord:
169
- errors:
170
- <<: *errors