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
data/rails/locale/nl.yml CHANGED
@@ -1,18 +1,19 @@
1
+ ---
1
2
  nl:
2
3
  date:
3
4
  abbr_day_names:
4
- - zon
5
- - maa
6
- - din
7
- - woe
8
- - don
9
- - vri
10
- - zat
5
+ - zo
6
+ - ma
7
+ - di
8
+ - wo
9
+ - do
10
+ - vr
11
+ - za
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - jan
14
15
  - feb
15
- - mar
16
+ - mrt
16
17
  - apr
17
18
  - mei
18
19
  - jun
@@ -31,11 +32,11 @@ nl:
31
32
  - vrijdag
32
33
  - zaterdag
33
34
  formats:
34
- default: ! '%d/%m/%Y'
35
- long: ! '%e %B %Y'
36
- short: ! '%e %b'
35
+ default: "%d-%m-%Y"
36
+ long: "%e %B %Y"
37
+ short: "%e %b"
37
38
  month_names:
38
- -
39
+ -
39
40
  - januari
40
41
  - februari
41
42
  - maart
@@ -78,16 +79,16 @@ nl:
78
79
  other: meer dan %{count} jaar
79
80
  x_days:
80
81
  one: 1 dag
81
- other: ! '%{count} dagen'
82
+ other: "%{count} dagen"
82
83
  x_minutes:
83
84
  one: 1 minuut
84
- other: ! '%{count} minuten'
85
+ other: "%{count} minuten"
85
86
  x_months:
86
87
  one: 1 maand
87
- other: ! '%{count} maanden'
88
+ other: "%{count} maanden"
88
89
  x_seconds:
89
90
  one: 1 seconde
90
- other: ! '%{count} seconden'
91
+ other: "%{count} seconden"
91
92
  prompts:
92
93
  day: dag
93
94
  hour: uur
@@ -95,16 +96,17 @@ nl:
95
96
  month: maand
96
97
  second: seconde
97
98
  year: jaar
98
- errors: &errors
99
- format: ! '%{attribute} %{message}'
99
+ errors:
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: moet worden geaccepteerd
102
103
  blank: moet opgegeven zijn
103
- confirmation: komt niet met de bevestiging overeen
104
+ present: moet leeg zijn
105
+ confirmation: komt niet overeen met %{attribute}
104
106
  empty: moet opgegeven zijn
105
107
  equal_to: moet gelijk zijn aan %{count}
106
108
  even: moet even zijn
107
- exclusion: is niet beschikbaar
109
+ exclusion: is gereserveerd
108
110
  greater_than: moet groter zijn dan %{count}
109
111
  greater_than_or_equal_to: moet groter dan of gelijk zijn aan %{count}
110
112
  inclusion: is niet in de lijst opgenomen
@@ -114,48 +116,58 @@ nl:
114
116
  not_a_number: is geen getal
115
117
  not_an_integer: moet een geheel getal zijn
116
118
  odd: moet oneven zijn
117
- record_invalid: ! 'Validatie mislukt: %{errors}'
119
+ record_invalid: 'Validatie mislukt: %{errors}'
120
+ restrict_dependent_destroy:
121
+ one: Kan item niet verwijderen omdat %{record} afhankelijk is
122
+ many: Kan item niet verwijderen omdat afhankelijke %{record} bestaan
118
123
  taken: is al in gebruik
119
- too_long: is te lang (maximaal %{count} tekens)
120
- too_short: is te kort (minimaal %{count} tekens)
121
- wrong_length: heeft onjuiste lengte (moet %{count} tekens lang zijn)
124
+ too_long:
125
+ one: is te lang (maximaal %{count} teken)
126
+ other: is te lang (maximaal %{count} tekens)
127
+ too_short:
128
+ one: is te kort (minimaal %{count} teken)
129
+ other: is te kort (minimaal %{count} tekens)
130
+ wrong_length:
131
+ one: heeft onjuiste lengte (moet 1 teken lang zijn)
132
+ other: heeft onjuiste lengte (moet %{count} tekens lang zijn)
133
+ other_than: moet anders zijn dan %{count}
122
134
  template:
123
- body: ! 'Controleer de volgende velden:'
135
+ body: 'Er zijn problemen met de volgende velden:'
124
136
  header:
125
- one: ! '%{model} niet opgeslagen: 1 fout gevonden'
126
- other: ! '%{model} niet opgeslagen: %{count} fouten gevonden'
137
+ one: "%{model} niet opgeslagen: 1 fout gevonden"
138
+ other: "%{model} niet opgeslagen: %{count} fouten gevonden"
127
139
  helpers:
128
140
  select:
129
- prompt: Selecteer
141
+ prompt: Maak een keuze
130
142
  submit:
131
- create: ! '%{model} toevoegen'
132
- submit: ! '%{model} opslaan'
133
- update: ! '%{model} bewaren'
143
+ create: "%{model} toevoegen"
144
+ submit: "%{model} opslaan"
145
+ update: "%{model} bijwerken"
134
146
  number:
135
147
  currency:
136
148
  format:
137
- delimiter: .
138
- format: ! '%u%n'
149
+ delimiter: "."
150
+ format: "%u %n"
139
151
  precision: 2
140
- separator: ! ','
152
+ separator: ","
141
153
  significant: false
142
154
  strip_insignificant_zeros: false
143
- unit: €
155
+ unit: ""
144
156
  format:
145
- delimiter: .
157
+ delimiter: "."
146
158
  precision: 2
147
- separator: ! ','
159
+ separator: ","
148
160
  significant: false
149
161
  strip_insignificant_zeros: false
150
162
  human:
151
163
  decimal_units:
152
- format: ! '%n %u'
164
+ format: "%n %u"
153
165
  units:
154
166
  billion: miljard
155
167
  million: miljoen
156
- quadrillion: biljard
168
+ quadrillion: quadriljoen
157
169
  thousand: duizend
158
- trillion: biljoen
170
+ trillion: triljoen
159
171
  unit: ''
160
172
  format:
161
173
  delimiter: ''
@@ -163,11 +175,11 @@ nl:
163
175
  significant: true
164
176
  strip_insignificant_zeros: true
165
177
  storage_units:
166
- format: ! '%n %u'
178
+ format: "%n %u"
167
179
  units:
168
180
  byte:
169
- one: Byte
170
- other: Bytes
181
+ one: byte
182
+ other: bytes
171
183
  gb: GB
172
184
  kb: KB
173
185
  mb: MB
@@ -175,25 +187,19 @@ nl:
175
187
  percentage:
176
188
  format:
177
189
  delimiter: ''
190
+ format: "%n%"
178
191
  precision:
179
192
  format:
180
193
  delimiter: ''
181
194
  support:
182
195
  array:
183
- last_word_connector: ! ' en '
184
- two_words_connector: ! ' en '
185
- words_connector: ! ', '
196
+ last_word_connector: " en "
197
+ two_words_connector: " en "
198
+ words_connector: ", "
186
199
  time:
187
- am: ! '''s ochtends'
200
+ am: "'s ochtends"
188
201
  formats:
189
- default: ! '%a %d %b %Y %H:%M:%S %Z'
190
- long: ! '%d %B %Y %H:%M'
191
- short: ! '%d %b %H:%M'
192
- pm: ! '''s middags'
193
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
194
- activemodel:
195
- errors:
196
- <<: *errors
197
- activerecord:
198
- errors:
199
- <<: *errors
202
+ default: "%a %d %b %Y %H:%M:%S %Z"
203
+ long: "%d %B %Y %H:%M"
204
+ short: "%d %b %H:%M"
205
+ pm: "'s middags"
data/rails/locale/nn.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  nn:
2
3
  date:
3
4
  abbr_day_names:
@@ -31,9 +32,9 @@ nn:
31
32
  - fredag
32
33
  - laurdag
33
34
  formats:
34
- default: ! '%d.%m.%Y'
35
- long: ! '%e. %B %Y'
36
- short: ! '%e. %b'
35
+ default: "%d.%m.%Y"
36
+ long: "%e. %B %Y"
37
+ short: "%e. %b"
37
38
  month_names:
38
39
  -
39
40
  - januar
@@ -63,6 +64,7 @@ nn:
63
64
  about_x_years:
64
65
  one: rundt 1 år
65
66
  other: rundt %{count} år
67
+ almost_x_years: nesten %{count} år
66
68
  half_a_minute: eit halvt minutt
67
69
  less_than_x_minutes:
68
70
  one: mindre enn 1 minutt
@@ -75,21 +77,29 @@ nn:
75
77
  other: over %{count} år
76
78
  x_days:
77
79
  one: 1 dag
78
- other: ! '%{count} dagar'
80
+ other: "%{count} dagar"
79
81
  x_minutes:
80
82
  one: 1 minutt
81
- other: ! '%{count} minutt'
83
+ other: "%{count} minutt"
82
84
  x_months:
83
85
  one: 1 månad
84
- other: ! '%{count} månader'
86
+ other: "%{count} månader"
85
87
  x_seconds:
86
88
  one: 1 sekund
87
- other: ! '%{count} sekund'
88
- errors: &errors
89
- format: ! '%{attribute} %{message}'
89
+ other: "%{count} sekund"
90
+ prompts:
91
+ day: Dag
92
+ hour: Time
93
+ minute: Minutt
94
+ month: Månad
95
+ second: Sekund
96
+ year: År
97
+ errors:
98
+ format: "%{attribute} %{message}"
90
99
  messages:
91
100
  accepted: må vera akseptert
92
101
  blank: kan ikkje vera blank
102
+ present: må vera blank
93
103
  confirmation: er ikkje stadfesta
94
104
  empty: kan ikkje vera tom
95
105
  equal_to: må vera lik %{count}
@@ -102,34 +112,60 @@ nn:
102
112
  less_than: må vera mindre enn %{count}
103
113
  less_than_or_equal_to: må vera mindre enn eller lik %{count}
104
114
  not_a_number: er ikkje eit tal
115
+ not_an_integer: er ikkje eit heiltal
105
116
  odd: må vera oddetal
106
- taken: er allerie i bruk
117
+ record_invalid: 'Valideringa mislukka: %{errors}'
118
+ restrict_dependent_destroy:
119
+ one: Kan ikkje sletta registreringa, fordi 1 avhengig %{record} finst.
120
+ many: Kan ikkje sletta registreringa, fordi avhengige %{record} finst.
121
+ taken: er allereie i bruk
107
122
  too_long: er for lang (maksimum %{count} teikn)
108
123
  too_short: er for kort (minimum %{count} teikn)
109
124
  wrong_length: har feil lengde (maksimum %{count} teikn)
125
+ other_than: må vera noko anna enn %{count}
110
126
  template:
111
- body: ! 'det oppstod problem i følgjande felt:'
127
+ body: 'det oppstod problem i følgjande felt:'
112
128
  header: kunne ikkje lagra %{model} grunna %{count} feil.
129
+ helpers:
130
+ select:
131
+ prompt: Gjer eit val
132
+ submit:
133
+ create: Lag %{model}
134
+ submit: Lagr %{model}
135
+ update: Oppdater %{model}
113
136
  number:
114
137
  currency:
115
138
  format:
116
- delimiter: ! ','
117
- format: ! '%n %u'
139
+ delimiter: ","
140
+ format: "%n %u"
118
141
  precision: 2
119
- separator: .
142
+ separator: "."
120
143
  significant: false
121
144
  strip_insignificant_zeros: false
122
145
  unit: kr
123
146
  format:
124
- delimiter: ! ','
147
+ delimiter: ","
125
148
  precision: 2
126
- separator: .
149
+ separator: "."
127
150
  significant: false
128
151
  strip_insignificant_zeros: false
129
152
  human:
130
153
  decimal_units:
131
- format: ! '%n %u'
154
+ format: "%n %u"
132
155
  units:
156
+ billion:
157
+ one: milliard
158
+ other: milliardar
159
+ million:
160
+ one: million
161
+ other: millionar
162
+ quadrillion:
163
+ one: billiard
164
+ other: billiardar
165
+ thousand: tusen
166
+ trillion:
167
+ one: billion
168
+ other: billionar
133
169
  unit: ''
134
170
  format:
135
171
  delimiter: ''
@@ -137,24 +173,30 @@ nn:
137
173
  significant: true
138
174
  strip_insignificant_zeros: true
139
175
  storage_units:
140
- format: ! '%n %u'
176
+ format: "%n %u"
177
+ units:
178
+ byte:
179
+ one: Byte
180
+ other: Bytes
181
+ gb: GB
182
+ kb: kB
183
+ mb: MB
184
+ tb: TB
141
185
  percentage:
142
186
  format:
143
187
  delimiter: ''
144
188
  precision:
145
189
  format:
146
190
  delimiter: ''
191
+ support:
192
+ array:
193
+ last_word_connector: " og "
194
+ two_words_connector: " og "
195
+ words_connector: ", "
147
196
  time:
148
197
  am: ''
149
198
  formats:
150
- default: ! '%A, %e. %B %Y, %H:%M'
151
- long: ! '%A, %e. %B %Y, %H:%M'
152
- short: ! '%e. %B, %H:%M'
199
+ default: "%A, %e. %B %Y, %H:%M"
200
+ long: "%A, %e. %B %Y, %H:%M"
201
+ short: "%e. %B, %H:%M"
153
202
  pm: ''
154
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
155
- activemodel:
156
- errors:
157
- <<: *errors
158
- activerecord:
159
- errors:
160
- <<: *errors
@@ -0,0 +1,193 @@
1
+ ---
2
+ or:
3
+ date:
4
+ abbr_day_names:
5
+ - ରବି
6
+ - ସୋମ
7
+ - ମଂଗଳ
8
+ - ବୁଧ
9
+ - ଗୁରୁ
10
+ - ଶୁକ୍ର
11
+ - ଶନି
12
+ abbr_month_names:
13
+ -
14
+ - ଜାନୁ
15
+ - ଫେବରୁ
16
+ - ମାର
17
+ - ଏପ୍ର
18
+ - ମାଈ
19
+ - ଜୁନ୍
20
+ - ଜୁଲ୍
21
+ - ଅଗସ୍ଟ
22
+ - ସେପ୍ଟ
23
+ - ଅକ୍ଟ
24
+ - ନୋଭ
25
+ - ଡିସ୍
26
+ day_names:
27
+ - ରବିବାର
28
+ - ସୋମବାର
29
+ - ମଗଂଳବାର
30
+ - ବୁଧବାର
31
+ - ଗୁରୁବାର
32
+ - ଶୁକ୍ରବାର
33
+ - ଶନିବାର
34
+ formats:
35
+ default: "%Y-%m-%d"
36
+ long: "%B %d, %Y"
37
+ short: "%b %d"
38
+ month_names:
39
+ -
40
+ - ଜାନୁୟାରୀ
41
+ - ଫେବୃୟାରୀ
42
+ - ମାର୍ଚ଼
43
+ - ଏପ୍ରଲ
44
+ - ମାଈ
45
+ - ଜୁନ୍
46
+ - ଜୁଲାୟ
47
+ - ଅଗଷ୍ତ
48
+ - ସେପ୍ଟମ୍ବର୍
49
+ - ଅକ୍ଟୋବର୍
50
+ - ନୋଭେମ୍ବର
51
+ - ଡିସମ୍ବର
52
+ order:
53
+ - :year
54
+ - :month
55
+ - :day
56
+ datetime:
57
+ distance_in_words:
58
+ about_x_hours:
59
+ one: ପାଖାପାଖି 1 ଘଣ୍ତ
60
+ other: ପାଖାପାଖି %{count} ଘଣ୍ତ
61
+ about_x_months:
62
+ one: ପାଖାପାଖି 1 ମାସ
63
+ other: ପାଖାପାଖି %{count} ମାସ
64
+ about_x_years:
65
+ one: ପାଖାପାଖି 1 year
66
+ other: ପାଖାପାଖି %{count} years
67
+ almost_x_years:
68
+ one: ଅଳ୍ପ ଉଣ 1 ବର୍ଷ
69
+ other: ଅଳ୍ପ ଉଣ %{count} ବର୍ଷ
70
+ half_a_minute: ଦେଢ ମିନଟ୍
71
+ less_than_x_minutes:
72
+ one: 1 ମିନଟ ବାକ
73
+ other: "%{count} ମିନଟ ବାକ"
74
+ less_than_x_seconds:
75
+ one: 1 ସେକଣ୍ଢ ବାକ
76
+ other: "%{count} ସେକଣ୍ଢ ବାକ"
77
+ over_x_years:
78
+ one: 1 ବର୍ଷରୁ ଅଧିକ
79
+ other: "%{count} ବର୍ଷରୁ ଅଧିକ"
80
+ x_days:
81
+ one: 1 ଦିନ
82
+ other: "%{count} ଦିନ"
83
+ x_minutes:
84
+ one: 1 ମିନଟ
85
+ other: "%{count} ମିନଟ"
86
+ x_months:
87
+ one: 1 ମାସ
88
+ other: "%{count} ମାସ"
89
+ x_seconds:
90
+ one: 1 ସେକଣ୍ଢ
91
+ other: "%{count} ସେକଣ୍ଢ"
92
+ prompts:
93
+ day: ଦିନ
94
+ hour: ଘଣ୍ତ
95
+ minute: ମିନଟ
96
+ month: ମାସ
97
+ second: ସେକଣ୍ଢ
98
+ year: ବର୍ଷ
99
+ errors:
100
+ format: "%{attribute} %{message}"
101
+ messages:
102
+ accepted: ଗ୍ରହଣ କରିବାର ଅଛି
103
+ blank: ଖାଲି ହେଇ ପାରୀବନ
104
+ confirmation: ପ୍ରମାଣ ହେଇନି
105
+ empty: ଖାଲି ହେଇପାରିବନି
106
+ equal_to: "%{count} କୁ ସମାନ"
107
+ even: ଯୁଗ୍ମ ହେବାର ଅଛି
108
+ exclusion: ସୁରଖିତ ଅଟେ
109
+ greater_than: "%{count} ରୁ ବଡ ହେବାର ଅଛି"
110
+ greater_than_or_equal_to: "%{count} ରୁ ବଡ କିମ୍ବା ସମାନ ହେବାର ଅଛି"
111
+ inclusion: ସୁଚୀ ରେ ଅନ୍ତର୍ଭୁକ୍ତ ନୁହେଁ
112
+ invalid: ଠିକ୍ ନୁହେଁ
113
+ less_than: "%{count} ରୁ ଛୋଟ"
114
+ less_than_or_equal_to: "%{count} ରୁ ଛୋଟ କିମ୍ବା ସମାନ ହେବାର ଅଛି"
115
+ not_a_number: ସଂଖ୍ଯ ନୁହେଁ
116
+ not_an_integer: ଗଣନ ସଂଖ୍ଯା ହେବାର ଅଛି
117
+ odd: ଅଯୁଗ୍ମ ହେବାର ଅଛି
118
+ record_invalid: 'ସଠିକ୍ ନୁହ: %{errors}'
119
+ taken: ଗ୍ରହଣ କରା ଯାଇଛି
120
+ too_long: ଦିର୍ଘତମ ଅଟେ(ଅତ୍ୟଧୀକ %{count} ଅଖ୍ଯର)
121
+ too_short: ଅତି ସଂଖିପ୍ତ ଅଟେ (ଅତ୍ଯଳ୍ପ %{count} ଅଖ୍ଯର ଅଟେ)
122
+ wrong_length: ଲମ୍ବା ଭୁଲ ଅଟେ (%{count} ଅଖ୍ଯର ହେବା ଉଚିତ୍)
123
+ template:
124
+ body: 'ନିମ୍ନ ଜାଗା ରେ ଅସୁବିଧା ହେଇଛି:'
125
+ header:
126
+ one: 1 ଭୁଲ ଯଗୁଁ ନିମ୍ନ %{model} ସୁରଖିତ ହେଇପାରି ନଥିଲା
127
+ other: "%{count} ଭୁଲ ଯଗୁଁ ଏହି %{model} ସୁରଖିତ ହେଇପାରି ନଥିଲା"
128
+ helpers:
129
+ select:
130
+ prompt: ପସନ୍ଦ କର
131
+ submit:
132
+ create: "%{model} ବନାଅ"
133
+ submit: "%{model} ସୁରଖିତ କର"
134
+ update: "%{model} ଅାଧୂନିକରଣ କର"
135
+ number:
136
+ currency:
137
+ format:
138
+ delimiter: ","
139
+ format: "%u%n"
140
+ precision: 2
141
+ separator: "."
142
+ significant: false
143
+ strip_insignificant_zeros: false
144
+ unit: "₹"
145
+ format:
146
+ delimiter: ","
147
+ precision: 3
148
+ separator: "."
149
+ significant: ମିଥ୍ଯା
150
+ strip_insignificant_zeros: ମିଥ୍ଯା
151
+ human:
152
+ decimal_units:
153
+ format: "%n %u"
154
+ units:
155
+ billion: ବିଲିୟନ୍
156
+ million: ମିଲିୟନ୍
157
+ quadrillion: ହଜାର ବିଲିୟନ୍
158
+ thousand: ହଜାର
159
+ trillion: ଟ୍ରିଲିୟନ୍
160
+ unit: ''
161
+ format:
162
+ delimiter: ''
163
+ precision: 3
164
+ significant: true
165
+ strip_insignificant_zeros: true
166
+ storage_units:
167
+ format: "%n %u"
168
+ units:
169
+ byte:
170
+ one: Byte
171
+ other: Bytes
172
+ gb: GB
173
+ kb: KB
174
+ mb: MB
175
+ tb: TB
176
+ percentage:
177
+ format:
178
+ delimiter: ''
179
+ precision:
180
+ format:
181
+ delimiter: ''
182
+ support:
183
+ array:
184
+ last_word_connector: ", ଏବଂ "
185
+ two_words_connector: " ଏବଂ "
186
+ words_connector: ", "
187
+ time:
188
+ am: ପୁର୍ଵାହ୍ନ
189
+ formats:
190
+ default: "%a, %d %b %Y %H:%M:%S %z"
191
+ long: "%B %d, %Y %H:%M"
192
+ short: "%d %b %H:%M"
193
+ pm: ଅପରାହ୍ନ