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
@@ -1,4 +1,5 @@
1
- gl-ES:
1
+ ---
2
+ gl:
2
3
  date:
3
4
  abbr_day_names:
4
5
  - Dom
@@ -31,9 +32,9 @@ gl-ES:
31
32
  - Venres
32
33
  - Sábado
33
34
  formats:
34
- default: ! '%e/%m/%Y'
35
- long: ! '%A %e de %B de %Y'
36
- short: ! '%e %b'
35
+ default: "%e/%m/%Y"
36
+ long: "%A %e de %B de %Y"
37
+ short: "%e %b"
37
38
  month_names:
38
39
  -
39
40
  - Xaneiro
@@ -56,40 +57,40 @@ gl-ES:
56
57
  distance_in_words:
57
58
  about_x_hours:
58
59
  one: aproximadamente unha hora
59
- other: ! '%{count} horas'
60
+ other: "%{count} horas"
60
61
  about_x_months:
61
62
  one: aproximadamente 1 mes
62
- other: ! '%{count} meses'
63
+ other: "%{count} meses"
63
64
  about_x_years:
64
65
  one: aproximadamente 1 ano
65
- other: ! '%{count} anos'
66
+ other: "%{count} anos"
66
67
  half_a_minute: medio minuto
67
68
  less_than_x_minutes:
68
69
  one: 1 minuto
69
- other: ! '%{count} minutos'
70
+ other: "%{count} minutos"
70
71
  zero: menos dun minuto
71
72
  less_than_x_seconds:
72
73
  few: poucos segundos
73
74
  one: 1 segundo
74
- other: ! '%{count} segundos'
75
+ other: "%{count} segundos"
75
76
  zero: menos dun segundo
76
77
  over_x_years:
77
78
  one: máis dun ano
78
- other: ! '%{count} anos'
79
+ other: "%{count} anos"
79
80
  x_days:
80
81
  one: 1 día
81
- other: ! '%{count} días'
82
+ other: "%{count} días"
82
83
  x_minutes:
83
84
  one: 1 minuto
84
- other: ! '%{count} minuto'
85
+ other: "%{count} minuto"
85
86
  x_months:
86
87
  one: 1 mes
87
- other: ! '%{count} meses'
88
+ other: "%{count} meses"
88
89
  x_seconds:
89
90
  one: 1 segundo
90
- other: ! '%{count} segundos'
91
- errors: &errors
92
- format: ! '%{attribute} %{message}'
91
+ other: "%{count} segundos"
92
+ errors:
93
+ format: "%{attribute} %{message}"
93
94
  messages:
94
95
  accepted: debe ser aceptado
95
96
  blank: non pode estar en blanco
@@ -111,29 +112,29 @@ gl-ES:
111
112
  too_short: é demasiado curto (non menos de %{count} carácteres)
112
113
  wrong_length: non ten a lonxitude correcta (debe ser de %{count} carácteres)
113
114
  template:
114
- body: ! 'Atopáronse os seguintes problemas:'
115
+ body: 'Atopáronse os seguintes problemas:'
115
116
  header:
116
117
  one: 1 erro evitou que se poidese gardar o %{model}
117
- other: ! '%{count} erros evitaron que se poidese gardar o %{model}'
118
+ other: "%{count} erros evitaron que se poidese gardar o %{model}"
118
119
  number:
119
120
  currency:
120
121
  format:
121
- delimiter: .
122
- format: ! '%n %u'
122
+ delimiter: "."
123
+ format: "%n %u"
123
124
  precision: 2
124
- separator: ! ','
125
+ separator: ","
125
126
  significant: false
126
127
  strip_insignificant_zeros: false
127
- unit: €
128
+ unit: ""
128
129
  format:
129
- delimiter: .
130
+ delimiter: "."
130
131
  precision: 2
131
- separator: ! ','
132
+ separator: ","
132
133
  significant: false
133
134
  strip_insignificant_zeros: false
134
135
  human:
135
136
  decimal_units:
136
- format: ! '%n %u'
137
+ format: "%n %u"
137
138
  units:
138
139
  unit: ''
139
140
  format:
@@ -142,7 +143,7 @@ gl-ES:
142
143
  significant: true
143
144
  strip_insignificant_zeros: true
144
145
  storage_units:
145
- format: ! '%n %u'
146
+ format: "%n %u"
146
147
  units:
147
148
  byte:
148
149
  one: Byte
@@ -159,20 +160,13 @@ gl-ES:
159
160
  delimiter: ''
160
161
  support:
161
162
  array:
162
- last_word_connector: ! ' e '
163
- two_words_connector: ! ' e '
164
- words_connector: ! ', '
163
+ last_word_connector: " e "
164
+ two_words_connector: " e "
165
+ words_connector: ", "
165
166
  time:
166
167
  am: ''
167
168
  formats:
168
- default: ! '%A, %e de %B de %Y ás %H:%M'
169
- long: ! '%A %e de %B de %Y ás %H:%M'
170
- short: ! '%e/%m, %H:%M'
169
+ default: "%A, %e de %B de %Y ás %H:%M"
170
+ long: "%A %e de %B de %Y ás %H:%M"
171
+ short: "%e/%m, %H:%M"
171
172
  pm: ''
172
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
173
- activemodel:
174
- errors:
175
- <<: *errors
176
- activerecord:
177
- errors:
178
- <<: *errors
data/rails/locale/he.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  he:
2
3
  date:
3
4
  abbr_day_names:
@@ -10,7 +11,7 @@ he:
10
11
  - ש
11
12
  abbr_month_names:
12
13
  -
13
- - יאנ
14
+ - ינו
14
15
  - פבר
15
16
  - מרץ
16
17
  - אפר
@@ -31,9 +32,9 @@ he:
31
32
  - שישי
32
33
  - שבת
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
  - ינואר
@@ -80,16 +81,16 @@ he:
80
81
  other: מעל %{count} שנים
81
82
  x_days:
82
83
  one: יום אחד
83
- other: ! '%{count} ימים'
84
+ other: "%{count} ימים"
84
85
  x_minutes:
85
86
  one: דקה אחת
86
- other: ! '%{count} דקות'
87
+ other: "%{count} דקות"
87
88
  x_months:
88
89
  one: חודש אחד
89
- other: ! '%{count} חודשים'
90
+ other: "%{count} חודשים"
90
91
  x_seconds:
91
92
  one: שניה אחת
92
- other: ! '%{count} שניות'
93
+ other: "%{count} שניות"
93
94
  prompts:
94
95
  day: יום
95
96
  hour: שעה
@@ -97,8 +98,8 @@ he:
97
98
  month: חודש
98
99
  second: שניות
99
100
  year: שנה
100
- errors: &errors
101
- format: ! '%{attribute} %{message}'
101
+ errors:
102
+ format: "%{attribute} %{message}"
102
103
  messages:
103
104
  accepted: חייב באישור
104
105
  blank: לא יכול להיות ריק
@@ -116,42 +117,42 @@ he:
116
117
  not_a_number: חייב להיות מספר
117
118
  not_an_integer: חייב להיות מספר שלם
118
119
  odd: חייב להיות אי זוגי
119
- record_invalid: ! 'האימות נכשל: %{errors}'
120
+ record_invalid: 'האימות נכשל: %{errors}'
120
121
  taken: כבר בשימוש
121
- too_long: יותר מדי ארוך (לא יותר מ- %{count} תוים)
122
- too_short: יותר מדי קצר (לא יותר מ- %{count} תוים)
123
- wrong_length: לא באורך הנכון (חייב להיות %{count} תוים)
122
+ too_long: ארוך מדי (יותר מ- %{count} תווים)
123
+ too_short: קצר מדי (פחות מ- %{count} תווים)
124
+ wrong_length: לא באורך הנכון (חייב להיות %{count} תווים)
124
125
  template:
125
- body: ! 'אנא בדוק את השדות הבאים:'
126
+ body: 'אנא בדוק את השדות הבאים:'
126
127
  header:
127
- one: ! 'לא ניתן לשמור את ה%{model}: שגיאה אחת'
128
- other: ! 'לא ניתן לשמור את ה%{model}: %{count} שגיאות.'
128
+ one: 'לא ניתן לשמור את ה%{model}: שגיאה אחת'
129
+ other: 'לא ניתן לשמור את ה%{model}: %{count} שגיאות.'
129
130
  helpers:
130
131
  select:
131
132
  prompt: נא לבחור
132
133
  submit:
133
- create: ! '%{model} יצירת'
134
- submit: ! '%{model} שמור'
135
- update: ! '%{model} עדכון'
134
+ create: יצירת %{model}
135
+ submit: שמור %{model}
136
+ update: עדכון %{model}
136
137
  number:
137
138
  currency:
138
139
  format:
139
- delimiter: ! ','
140
- format: ! '%u %n'
140
+ delimiter: ","
141
+ format: "%u %n"
141
142
  precision: 2
142
- separator: .
143
+ separator: "."
143
144
  significant: false
144
145
  strip_insignificant_zeros: false
145
- unit: ₪
146
+ unit: ""
146
147
  format:
147
- delimiter: ! ','
148
+ delimiter: ","
148
149
  precision: 3
149
- separator: .
150
+ separator: "."
150
151
  significant: false
151
152
  strip_insignificant_zeros: false
152
153
  human:
153
154
  decimal_units:
154
- format: ! '%n %u'
155
+ format: "%n %u"
155
156
  units:
156
157
  billion: מיליארד
157
158
  million: מיליון
@@ -165,7 +166,7 @@ he:
165
166
  significant: true
166
167
  strip_insignificant_zeros: true
167
168
  storage_units:
168
- format: ! '%n %u'
169
+ format: "%n %u"
169
170
  units:
170
171
  byte:
171
172
  one: בייט
@@ -182,20 +183,13 @@ he:
182
183
  delimiter: ''
183
184
  support:
184
185
  array:
185
- last_word_connector: ! ', את '
186
- two_words_connector: ! ' את '
187
- words_connector: ! ', '
186
+ last_word_connector: " ו"
187
+ two_words_connector: " ו"
188
+ words_connector: ", "
188
189
  time:
189
190
  am: am
190
191
  formats:
191
- default: ! '%a %d %b %H:%M:%S %Z %Y'
192
- long: ! '%d ב%B, %Y %H:%M'
193
- short: ! '%d %b %H:%M'
192
+ default: "%a %d %b %H:%M:%S %Z %Y"
193
+ long: "%d ב%B, %Y %H:%M"
194
+ short: "%d %b %H:%M"
194
195
  pm: pm
195
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
196
- activemodel:
197
- errors:
198
- <<: *errors
199
- activerecord:
200
- errors:
201
- <<: *errors
@@ -1,3 +1,4 @@
1
+ ---
1
2
  hi-IN:
2
3
  date:
3
4
  abbr_day_names:
@@ -31,9 +32,9 @@ hi-IN:
31
32
  - शुक्रवार
32
33
  - शनिवार
33
34
  formats:
34
- default: ! '%d-%m-%Y'
35
- long: ! '%B %d, %Y'
36
- short: ! '%b %d'
35
+ default: "%d-%m-%Y"
36
+ long: "%B %d, %Y"
37
+ short: "%b %d"
37
38
  month_names:
38
39
  -
39
40
  - जनवरी
@@ -69,25 +70,25 @@ hi-IN:
69
70
  half_a_minute: एक आधा मिनट
70
71
  less_than_x_minutes:
71
72
  one: एक मिनट से कम
72
- other: ! '%{count} मिनट से कम'
73
+ other: "%{count} मिनट से कम"
73
74
  less_than_x_seconds:
74
75
  one: एक सेकंड से कम
75
- other: ! '%{count} सेकंड से कम'
76
+ other: "%{count} सेकंड से कम"
76
77
  over_x_years:
77
78
  one: एक साल के ऊपर
78
- other: ! '%{count} साल के ऊपर'
79
+ other: "%{count} साल के ऊपर"
79
80
  x_days:
80
81
  one: एक दिन
81
- other: ! '%{count} दिन'
82
+ other: "%{count} दिन"
82
83
  x_minutes:
83
84
  one: एक मिनट
84
- other: ! '%{count} मिनट'
85
+ other: "%{count} मिनट"
85
86
  x_months:
86
87
  one: एक महीना
87
- other: ! '%{count} महीना'
88
+ other: "%{count} महीना"
88
89
  x_seconds:
89
90
  one: एक सेकंड
90
- other: ! '%{count} सेकंड'
91
+ other: "%{count} सेकंड"
91
92
  prompts:
92
93
  day: दिन
93
94
  hour: घंटा
@@ -95,35 +96,35 @@ hi-IN:
95
96
  month: माह
96
97
  second: सेकंड
97
98
  year: वर्ष
98
- errors: &errors
99
- format: ! '%{attribute} %{message}'
99
+ errors:
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: होना स्वीकार किया जाना आवश्यक
102
103
  blank: खाली नहीं किया जा सकता
103
104
  confirmation: पुष्टिकरण मेल नहीं खाता
104
105
  empty: खाली नहीं किया जा सकता
105
- equal_to: ! '%{count} के लिए बराबर होना चाहिए'
106
+ equal_to: "%{count} के लिए बराबर होना चाहिए"
106
107
  even: सम होना चाहिए
107
108
  exclusion: आरक्षित है
108
- greater_than: ! '%{count} से अधिक होना चाहिए'
109
- greater_than_or_equal_to: ! '%{count} से बड़ा या बराबर होना आवश्यक है'
109
+ greater_than: "%{count} से अधिक होना चाहिए"
110
+ greater_than_or_equal_to: "%{count} से बड़ा या बराबर होना आवश्यक है"
110
111
  inclusion: सूची में शामिल नहीं है
111
112
  invalid: अवैध है
112
- less_than: ! '%{count} से कम होना चाहिए'
113
- less_than_or_equal_to: ! '%{count} से कम या बराबर होना आवश्यक है'
113
+ less_than: "%{count} से कम होना चाहिए"
114
+ less_than_or_equal_to: "%{count} से कम या बराबर होना आवश्यक है"
114
115
  not_a_number: कोई संख्या नहीं है
115
116
  not_an_integer: एक पूर्णांक होना चाहिए
116
117
  odd: विषम होना चाहिए
117
- record_invalid: ! 'सत्यापन विफल: %{errors}'
118
+ record_invalid: 'सत्यापन विफल: %{errors}'
118
119
  taken: पहले ही ले लिया गया है
119
120
  too_long: बहुत लंबा है (अधिकतम %{count} अक्षरों है)
120
121
  too_short: बहुत छोटा है (न्यूनतम %{count} अक्षरों है)
121
122
  wrong_length: गलत लंबाई है (%{count} वर्ण वाले होने चाहिए)
122
123
  template:
123
- body: ! 'वहाँ निम्नलिखित क्षेत्रों के साथ समस्याओं रहे थे:'
124
+ body: 'वहाँ निम्नलिखित क्षेत्रों के साथ समस्याओं रहे थे:'
124
125
  header:
125
126
  one: एक त्रुटि सहेजे जाने से इस %{model} को निषिद्ध
126
- other: ! '%{count} त्रुटियों को सहेजे जाने से इस %{model} निषिद्ध'
127
+ other: "%{count} त्रुटियों को सहेजे जाने से इस %{model} निषिद्ध"
127
128
  helpers:
128
129
  select:
129
130
  prompt: कृपया चुनें
@@ -134,22 +135,22 @@ hi-IN:
134
135
  number:
135
136
  currency:
136
137
  format:
137
- delimiter: ! ','
138
- format: ! '%u%n'
138
+ delimiter: ","
139
+ format: "%u%n"
139
140
  precision: 2
140
- separator: .
141
+ separator: "."
141
142
  significant: false
142
143
  strip_insignificant_zeros: false
143
- unit: ₹
144
+ unit: ""
144
145
  format:
145
- delimiter: ! ','
146
+ delimiter: ","
146
147
  precision: 3
147
- separator: .
148
+ separator: "."
148
149
  significant: false
149
150
  strip_insignificant_zeros: false
150
151
  human:
151
152
  decimal_units:
152
- format: ! '%n %u'
153
+ format: "%n %u"
153
154
  units:
154
155
  billion: अरब
155
156
  million: मिल्लिओंन
@@ -163,7 +164,7 @@ hi-IN:
163
164
  significant: true
164
165
  strip_insignificant_zeros: true
165
166
  storage_units:
166
- format: ! '%n %u'
167
+ format: "%n %u"
167
168
  units:
168
169
  byte:
169
170
  one: Byte
@@ -180,20 +181,13 @@ hi-IN:
180
181
  delimiter: ''
181
182
  support:
182
183
  array:
183
- last_word_connector: ! ', और '
184
- two_words_connector: ! ' और '
185
- words_connector: ! ', '
184
+ last_word_connector: ", और "
185
+ two_words_connector: " और "
186
+ words_connector: ", "
186
187
  time:
187
188
  am: am
188
189
  formats:
189
- default: ! '%a, %d %b %Y %H:%M:%S %z'
190
- long: ! '%B %d, %Y %H:%M'
191
- short: ! '%d %b %H:%M'
190
+ default: "%a, %d %b %Y %H:%M:%S %z"
191
+ long: "%B %d, %Y %H:%M"
192
+ short: "%d %b %H:%M"
192
193
  pm: pm
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