rails-i18n 0.3.1 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. data/README.md +109 -7
  2. data/rails/locale/ar.yml +173 -205
  3. data/rails/locale/az.yml +172 -202
  4. data/rails/locale/bg.yml +172 -212
  5. data/rails/locale/bn-IN.yml +158 -222
  6. data/rails/locale/bs.yml +214 -230
  7. data/rails/locale/ca.yml +172 -232
  8. data/rails/locale/cs.yml +167 -189
  9. data/rails/locale/csb.yml +183 -213
  10. data/rails/locale/cy.yml +172 -201
  11. data/rails/locale/da.yml +172 -216
  12. data/rails/locale/de-AT.yml +167 -192
  13. data/rails/locale/de-CH.yml +167 -192
  14. data/rails/locale/de.yml +167 -194
  15. data/rails/locale/dsb.yml +185 -208
  16. data/rails/locale/el.yml +164 -193
  17. data/rails/locale/en-AU.yml +179 -208
  18. data/rails/locale/en-GB.yml +179 -208
  19. data/rails/locale/en-IN.yml +166 -221
  20. data/rails/locale/en-US.yml +179 -204
  21. data/rails/locale/eo.yml +166 -188
  22. data/rails/locale/es-AR.yml +175 -197
  23. data/rails/locale/es-CL.yml +172 -203
  24. data/rails/locale/es-CO.yml +175 -198
  25. data/rails/locale/es-MX.yml +175 -204
  26. data/rails/locale/es-PE.yml +152 -169
  27. data/rails/locale/es.yml +173 -206
  28. data/rails/locale/et.yml +172 -203
  29. data/rails/locale/eu.yml +173 -206
  30. data/rails/locale/fa.yml +173 -203
  31. data/rails/locale/fi.yml +172 -206
  32. data/rails/locale/fr-CA.yml +172 -199
  33. data/rails/locale/fr-CH.yml +172 -196
  34. data/rails/locale/fr.yml +172 -196
  35. data/rails/locale/fur.yml +175 -208
  36. data/rails/locale/gl-ES.yml +153 -197
  37. data/rails/locale/gsw-CH.yml +164 -190
  38. data/rails/locale/he.yml +175 -205
  39. data/rails/locale/hi-IN.yml +172 -201
  40. data/rails/locale/hi.yml +172 -201
  41. data/rails/locale/hr.yml +141 -157
  42. data/rails/locale/hsb.yml +184 -212
  43. data/rails/locale/hu.yml +173 -198
  44. data/rails/locale/id.yml +164 -228
  45. data/rails/locale/is.yml +180 -210
  46. data/rails/locale/it.yml +181 -219
  47. data/rails/locale/ja.yml +172 -208
  48. data/rails/locale/kn.yml +172 -202
  49. data/rails/locale/ko.yml +171 -207
  50. data/rails/locale/lo.yml +162 -213
  51. data/rails/locale/lt.yml +158 -181
  52. data/rails/locale/lv.yml +164 -193
  53. data/rails/locale/mk.yml +141 -157
  54. data/rails/locale/mn.yml +162 -193
  55. data/rails/locale/nb.yml +174 -194
  56. data/rails/locale/nl.yml +172 -203
  57. data/rails/locale/nn.yml +130 -139
  58. data/rails/locale/pl.yml +183 -215
  59. data/rails/locale/pt-BR.yml +180 -213
  60. data/rails/locale/pt-PT.yml +180 -211
  61. data/rails/locale/rm.yml +147 -167
  62. data/rails/locale/ro.yml +172 -192
  63. data/rails/locale/ru.yml +229 -281
  64. data/rails/locale/sk.yml +174 -210
  65. data/rails/locale/sl.yml +195 -242
  66. data/rails/locale/sr-Latn.yml +141 -157
  67. data/rails/locale/sr.yml +141 -157
  68. data/rails/locale/sv-SE.yml +176 -257
  69. data/rails/locale/sw.yml +170 -203
  70. data/rails/locale/th.yml +147 -179
  71. data/rails/locale/tr.yml +144 -162
  72. data/rails/locale/uk.yml +233 -299
  73. data/rails/locale/vi.yml +159 -212
  74. data/rails/locale/zh-CN.yml +164 -185
  75. data/rails/locale/zh-TW.yml +164 -186
  76. metadata +77 -102
@@ -1,226 +1,190 @@
1
- # Japanese translations for Ruby on Rails
2
- # by Akira Matsuda (ronnie@dio.jp)
3
- # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh.
4
- # contributors:
5
- # - Tsutomu Kuroda (t-kuroda@oiax.jp)
6
-
7
1
  ja:
8
2
  date:
9
- formats:
10
- default: "%Y/%m/%d"
11
- short: "%m/%d"
12
- long: "%Y年%m月%d日(%a)"
13
-
14
- day_names:
15
- - 日曜日
16
- - 月曜日
17
- - 火曜日
18
- - 水曜日
19
- - 木曜日
20
- - 金曜日
21
- - 土曜日
22
3
  abbr_day_names:
23
- - 日
24
- - 月
25
- - 火
26
- - 水
27
- - 木
28
- - 金
29
- - 土
30
-
31
- month_names:
32
- - ~
33
- - 1月
34
- - 2月
35
- - 3月
36
- - 4月
37
- - 5月
38
- - 6月
39
- - 7月
40
- - 8月
41
- - 9月
42
- - 10月
43
- - 11月
44
- - 12月
4
+ - 日
5
+ - 月
6
+ - 火
7
+ - 水
8
+ - 木
9
+ - 金
10
+ - 土
45
11
  abbr_month_names:
46
- - ~
47
- - 1月
48
- - 2月
49
- - 3月
50
- - 4月
51
- - 5月
52
- - 6月
53
- - 7月
54
- - 8月
55
- - 9月
56
- - 10月
57
- - 11月
58
- - 12月
59
-
60
- order:
61
- - :year
62
- - :month
63
- - :day
64
-
65
- time:
12
+ -
13
+ - 1月
14
+ - 2月
15
+ - 3月
16
+ - 4月
17
+ - 5月
18
+ - 6月
19
+ - 7月
20
+ - 8月
21
+ - 9月
22
+ - 10月
23
+ - 11月
24
+ - 12月
25
+ day_names:
26
+ - 日曜日
27
+ - 月曜日
28
+ - 火曜日
29
+ - 水曜日
30
+ - 木曜日
31
+ - 金曜日
32
+ - 土曜日
66
33
  formats:
67
- default: "%Y/%m/%d %H:%M:%S"
68
- short: "%y/%m/%d %H:%M"
69
- long: "%Y年%m月%d日(%a) %H時%M分%S秒 %z"
70
- am: "午前"
71
- pm: "午後"
72
-
73
- support:
74
- array:
75
- words_connector: "と"
76
- two_words_connector: "と"
77
- last_word_connector: "と"
78
-
34
+ default: ! '%Y/%m/%d'
35
+ long: ! '%Y年%m月%d日(%a)'
36
+ short: ! '%m/%d'
37
+ month_names:
38
+ -
39
+ - 1月
40
+ - 2月
41
+ - 3月
42
+ - 4月
43
+ - 5月
44
+ - 6月
45
+ - 7月
46
+ - 8月
47
+ - 9月
48
+ - 10月
49
+ - 11月
50
+ - 12月
51
+ order:
52
+ - :year
53
+ - :month
54
+ - :day
55
+ datetime:
56
+ distance_in_words:
57
+ about_x_hours:
58
+ one: 約1時間
59
+ other: 約%{count}時間
60
+ about_x_months:
61
+ one: 約1ヶ月
62
+ other: 約%{count}ヶ月
63
+ about_x_years:
64
+ one: 約1年
65
+ other: 約%{count}年
66
+ almost_x_years:
67
+ one: 1年弱
68
+ other: ! '%{count}年弱'
69
+ half_a_minute: 30秒前後
70
+ less_than_x_minutes:
71
+ one: 1分以内
72
+ other: ! '%{count}分以内'
73
+ less_than_x_seconds:
74
+ one: 1秒以内
75
+ other: ! '%{count}秒以内'
76
+ over_x_years:
77
+ one: 1年以上
78
+ other: ! '%{count}年以上'
79
+ x_days:
80
+ one: 1日
81
+ other: ! '%{count}日'
82
+ x_minutes:
83
+ one: 1分
84
+ other: ! '%{count}分'
85
+ x_months:
86
+ one: 1ヶ月
87
+ other: ! '%{count}ヶ月'
88
+ x_seconds:
89
+ one: 1秒
90
+ other: ! '%{count}秒'
91
+ prompts:
92
+ day: 日
93
+ hour: 時
94
+ minute: 分
95
+ month: 月
96
+ second: 秒
97
+ year: 年
98
+ errors:
99
+ format: ! '%{attribute}%{message}'
100
+ messages:
101
+ accepted: を受諾してください。
102
+ blank: を入力してください。
103
+ confirmation: が一致しません。
104
+ empty: を入力してください。
105
+ equal_to: は%{count}にしてください。
106
+ even: は偶数にしてください。
107
+ exclusion: は予約されています。
108
+ greater_than: は%{count}より大きい値にしてください。
109
+ greater_than_or_equal_to: は%{count}以上の値にしてください。
110
+ inclusion: は一覧にありません。
111
+ invalid: は不正な値です。
112
+ less_than: は%{count}より小さい値にしてください。
113
+ less_than_or_equal_to: は%{count}以下の値にしてください。
114
+ not_a_number: は数値で入力してください。
115
+ not_an_integer: は整数で入力してください。
116
+ odd: は奇数にしてください。
117
+ record_invalid: バリデーションに失敗しました。 %{errors}
118
+ taken: はすでに存在します。
119
+ too_long: は%{count}文字以内で入力してください。
120
+ too_short: は%{count}文字以上で入力してください。
121
+ wrong_length: は%{count}文字で入力してください。
122
+ template:
123
+ body: 次の項目を確認してください。
124
+ header:
125
+ one: ! '%{model}にエラーが発生しました。'
126
+ other: ! '%{model}に%{count}つのエラーが発生しました。'
127
+ helpers:
79
128
  select:
80
- prompt: "選択してください。"
81
-
129
+ prompt: 選択してください。
130
+ submit:
131
+ create: 登録する
132
+ submit: 保存する
133
+ update: 更新する
82
134
  number:
83
- format:
84
- separator: "."
85
- delimiter: ","
86
- precision: 3
87
- significant: false
88
- strip_insignificant_zeros: false
89
-
90
135
  currency:
91
136
  format:
92
- format: "%n%u"
93
- unit: "円"
94
- separator: "."
95
- delimiter: ","
96
- precision: 3
137
+ delimiter: ! ','
138
+ format: ! '%n%u'
139
+ precision: 0
140
+ separator: .
97
141
  significant: false
98
142
  strip_insignificant_zeros: false
99
-
100
- percentage:
101
- format:
102
- delimiter: ""
103
-
104
- precision:
105
- format:
106
- delimiter: ""
107
-
143
+ unit: 円
144
+ format:
145
+ delimiter: ! ','
146
+ precision: 3
147
+ separator: .
148
+ significant: false
149
+ strip_insignificant_zeros: false
108
150
  human:
151
+ decimal_units:
152
+ format: ! '%n %u'
153
+ units:
154
+ billion: 十億
155
+ million: 百万
156
+ quadrillion: 千兆
157
+ thousand: 千
158
+ trillion: 兆
159
+ unit: ''
109
160
  format:
110
- delimiter: ""
161
+ delimiter: ''
111
162
  precision: 3
112
163
  significant: true
113
164
  strip_insignificant_zeros: true
114
-
115
165
  storage_units:
116
- format: "%n%u"
117
- units:
118
- byte: "バイト"
119
- kb: "キロバイト"
120
- mb: "メガバイト"
121
- gb: "ギガバイト"
122
- tb: "テラバイト"
123
-
124
- decimal_units:
125
- format: "%n %u"
166
+ format: ! '%n%u'
126
167
  units:
127
- unit: ""
128
- thousand: "千"
129
- million: "百万"
130
- billion: "十億"
131
- trillion: "兆"
132
- quadrillion: "千兆"
133
-
134
- datetime:
135
- distance_in_words:
136
- half_a_minute: "30秒前後"
137
- less_than_x_seconds:
138
- one: "1秒以内"
139
- other: "%{count}秒以内"
140
- x_seconds:
141
- one: "1秒"
142
- other: "%{count}秒"
143
- less_than_x_minutes:
144
- one: "1分以内"
145
- other: "%{count}分以内"
146
- x_minutes:
147
- one: "1分"
148
- other: "%{count}分"
149
- about_x_hours:
150
- one: "約1時間"
151
- other: "約%{count}時間"
152
- x_days:
153
- one: "1日"
154
- other: "%{count}日"
155
- about_x_months:
156
- one: "約1ヶ月"
157
- other: "約%{count}ヶ月"
158
- x_months:
159
- one: "1ヶ月"
160
- other: "%{count}ヶ月"
161
- about_x_years:
162
- one: "約1年"
163
- other: "約%{count}年"
164
- over_x_years:
165
- one: "1年以上"
166
- other: "%{count}年以上"
167
- almost_x_years:
168
- one: "1年弱"
169
- other: "%{count}年弱"
170
-
171
- prompts:
172
- year: "年"
173
- month: "月"
174
- day: "日"
175
- hour: "時"
176
- minute: "分"
177
- second: "秒"
178
-
179
- helpers:
180
- select:
181
- prompt: "選択してください。"
182
-
183
- submit:
184
- create: "登録する"
185
- update: "更新する"
186
- submit: "保存する"
187
-
188
- errors:
189
- format: "%{attribute}%{message}"
190
-
191
- messages: &errors_messages
192
- inclusion: "は一覧にありません。"
193
- exclusion: "は予約されています。"
194
- invalid: "は不正な値です。"
195
- confirmation: "が一致しません。"
196
- accepted: "を受諾してください。"
197
- empty: "を入力してください。"
198
- blank: "を入力してください。"
199
- too_long: "は%{count}文字以内で入力してください。"
200
- too_short: "は%{count}文字以上で入力してください。"
201
- wrong_length: "は%{count}文字で入力してください。"
202
- not_a_number: "は数値で入力してください。"
203
- not_an_integer: "は整数で入力してください。"
204
- greater_than: "は%{count}より大きい値にしてください。"
205
- greater_than_or_equal_to: "は%{count}以上の値にしてください。"
206
- equal_to: "は%{count}にしてください。"
207
- less_than: "は%{count}より小さい値にしてください。"
208
- less_than_or_equal_to: "は%{count}以下の値にしてください。"
209
- odd: "は奇数にしてください。"
210
- even: "は偶数にしてください。"
211
- taken: "はすでに存在します。"
212
- record_invalid: "バリデーションに失敗しました。 %{errors}"
213
- template: &errors_template
214
- header:
215
- one: "%{model}にエラーが発生しました。"
216
- other: "%{model}に%{count}つのエラーが発生しました。"
217
- body: "次の項目を確認してください。"
218
-
219
- activerecord:
220
- errors:
221
- messages:
222
- <<: *errors_messages
223
- template:
224
- <<: *errors_template
225
- full_messages:
226
- format: "%{attribute}%{message}"
168
+ byte: バイト
169
+ gb: ギガバイト
170
+ kb: キロバイト
171
+ mb: メガバイト
172
+ tb: テラバイト
173
+ percentage:
174
+ format:
175
+ delimiter: ''
176
+ precision:
177
+ format:
178
+ delimiter: ''
179
+ support:
180
+ array:
181
+ last_word_connector:
182
+ two_words_connector:
183
+ words_connector:
184
+ time:
185
+ am: 午前
186
+ formats:
187
+ default: ! '%Y/%m/%d %H:%M:%S'
188
+ long: ! '%Y年%m月%d日(%a) %H時%M分%S秒 %z'
189
+ short: ! '%y/%m/%d %H:%M'
190
+ pm: 午後
@@ -1,222 +1,192 @@
1
- # Kannada translations for Ruby on Rails
2
- # by Sukeerthi Adiga G(sukeerthiadiga@gmail.com)
3
-
4
1
  kn:
5
2
  date:
6
- formats:
7
- default: "%Y-%m-%d"
8
- short: "%b %d"
9
- long: "%B %d, %Y"
10
-
11
- day_names:
12
- - ರವಿವಾರ
13
- - ಸೋಮವಾರ
14
- - ಮಂಗಳವಾರ
15
- - ಬುಧವಾರ
16
- - ಗುರುವಾರ
17
- - ಶುಕ್ರವಾರ
18
- - ಶನಿವಾರ
19
3
  abbr_day_names:
20
- - ರವಿ
21
- - ಸೋಮ
22
- - ಮಂಗಳ
23
- - ಬುಧ
24
- - ಗುರು
25
- - ಶುಕ್ರ
26
- - ಶನಿ
27
-
28
- month_names:
29
- - ~
30
- - ಜನವರಿ
31
- - ಫೆಬ್ರವರಿ
32
- - ಮಾರ್ಚ್
33
- - ಏಪ್ರಿಲ್
34
- - ಮೇ
35
- - ಜೂನ್
36
- - ಜುಲೈ
37
- - ಆಗಸ್ಟ್
38
- - ಸೆಪ್ಟೆಂಬರ್
39
- - ಅಕ್ಟೋಬರ್
40
- - ನವಂಬರ್
41
- - ಡಿಸೆಂಬರ್
42
-
4
+ - ರವಿ
5
+ - ಸೋಮ
6
+ - ಮಂಗಳ
7
+ - ಬುಧ
8
+ - ಗುರು
9
+ - ಶುಕ್ರ
10
+ - ಶನಿ
43
11
  abbr_month_names:
44
- - ~
45
- - Jan
46
- - Feb
47
- - Mar
48
- - Apr
49
- - May
50
- - Jun
51
- - Jul
52
- - Aug
53
- - Sep
54
- - Oct
55
- - Nov
56
- - Dec
57
- order:
58
- - :year
59
- - :month
60
- - :day
61
-
62
- time:
12
+ -
13
+ - Jan
14
+ - Feb
15
+ - Mar
16
+ - Apr
17
+ - May
18
+ - Jun
19
+ - Jul
20
+ - Aug
21
+ - Sep
22
+ - Oct
23
+ - Nov
24
+ - Dec
25
+ day_names:
26
+ - ರವಿವಾರ
27
+ - ಸೋಮವಾರ
28
+ - ಮಂಗಳವಾರ
29
+ - ಬುಧವಾರ
30
+ - ಗುರುವಾರ
31
+ - ಶುಕ್ರವಾರ
32
+ - ಶನಿವಾರ
63
33
  formats:
64
- default: "%a, %d %b %Y %H:%M:%S %z"
65
- short: "%d %b %H:%M"
66
- long: "%B %d, %Y %H:%M"
67
- am: "ಪ್ರಾತಃಕಾಲ"
68
- pm: "ಅಪರನ್ನಃ"
69
-
70
- support:
71
- array:
72
- words_connector: ", "
73
- two_words_connector: " ಮತ್ತು "
74
- last_word_connector: ", ಮತ್ತು "
75
-
34
+ default: ! '%Y-%m-%d'
35
+ long: ! '%B %d, %Y'
36
+ short: ! '%b %d'
37
+ month_names:
38
+ -
39
+ - ಜನವರಿ
40
+ - ಫೆಬ್ರವರಿ
41
+ - ಮಾರ್ಚ್
42
+ - ಏಪ್ರಿಲ್
43
+ - ಮೇ
44
+ - ಜೂನ್
45
+ - ಜುಲೈ
46
+ - ಆಗಸ್ಟ್
47
+ - ಸೆಪ್ಟೆಂಬರ್
48
+ - ಅಕ್ಟೋಬರ್
49
+ - ನವಂಬರ್
50
+ - ಡಿಸೆಂಬರ್
51
+ order:
52
+ - :year
53
+ - :month
54
+ - :day
55
+ datetime:
56
+ distance_in_words:
57
+ about_x_hours:
58
+ one: ಸುಮಾರು ಒಂದು ಗಂಟೆ
59
+ other: ಸುಮಾರು %{count} ಗಂಟೆಗಳು
60
+ about_x_months:
61
+ one: ಸುಮಾರು ಒಂದು ತಿಂಗಳು
62
+ other: ಸುಮಾರು %{count} ತಿಂಗಳುಗಳು
63
+ about_x_years:
64
+ one: ಸುಮಾರು ಒಂದು ವರುಷ
65
+ other: ಸುಮಾರು %{count} ವರುಷಗಳು
66
+ almost_x_years:
67
+ one: ಸರಿಸುಮಾರು ಒಂದು ವರುಷ
68
+ other: ಸರಿಸುಮಾರು %{count} ವರುಷಗಳು
69
+ half_a_minute: ಒಂದು ಅರ್ಧ ನಿಮಿಷ
70
+ less_than_x_minutes:
71
+ one: ಒಂದು ನಿಮಿಷಕ್ಕೂ ಕಡಿಮೆ
72
+ other: ! '%{count} ನಿಮಿಷಕ್ಕಿಂತ ಕಡಿಮೆ'
73
+ less_than_x_seconds:
74
+ one: ಒಂದು ಸೆಕೆಂಡಿಗೂ ಕಡಿಮೆ
75
+ other: ! '%{count} ಸೆಕೆಂಡಿಗಿಂತ ಕಡಿಮೆ'
76
+ over_x_years:
77
+ one: ಒಂದು ವರುಷಕ್ಕಿಂತ ಹೆಚ್ಚು
78
+ other: ! '%{count} ವರುಷಗಳಿಗಿಂತ ಹೆಚ್ಚು'
79
+ x_days:
80
+ one: 1 ದಿನ
81
+ other: ! '%{count} ದಿನಗಳು'
82
+ x_minutes:
83
+ one: 1 ನಿಮಿಷ
84
+ other: ! '%{count} ನಿಮಿಷಗಳು'
85
+ x_months:
86
+ one: 1 ತಿಂಗಳು
87
+ other: ! '%{count} ತಿಂಗಳುಗಳು'
88
+ x_seconds:
89
+ one: 1 ಸೆಕೆಂಡ್
90
+ other: ! '%{count} ಸೆಕೆಂಡುಗಳು'
91
+ prompts:
92
+ day: ದಿನ
93
+ hour: ಗಂಟೆ
94
+ minute: ನಿಮಿಷ
95
+ month: ತಿಂಗಳು
96
+ second: ಸೆಕೆಂಡು
97
+ year: ವರುಷ
98
+ errors:
99
+ format: ! '%{attribute} %{message}'
100
+ messages:
101
+ accepted: ಒಪ್ಪಿಕೊಳ್ಳಬೇಕು
102
+ blank: ಖಾಲಿ ಬಿಡಲು ಸಧ್ಯವಿಲ್ಲ
103
+ confirmation: ಸಮರ್ಥನೆ ಸರಿಬರಲ್ಲಿಲ್ಲ
104
+ empty: ಖಾಲಿ ಬಿಡಲು ಸಧ್ಯವಿಲ್ಲ
105
+ equal_to: ! '%{count} ಕ್ಕೆ ಸಮಾನವಾಗಿರಬೇಕು'
106
+ even: ಸಮ ಆಗಿರಬೇಕು
107
+ exclusion: ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ
108
+ greater_than: ! '%{count} ಕ್ಕಿಂತ ಹೆಚ್ಚಿರಬೇಕು'
109
+ greater_than_or_equal_to: ! '%{count} ಕಿಂತ ಹೆಚ್ಚು ಅಥವಾ ಸಮಾನವಾಗಿರ ಇರಬೇಕು'
110
+ inclusion: ಪಟ್ಟಿಯಲ್ಲಿ ಶಾಮೀಲು ಆಗಿಲ್ಲ
111
+ invalid: ನಿರರ್ಥಕವಾಗಿದೆ
112
+ less_than: ! '%{count} ಕ್ಕಿಂತ ಕಡಿಮೆ ಆಗಿರಬೇಕು'
113
+ less_than_or_equal_to: ! '%{count} ಕಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮಾನವಾಗಿರ ಇರಬೇಕು'
114
+ not_a_number: ಸಂಖೆ ಆಗಿಲ್ಲ
115
+ not_an_integer: ಸಂಖೆ ಆಗಿರಬೇಕು
116
+ odd: ಬೆಸ ಆಗಿರಬೇಕು
117
+ record_invalid: ! 'ತಪ್ಪು ಆಧಾರ: %{errors}'
118
+ taken: ತೆಗೆದುಕೊಂಡಾಗಿದೆ
119
+ too_long: ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ (ಗರಿಷ್ಟ %{count} ಅಕ್ಷರಗಳು)
120
+ too_short: ಬಹಳ ಚಿಕ್ಕದಾಗಿದೆ (ಕನಿಷ್ಠ %{count} ಅಕ್ಷರಗಳು)
121
+ wrong_length: ತಪ್ಪು ಉದ್ದವಿದೆ (%{count} ಅಕ್ಷರಗಳಿರಬೇಕು)
122
+ template:
123
+ body: ! 'ಸಮಸ್ಯೆಗಳಿರುವ ಜಾಗಗಳು:'
124
+ header:
125
+ one: 1 ಧೋಷದ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ
126
+ other: ! '%{count} ಧೋಷಗಳ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ'
127
+ helpers:
76
128
  select:
77
- prompt: "ದಯವಿಟ್ಟು ಆರಿಸಿ"
78
-
129
+ prompt: ದಯವಿಟ್ಟು ಆರಿಸಿ
130
+ submit:
131
+ create: ! '%{model} ರಚಿಸಿ'
132
+ submit: ! '%{model} ಕಳುಹಿಸು'
133
+ update: ! '%{model} ರಚಿಸಿ'
79
134
  number:
80
- format:
81
- separator: "."
82
- delimiter: ","
83
- precision: 3
84
- significant: false
85
- strip_insignificant_zeros: false
86
-
87
135
  currency:
88
136
  format:
89
- format: "%u%n"
90
- unit: "$"
91
- separator: "."
92
- delimiter: ","
137
+ delimiter: ! ','
138
+ format: ! '%u%n'
93
139
  precision: 2
140
+ separator: .
94
141
  significant: false
95
142
  strip_insignificant_zeros: false
96
-
97
- percentage:
98
- format:
99
- delimiter: ""
100
-
101
- precision:
102
- format:
103
- delimiter: ""
104
-
143
+ unit: $
144
+ format:
145
+ delimiter: ! ','
146
+ precision: 3
147
+ separator: .
148
+ significant: false
149
+ strip_insignificant_zeros: false
105
150
  human:
151
+ decimal_units:
152
+ format: ! '%n %u'
153
+ units:
154
+ billion: ಲಕ್ಷಕೋಟಿ
155
+ million: ದಶಲಕ್ಷ
156
+ quadrillion: ಪದ್ಮ
157
+ thousand: ಸಾವಿರ
158
+ trillion: ನೀಲ್
159
+ unit: ''
106
160
  format:
107
- delimiter: ""
161
+ delimiter: ''
108
162
  precision: 3
109
163
  significant: true
110
164
  strip_insignificant_zeros: true
111
165
  storage_units:
112
- format: "%n %u"
166
+ format: ! '%n %u'
113
167
  units:
114
168
  byte:
115
- one: "Byte"
116
- other: "Bytes"
117
- kb: "KB"
118
- mb: "MB"
119
- gb: "GB"
120
- tb: "TB"
121
- decimal_units:
122
- format: "%n %u"
123
- units:
124
- unit: ""
125
- thousand: ಸಾವಿರ
126
- million: ದಶಲಕ್ಷ
127
- billion: ಲಕ್ಷಕೋಟಿ
128
- trillion: ನೀಲ್
129
- quadrillion: ಪದ್ಮ
130
-
131
- datetime:
132
- distance_in_words:
133
- half_a_minute: "ಒಂದು ಅರ್ಧ ನಿಮಿಷ"
134
- less_than_x_seconds:
135
- one: "ಒಂದು ಸೆಕೆಂಡಿಗೂ ಕಡಿಮೆ"
136
- other: "%{count} ಸೆಕೆಂಡಿಗಿಂತ ಕಡಿಮೆ"
137
- x_seconds:
138
- one: "1 ಸೆಕೆಂಡ್"
139
- other: "%{count} ಸೆಕೆಂಡುಗಳು"
140
- less_than_x_minutes:
141
- one: "ಒಂದು ನಿಮಿಷಕ್ಕೂ ಕಡಿಮೆ"
142
- other: "%{count} ನಿಮಿಷಕ್ಕಿಂತ ಕಡಿಮೆ"
143
- x_minutes:
144
- one: "1 ನಿಮಿಷ"
145
- other: "%{count} ನಿಮಿಷಗಳು"
146
- about_x_hours:
147
- one: "ಸುಮಾರು ಒಂದು ಗಂಟೆ"
148
- other: "ಸುಮಾರು %{count} ಗಂಟೆಗಳು"
149
- x_days:
150
- one: "1 ದಿನ"
151
- other: "%{count} ದಿನಗಳು"
152
- about_x_months:
153
- one: "ಸುಮಾರು ಒಂದು ತಿಂಗಳು"
154
- other: "ಸುಮಾರು %{count} ತಿಂಗಳುಗಳು"
155
- x_months:
156
- one: "1 ತಿಂಗಳು"
157
- other: "%{count} ತಿಂಗಳುಗಳು"
158
- about_x_years:
159
- one: "ಸುಮಾರು ಒಂದು ವರುಷ"
160
- other: "ಸುಮಾರು %{count} ವರುಷಗಳು"
161
- over_x_years:
162
- one: "ಒಂದು ವರುಷಕ್ಕಿಂತ ಹೆಚ್ಚು"
163
- other: "%{count} ವರುಷಗಳಿಗಿಂತ ಹೆಚ್ಚು"
164
- almost_x_years:
165
- one: "ಸರಿಸುಮಾರು ಒಂದು ವರುಷ"
166
- other: "ಸರಿಸುಮಾರು %{count} ವರುಷಗಳು"
167
- prompts:
168
- year: "ವರುಷ"
169
- month: "ತಿಂಗಳು"
170
- day: "ದಿನ"
171
- hour: "ಗಂಟೆ"
172
- minute: "ನಿಮಿಷ"
173
- second: "ಸೆಕೆಂಡು"
174
-
175
- helpers:
176
- select:
177
- prompt: "ದಯವಿಟ್ಟು ಆರಿಸಿ"
178
-
179
- submit:
180
- create: '%{model} ರಚಿಸಿ'
181
- update: '%{model} ರಚಿಸಿ'
182
- submit: '%{model} ಕಳುಹಿಸು'
183
-
184
- errors:
185
- format: "%{attribute} %{message}"
186
-
187
- messages: &errors_messages
188
- inclusion: "ಪಟ್ಟಿಯಲ್ಲಿ ಶಾಮೀಲು ಆಗಿಲ್ಲ"
189
- exclusion: "ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ"
190
- invalid: "ನಿರರ್ಥಕವಾಗಿದೆ"
191
- confirmation: "ಸಮರ್ಥನೆ ಸರಿಬರಲ್ಲಿಲ್ಲ"
192
- accepted: "ಒಪ್ಪಿಕೊಳ್ಳಬೇಕು"
193
- empty: "ಖಾಲಿ ಬಿಡಲು ಸಧ್ಯವಿಲ್ಲ"
194
- blank: "ಖಾಲಿ ಬಿಡಲು ಸಧ್ಯವಿಲ್ಲ"
195
- too_long: "ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ (ಗರಿಷ್ಟ %{count} ಅಕ್ಷರಗಳು)"
196
- too_short: "ಬಹಳ ಚಿಕ್ಕದಾಗಿದೆ (ಕನಿಷ್ಠ %{count} ಅಕ್ಷರಗಳು)"
197
- wrong_length: "ತಪ್ಪು ಉದ್ದವಿದೆ (%{count} ಅಕ್ಷರಗಳಿರಬೇಕು)"
198
- not_a_number: "ಸಂಖೆ ಆಗಿಲ್ಲ"
199
- not_an_integer: "ಸಂಖೆ ಆಗಿರಬೇಕು"
200
- greater_than: "%{count} ಕ್ಕಿಂತ ಹೆಚ್ಚಿರಬೇಕು"
201
- greater_than_or_equal_to: "%{count} ಕಿಂತ ಹೆಚ್ಚು ಅಥವಾ ಸಮಾನವಾಗಿರ ಇರಬೇಕು"
202
- equal_to: "%{count} ಕ್ಕೆ ಸಮಾನವಾಗಿರಬೇಕು"
203
- less_than: "%{count} ಕ್ಕಿಂತ ಕಡಿಮೆ ಆಗಿರಬೇಕು"
204
- less_than_or_equal_to: "%{count} ಕಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮಾನವಾಗಿರ ಇರಬೇಕು"
205
- odd: "ಬೆಸ ಆಗಿರಬೇಕು"
206
- even: "ಸಮ ಆಗಿರಬೇಕು"
207
- taken: "ತೆಗೆದುಕೊಂಡಾಗಿದೆ"
208
- record_invalid: "ತಪ್ಪು ಆಧಾರ: %{errors}"
209
- template: &errors_template
210
- header:
211
- one: "1 ಧೋಷದ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ"
212
- other: "%{count} ಧೋಷಗಳ ಪರಿಣಾಮ %{model} ಅನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ"
213
- body: "ಸಮಸ್ಯೆಗಳಿರುವ ಜಾಗಗಳು:"
214
-
215
- activerecord:
216
- errors:
217
- messages:
218
- <<: *errors_messages
219
- template:
220
- <<: *errors_template
221
- full_messages:
222
- format: "%{attribute} %{message}"
169
+ one: Byte
170
+ other: Bytes
171
+ gb: GB
172
+ kb: KB
173
+ mb: MB
174
+ tb: TB
175
+ percentage:
176
+ format:
177
+ delimiter: ''
178
+ precision:
179
+ format:
180
+ delimiter: ''
181
+ support:
182
+ array:
183
+ last_word_connector: ! ', ಮತ್ತು '
184
+ two_words_connector: ! ' ಮತ್ತು '
185
+ words_connector: ! ', '
186
+ time:
187
+ am: ಪ್ರಾತಃಕಾಲ
188
+ formats:
189
+ default: ! '%a, %d %b %Y %H:%M:%S %z'
190
+ long: ! '%B %d, %Y %H:%M'
191
+ short: ! '%d %b %H:%M'
192
+ pm: ಅಪರನ್ನಃ