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/kn.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  kn:
2
3
  date:
3
4
  abbr_day_names:
@@ -31,9 +32,9 @@ kn:
31
32
  - ಶುಕ್ರವಾರ
32
33
  - ಶನಿವಾರ
33
34
  formats:
34
- default: ! '%Y-%m-%d'
35
- long: ! '%B %d, %Y'
36
- short: ! '%b %d'
35
+ default: "%Y-%m-%d"
36
+ long: "%B %d, %Y"
37
+ short: "%b %d"
37
38
  month_names:
38
39
  -
39
40
  - ಜನವರಿ
@@ -69,25 +70,25 @@ kn:
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: 1 ದಿನ
81
- other: ! '%{count} ದಿನಗಳು'
82
+ other: "%{count} ದಿನಗಳು"
82
83
  x_minutes:
83
84
  one: 1 ನಿಮಿಷ
84
- other: ! '%{count} ನಿಮಿಷಗಳು'
85
+ other: "%{count} ನಿಮಿಷಗಳು"
85
86
  x_months:
86
87
  one: 1 ತಿಂಗಳು
87
- other: ! '%{count} ತಿಂಗಳುಗಳು'
88
+ other: "%{count} ತಿಂಗಳುಗಳು"
88
89
  x_seconds:
89
90
  one: 1 ಸೆಕೆಂಡ್
90
- other: ! '%{count} ಸೆಕೆಂಡುಗಳು'
91
+ other: "%{count} ಸೆಕೆಂಡುಗಳು"
91
92
  prompts:
92
93
  day: ದಿನ
93
94
  hour: ಗಂಟೆ
@@ -95,61 +96,61 @@ kn:
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: 1 ಧೋಷದ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ
126
- other: ! '%{count} ಧೋಷಗಳ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ'
127
+ other: "%{count} ಧೋಷಗಳ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ"
127
128
  helpers:
128
129
  select:
129
130
  prompt: ದಯವಿಟ್ಟು ಆರಿಸಿ
130
131
  submit:
131
- create: ! '%{model} ರಚಿಸಿ'
132
- submit: ! '%{model} ಕಳುಹಿಸು'
133
- update: ! '%{model} ರಚಿಸಿ'
132
+ create: "%{model} ರಚಿಸಿ"
133
+ submit: "%{model} ಕಳುಹಿಸು"
134
+ update: "%{model} ರಚಿಸಿ"
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 @@ kn:
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 @@ kn:
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: ಪ್ರಾತಃಕಾಲ
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: ಅಪರನ್ನಃ
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
data/rails/locale/ko.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ko:
2
3
  date:
3
4
  abbr_day_names:
@@ -31,9 +32,9 @@ ko:
31
32
  - 금요일
32
33
  - 토요일
33
34
  formats:
34
- default: ! '%Y/%m/%d'
35
- long: ! '%Y년 %m월 %d일 (%a)'
36
- short: ! '%m/%d'
35
+ default: "%Y/%m/%d"
36
+ long: "%Y년 %m월 %d일 (%a)"
37
+ short: "%m/%d"
37
38
  month_names:
38
39
  -
39
40
  - 1월
@@ -65,29 +66,29 @@ ko:
65
66
  other: 약 %{count}년
66
67
  almost_x_years:
67
68
  one: 일 년 이하
68
- other: ! '%{count}년 이하'
69
+ other: "%{count}년 이하"
69
70
  half_a_minute: 30초
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,8 +96,8 @@ ko:
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: 에 내용을 입력해 주세요
@@ -120,10 +121,10 @@ ko:
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 @@ ko:
134
135
  number:
135
136
  currency:
136
137
  format:
137
- delimiter: ! ','
138
- format: ! '%n%u'
138
+ delimiter: ","
139
+ format: "%n%u"
139
140
  precision: 0
140
- separator: .
141
+ separator: "."
141
142
  significant: false
142
143
  strip_insignificant_zeros: false
143
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 @@ ko:
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
  gb: 기가바이트
@@ -178,20 +179,13 @@ ko:
178
179
  delimiter: ''
179
180
  support:
180
181
  array:
181
- last_word_connector: ! ', '
182
- two_words_connector: ! '와(과) '
183
- words_connector: ! ', '
182
+ last_word_connector: ", "
183
+ two_words_connector: '와(과) '
184
+ words_connector: ", "
184
185
  time:
185
186
  am: 오전
186
187
  formats:
187
- default: ! '%Y/%m/%d %H:%M:%S'
188
- long: ! '%Y년 %B월 %d일, %H시 %M분 %S초 %Z'
189
- short: ! '%y/%m/%d %H:%M'
188
+ default: "%Y/%m/%d %H:%M:%S"
189
+ long: "%Y년 %m월 %d일, %H시 %M분 %S초 %Z"
190
+ short: "%y/%m/%d %H:%M"
190
191
  pm: 오후
191
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
192
- activemodel:
193
- errors:
194
- <<: *errors
195
- activerecord:
196
- errors:
197
- <<: *errors
@@ -0,0 +1,206 @@
1
+ lb:
2
+ date:
3
+ abbr_day_names:
4
+ - Son
5
+ - Méi
6
+ - Dën
7
+ - Mët
8
+ - Don
9
+ - Fre
10
+ - Sam
11
+ abbr_month_names:
12
+ -
13
+ - Jan
14
+ - Feb
15
+ - Mäe
16
+ - Abr
17
+ - Mee
18
+ - Jun
19
+ - Jul
20
+ - Aug
21
+ - Sep
22
+ - Okt
23
+ - Nov
24
+ - Dez
25
+ day_names:
26
+ - Sonndeg
27
+ - Méindeg
28
+ - Dënschdeg
29
+ - Mëttwoch
30
+ - Donneschdeg
31
+ - Freideg
32
+ - Samschdeg
33
+ formats:
34
+ default: ! '%d.%m.%Y'
35
+ long: ! '%e. %B %Y'
36
+ short: ! '%e %b'
37
+ month_names:
38
+ -
39
+ - Januar
40
+ - Februar
41
+ - Mäerz
42
+ - Abrëll
43
+ - Mee
44
+ - Juni
45
+ - Juli
46
+ - August
47
+ - September
48
+ - Oktober
49
+ - November
50
+ - Dezember
51
+ order:
52
+ - :Joer
53
+ - :Mount
54
+ - :Dag
55
+ datetime:
56
+ distance_in_words:
57
+ about_x_hours:
58
+ one: ongeféier eng Stonn
59
+ other: ongeféier %{count} Stonnen
60
+ about_x_months:
61
+ one: ongeféier ee Mount
62
+ other: ongeféier %{count} Méint
63
+ about_x_years:
64
+ one: ongeféier ee Joer
65
+ other: ongeféier %{count} Joer
66
+ almost_x_years:
67
+ one: bal ee Joer
68
+ other: bal %{count} Joer
69
+ half_a_minute: eng hallef Minutt
70
+ less_than_x_minutes:
71
+ one: manner wéi eng Minutt
72
+ other: manner wéi %{count} Minutten
73
+ less_than_x_seconds:
74
+ one: manner wéi eng Sekonn
75
+ other: manner wéi %{count} Sekonnen
76
+ over_x_years:
77
+ one: méi wéi ee Joer
78
+ other: méi wéi %{count} Joer
79
+ x_days:
80
+ one: 1 Dag
81
+ other: ! '%{count} Deeg'
82
+ x_minutes:
83
+ one: 1 Minutt
84
+ other: ! '%{count} Minutten'
85
+ x_months:
86
+ one: 1 Mount
87
+ other: ! '%{count} Méint'
88
+ x_seconds:
89
+ one: 1 Sekonn
90
+ other: ! '%{count} Sekonnen'
91
+ prompts:
92
+ day: Dag
93
+ hour: Stonn
94
+ minute: Minutt
95
+ month: Mount
96
+ second: Sekonnen
97
+ year: Joer
98
+ errors:
99
+ format: ! '%{attribute} %{message}'
100
+ messages:
101
+ accepted: muss akzeptéiert ginn
102
+ blank: däerf net eidel sinn
103
+ present: muss eidel sinn
104
+ confirmation: ! "stëmmt net mat %{attribute} iwwerenee"
105
+ empty: däerf net eidel sinn
106
+ equal_to: muss d'selwecht si wéi %{count}
107
+ even: muss gerued sinn
108
+ exclusion: ass reservéiert
109
+ greater_than: muss méi grouss wéi %{count} sinn
110
+ greater_than_or_equal_to: muss méi grouss oder gläich si wéi %{count}
111
+ inclusion: ass net an der Lëscht dran
112
+ invalid: ass net valabel
113
+ less_than: muss méi kleng wéi %{count} sinn
114
+ less_than_or_equal_to: muss méi kleng oder gläich si wéi %{count}
115
+ not_a_number: ass keng Zuel
116
+ not_an_integer: muss eng ganz Zuel sinn
117
+ odd: muss ongerued sinn
118
+ record_invalid: ! 'Validatioun feelgeschlo: %{errors}'
119
+ restrict_dependent_destroy:
120
+ one: "Den Enregistrement kann net geläscht gi wëll et en dovun ofhängegt %{record} gëtt"
121
+ many: "Den Enregistrement kann net geläscht gi wëll et dovun ofhängegt %{record} gëtt"
122
+ taken: gouf scho geholl
123
+ too_long:
124
+ one: ass ze laang (Maximal 1 Zeechen)
125
+ other: ass ze laang (net méi wéi %{count} Zeechen)
126
+ too_short:
127
+ one: ass ze kuerz (Mniimal 1 Zeechen)
128
+ other: ass ze kuerz (mindestens %{count} Zeechen)
129
+ wrong_length:
130
+ one: huet déi falsch Längt (muss genee een Zeeche sinn)
131
+ other: huet déi falsch Längt (musse genee %{count} Zeeche sinn)
132
+ other_than: "muss anescht si wéi %{count}"
133
+ template:
134
+ body: ! 'Et gouf Problemer mat dëse Felder:'
135
+ header:
136
+ one: 1 Feeler verhënnert d'Späichere vu(n) %{model}
137
+ other: ! '%{count} Feeler verhënneren d''Späichere vu(n) %{model}'
138
+ helpers:
139
+ select:
140
+ prompt: Sicht w.e.g. eraus
141
+ submit:
142
+ create: uleeën %{model}
143
+ submit: späicheren %{model}
144
+ update: aktualiséieren %{model}
145
+ number:
146
+ currency:
147
+ format:
148
+ delimiter: ! ','
149
+ format: ! '%n %u'
150
+ precision: 2
151
+ separator: .
152
+ significant: false
153
+ strip_insignificant_zeros: false
154
+ unit: €
155
+ format:
156
+ delimiter: ! ','
157
+ precision: 2
158
+ separator: .
159
+ significant: false
160
+ strip_insignificant_zeros: false
161
+ human:
162
+ decimal_units:
163
+ format: ! '%n %u'
164
+ units:
165
+ billion: Milliard
166
+ million: Millioun
167
+ quadrillion:
168
+ one: Billiard
169
+ other: Billiarden
170
+ thousand: Dausend
171
+ trillion: Billioun
172
+ unit: ''
173
+ format:
174
+ delimiter: ''
175
+ precision: 3
176
+ significant: true
177
+ strip_insignificant_zeros: true
178
+ storage_units:
179
+ format: ! '%n %u'
180
+ units:
181
+ byte:
182
+ one: Byte
183
+ other: Byten
184
+ gb: GB
185
+ kb: KB
186
+ mb: MB
187
+ tb: TB
188
+ percentage:
189
+ format:
190
+ delimiter: ''
191
+ format: "%n%"
192
+ precision:
193
+ format:
194
+ delimiter: ''
195
+ support:
196
+ array:
197
+ last_word_connector: ! ', an '
198
+ two_words_connector: ! ' an '
199
+ words_connector: ! ', '
200
+ time:
201
+ am: moies
202
+ formats:
203
+ default: ! '%A, %d. %B %Y, %H:%M Auer'
204
+ long: ! '%A, %d. %B %Y, %H:%M Auer'
205
+ short: ! '%d. %b %H:%M'
206
+ pm: mëttes