morhekil-globalite 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,360 @@
1
+ locale_name: Русский
2
+ # ActiveRecord::Errors.default_error_messages
3
+ error_message_inclusion: не включён в список
4
+ error_message_exclusion: зарезервирован
5
+ error_message_invalid: содержит недопустимое значение
6
+ error_message_confirmation: отличается от подтверждения
7
+ error_message_accepted: должен быть принят
8
+ error_message_empty: не может быть незаполненным
9
+ error_message_blank: не может быть незаполненным
10
+ error_message_too_long: слишком большой (максимальное число символов %d)
11
+ error_message_too_short: слишком короткий (минимальное число символов %d)
12
+ error_message_wrong_length: неверной длинны (должен содержать %d символов)
13
+ error_message_taken: уже занят
14
+ error_message_not_a_number: не число
15
+ # ActionController::Base.resources_path_names
16
+ # Cryllic needs to be transliterated into latin
17
+ resources_path_new: novyj
18
+ resources_path_edit: redaktirovatw
19
+ # used by ActionView::Helpers::DateHelper.distance_of_time_in_words
20
+ date_helper_less_than_x_seconds: меньше чем %d секунд
21
+ date_helper_half_a_minute: полминуты
22
+ date_helper_less_than_a_minute: меньше чем минута
23
+ date_helper_one_minute: 1 минута
24
+ date_helper_x_minutes: %d минут
25
+ date_helper_one_hour: около 1 часа
26
+ date_helper_x_hours: около %d часов
27
+ date_helper_one_day: 1 день
28
+ date_helper_x_days: %d дней
29
+ date_helper_one_month: 1 месяц
30
+ date_helper_x_months: %d месяцев
31
+ date_helper_one_year: 1 год
32
+ date_helper_x_years: %d лет
33
+
34
+ # DON'T TRANSLATE, just order
35
+ date_helper_order: [:day, :month, :year] #default Rails is US ordered: :order => [:year, :month, :day]
36
+
37
+ date_helper_date_formats: # DON'T TRANSLATE, RE ORDER
38
+ default: "%d.%m.%Y"
39
+ short: "%b %e"
40
+ long: "%B %e, %Y"
41
+
42
+ date_helper_time_formats: # DON'T TRANSLATE, RE ORDER
43
+ default: "%a, %d %b %Y %H:%M:%S %z"
44
+ short: "%d %b %H:%M"
45
+ long: "%B %d, %Y %H:%M"
46
+
47
+ # added at the end of date if your date system doesn't use a 24 hours system
48
+ date_helper_am: до полудня
49
+ date_helper_pm: после полудня
50
+
51
+ # used by ActionView::Helpers::NumberHelper.number_to_currency
52
+ number_helper_unit: "руб."
53
+ number_helper_separator: "," #unit separator (between integer part and fraction part)
54
+ number_helper_delimiter: " " #delimiter between each group of thousands. Example: 1.234.567
55
+ number_helper_order: [ number, unit ]
56
+ #to support for instance French format, the order is different: Unit comes last (ex. "1.234,00 €")
57
+
58
+ # use by +Array#to_sentence()+
59
+ array_connector: 'и'
60
+ array_skip_last_comma: 'true'
61
+
62
+ # Active Record error messages:
63
+ active_record_helper_error_description: 'There were problems with the following fields:'
64
+ active_record_helper_header_message: pluralize{{error_count}, error} prohibited this {failed_object} from being saved
65
+
66
+ date_helper_month_names:
67
+ - # Leave that line
68
+ - # Leave that line
69
+ - Январь
70
+ - Февраль
71
+ - Март
72
+ - Апрель
73
+ - Май
74
+ - Июнь
75
+ - Июль
76
+ - Август
77
+ - Сентябрь
78
+ - Октябрь
79
+ - Ноябрь
80
+ - Декабрь
81
+
82
+ date_helper_abbr_month_names:
83
+ - # Leave that line
84
+ - # Leave that line
85
+ - Январь
86
+ - Февраль
87
+ - Март
88
+ - Апрель
89
+ - Май
90
+ - Июнь
91
+ - Июль
92
+ - Август
93
+ - Сентябрь
94
+ - Октябрь
95
+ - Ноябрь
96
+ - Декабрь
97
+
98
+ date_helper_day_names:
99
+ - Воскресенье
100
+ - Понедельник
101
+ - Вторник
102
+ - Среда
103
+ - Четверг
104
+ - Пятница
105
+ - Суббота
106
+
107
+ date_helper_abbr_day_names:
108
+ - В
109
+ - Пн
110
+ - Вт
111
+ - Ср
112
+ - Чт
113
+ - Пт
114
+ - Сб
115
+ # Переведу позже
116
+ countries_list:
117
+ - Afghanistan
118
+ - Albania
119
+ - Algeria
120
+ - American Samoa
121
+ - Andorra
122
+ - Angola
123
+ - Anguilla
124
+ - Antarctica
125
+ - Antigua And Barbuda
126
+ - Argentina
127
+ - Armenia
128
+ - Aruba
129
+ - Australia
130
+ - Austria
131
+ - Azerbaijan
132
+ - Bahamas
133
+ - Bahrain
134
+ - Bangladesh
135
+ - Barbados
136
+ - Belarus
137
+ - Belgium
138
+ - Belize
139
+ - Benin
140
+ - Bermuda
141
+ - Bhutan
142
+ - Bolivia
143
+ - Bosnia and Herzegowina
144
+ - Botswana
145
+ - Bouvet Island
146
+ - Brazil
147
+ - British Indian Ocean Territory
148
+ - Brunei Darussalam
149
+ - Bulgaria
150
+ - Burkina Faso
151
+ - Burma
152
+ - Burundi
153
+ - Cambodia
154
+ - Cameroon
155
+ - Canada
156
+ - Cape Verde
157
+ - Cayman Islands
158
+ - Central African Republic
159
+ - Chad
160
+ - Chile
161
+ - China
162
+ - Christmas Island
163
+ - Cocos (Keeling) Islands
164
+ - Colombia
165
+ - Comoros
166
+ - Congo
167
+ - Congo, the Democratic Republic of the
168
+ - Cook Islands
169
+ - Costa Rica
170
+ - Cote d'Ivoire
171
+ - Croatia
172
+ - Cuba
173
+ - Cyprus
174
+ - Czech Republic
175
+ - Denmark
176
+ - Djibouti
177
+ - Dominica
178
+ - Dominican Republic
179
+ - East Timor
180
+ - Ecuador
181
+ - Egypt
182
+ - El Salvador
183
+ - England
184
+ - Equatorial Guinea
185
+ - Eritrea
186
+ - Espana
187
+ - Estonia
188
+ - Ethiopia
189
+ - Falkland Islands
190
+ - Faroe Islands
191
+ - Fiji
192
+ - Finland
193
+ - France
194
+ - French Guiana
195
+ - French Polynesia
196
+ - French Southern Territories
197
+ - Gabon
198
+ - Gambia
199
+ - Georgia
200
+ - Germany
201
+ - Ghana
202
+ - Gibraltar
203
+ - Great Britain
204
+ - Greece
205
+ - Greenland
206
+ - Grenada
207
+ - Guadeloupe
208
+ - Guam
209
+ - Guatemala
210
+ - Guinea
211
+ - Guinea-Bissau
212
+ - Guyana
213
+ - Haiti
214
+ - Heard and Mc Donald Islands
215
+ - Honduras
216
+ - Hong Kong
217
+ - Hungary
218
+ - Iceland
219
+ - India
220
+ - Indonesia
221
+ - Ireland
222
+ - Israel
223
+ - Italy
224
+ - Iran
225
+ - Iraq
226
+ - Jamaica
227
+ - Japan
228
+ - Jordan
229
+ - Kazakhstan
230
+ - Kenya
231
+ - Kiribati
232
+ - Korea, Republic of
233
+ - Korea (South)
234
+ - Kuwait
235
+ - Kyrgyzstan
236
+ - Lao People's Democratic Republic
237
+ - Latvia
238
+ - Lebanon
239
+ - Lesotho
240
+ - Liberia
241
+ - Liechtenstein
242
+ - Lithuania
243
+ - Luxembourg
244
+ - Macau
245
+ - Macedonia
246
+ - Madagascar
247
+ - Malawi
248
+ - Malaysia
249
+ - Maldives
250
+ - Mali
251
+ - Malta
252
+ - Marshall Islands
253
+ - Martinique
254
+ - Mauritania
255
+ - Mauritius
256
+ - Mayotte
257
+ - Mexico
258
+ - Micronesia, Federated States of
259
+ - Moldova, Republic of
260
+ - Monaco
261
+ - Mongolia
262
+ - Montserrat
263
+ - Morocco
264
+ - Mozambique
265
+ - Myanmar
266
+ - Namibia
267
+ - Nauru
268
+ - Nepal
269
+ - Netherlands
270
+ - Netherlands Antilles
271
+ - New Caledonia
272
+ - New Zealand
273
+ - Nicaragua
274
+ - Niger
275
+ - Nigeria
276
+ - Niue
277
+ - Norfolk Island
278
+ - Northern Ireland
279
+ - Northern Mariana Islands
280
+ - Norway
281
+ - Oman
282
+ - Pakistan
283
+ - Palau
284
+ - Panama
285
+ - Papua New Guinea
286
+ - Paraguay
287
+ - Peru
288
+ - Philippines
289
+ - Pitcairn
290
+ - Poland
291
+ - Portugal
292
+ - Puerto Rico
293
+ - Qatar
294
+ - Reunion
295
+ - Romania
296
+ - Russia
297
+ - Rwanda
298
+ - Saint Kitts and Nevis
299
+ - Saint Lucia
300
+ - Saint Vincent and the Grenadines
301
+ - Samoa (Independent)
302
+ - San Marino
303
+ - Sao Tome and Principe
304
+ - Saudi Arabia
305
+ - Scotland
306
+ - Senegal
307
+ - Serbia and Montenegro
308
+ - Seychelles
309
+ - Sierra Leone
310
+ - Singapore
311
+ - Slovakia
312
+ - Slovenia
313
+ - Solomon Islands
314
+ - Somalia
315
+ - South Africa
316
+ - South Georgia and the South Sandwich Islands
317
+ - South Korea
318
+ - Spain
319
+ - Sri Lanka
320
+ - St. Helena
321
+ - St. Pierre and Miquelon
322
+ - Suriname
323
+ - Svalbard and Jan Mayen Islands
324
+ - Swaziland
325
+ - Sweden
326
+ - Switzerland
327
+ - Taiwan
328
+ - Tajikistan
329
+ - Tanzania
330
+ - Thailand
331
+ - Togo
332
+ - Tokelau
333
+ - Tonga
334
+ - Trinidad
335
+ - Trinidad and Tobago
336
+ - Tunisia
337
+ - Turkey
338
+ - Turkmenistan
339
+ - Turks and Caicos Islands
340
+ - Tuvalu
341
+ - Uganda
342
+ - Ukraine
343
+ - United Arab Emirates
344
+ - United Kingdom
345
+ - United States
346
+ - United States Minor Outlying Islands
347
+ - Uruguay
348
+ - Uzbekistan
349
+ - Vanuatu
350
+ - Vatican City State (Holy See)
351
+ - Venezuela
352
+ - Viet Nam
353
+ - Virgin Islands (British)
354
+ - Virgin Islands (U.S.)
355
+ - Wales
356
+ - Wallis and Futuna Islands
357
+ - Western Sahara
358
+ - Yemen
359
+ - Zambia
360
+ - Zimbabwe
@@ -0,0 +1,357 @@
1
+ locale_name: Српски (СР)
2
+ # ActiveRecord::Errors.default_error_messages
3
+ error_message_inclusion: није укључено у листу
4
+ error_message_exclusion: је резервисано
5
+ error_message_invalid: је невалидно
6
+ error_message_confirmation: не слаже се са потврдом
7
+ error_message_accepted: мора бити прихваћено
8
+ error_message_empty: не може бити празно
9
+ error_message_blank: не може бити празно
10
+ error_message_too_long: је предугачко (максимум је %d карактера)
11
+ error_message_too_short: је прекратко (минимум је %d карактера)
12
+ error_message_wrong_length: је неодговарајуће дужине (требало би да је %d карактера)
13
+ error_message_taken: је већ заузето
14
+ error_message_not_a_number: није број
15
+
16
+ # used by ActionView::Helpers::DateHelper.distance_of_time_in_words
17
+ date_helper_less_than_x_seconds: мање од %d секунди
18
+ date_helper_half_a_minute: пола минута
19
+ date_helper_less_than_a_minute: мање од минуте
20
+ date_helper_one_minute: 1 минут
21
+ date_helper_x_minutes: %d минута
22
+ date_helper_one_hour: око 1 сат
23
+ date_helper_x_hours: око %d сата
24
+ date_helper_one_day: 1 дан
25
+ date_helper_x_days: %d дана
26
+ date_helper_one_month: 1 месец
27
+ date_helper_x_months: %d месеци
28
+ date_helper_one_year: 1 година
29
+ date_helper_x_years: %d година
30
+
31
+ # DON'T TRANSLATE, just order
32
+ date_helper_order: [:day, :month, :year] #default Rails is US ordered: :order => [:year, :month, :day]
33
+
34
+ date_helper_date_formats: # DON'T TRANSLATE, RE ORDER
35
+ default: "%d-%m-%Y"
36
+ short: "%b %e"
37
+ long: "%B %e, %Y"
38
+
39
+ date_helper_time_formats: # DON'T TRANSLATE, RE ORDER
40
+ default: "%a, %d %b %Y %H:%M:%S %z"
41
+ short: "%d %b %H:%M"
42
+ long: "%B %d, %Y %H:%M"
43
+
44
+ # added at the end of date if your date system doesn't use a 24 hours system
45
+ date_helper_am: пре подне
46
+ date_helper_pm: после подне
47
+
48
+ # used by ActionView::Helpers::NumberHelper.number_to_currency
49
+ number_helper_unit: "дин"
50
+ number_helper_separator: "," #unit separator (between integer part and fraction part)
51
+ number_helper_delimiter: " " #delimiter between each group of thousands. Example: 1.234.567
52
+ number_helper_order: [ number, unit ]
53
+ #to support for instance French format, the order is different: Unit comes last (ex. "1.234,00 €")
54
+
55
+ # use by +Array#to_sentence()+
56
+ array_connector: 'и'
57
+ array_skip_last_comma: 'true'
58
+
59
+ # Active Record error messages:
60
+ active_record_helper_error_description: 'Постоје проблеми са следећим пољима:'
61
+ active_record_helper_header_message: pluralize{{error_count}, error} спречава да {failed_object} буде сачуван
62
+
63
+ date_helper_month_names:
64
+ - # Leave that line
65
+ - # Leave that line
66
+ - Јануар
67
+ - Фебруар
68
+ - Март
69
+ - Април
70
+ - Мај
71
+ - Јун
72
+ - Јул
73
+ - Август
74
+ - Септембар
75
+ - Октобар
76
+ - Новембар
77
+ - Децембар
78
+
79
+ date_helper_abbr_month_names:
80
+ - # Leave that line
81
+ - # Leave that line
82
+ - Јан
83
+ - Феб
84
+ - Мар
85
+ - Апр
86
+ - Мај
87
+ - Јун
88
+ - Јзл
89
+ - Авг
90
+ - Сеп
91
+ - Окт
92
+ - Нов
93
+ - Дец
94
+
95
+ date_helper_day_names:
96
+ - Недеља
97
+ - Понедељак
98
+ - Уторак
99
+ - Среда
100
+ - Четвртак
101
+ - Петак
102
+ - Субота
103
+
104
+ date_helper_abbr_day_names:
105
+ - Нед
106
+ - Пон
107
+ - Уто
108
+ - Сре
109
+ - Чет
110
+ - Пет
111
+ - Суб
112
+
113
+ countries_list:
114
+ - Afghanistan
115
+ - Albania
116
+ - Algeria
117
+ - American Samoa
118
+ - Andorra
119
+ - Angola
120
+ - Anguilla
121
+ - Antarctica
122
+ - Antigua And Barbuda
123
+ - Argentina
124
+ - Armenia
125
+ - Aruba
126
+ - Australia
127
+ - Austria
128
+ - Azerbaijan
129
+ - Bahamas
130
+ - Bahrain
131
+ - Bangladesh
132
+ - Barbados
133
+ - Belarus
134
+ - Belgium
135
+ - Belize
136
+ - Benin
137
+ - Bermuda
138
+ - Bhutan
139
+ - Bolivia
140
+ - Bosnia and Herzegowina
141
+ - Botswana
142
+ - Bouvet Island
143
+ - Brazil
144
+ - British Indian Ocean Territory
145
+ - Brunei Darussalam
146
+ - Bulgaria
147
+ - Burkina Faso
148
+ - Burma
149
+ - Burundi
150
+ - Cambodia
151
+ - Cameroon
152
+ - Canada
153
+ - Cape Verde
154
+ - Cayman Islands
155
+ - Central African Republic
156
+ - Chad
157
+ - Chile
158
+ - China
159
+ - Christmas Island
160
+ - Cocos (Keeling) Islands
161
+ - Colombia
162
+ - Comoros
163
+ - Congo
164
+ - Congo, the Democratic Republic of the
165
+ - Cook Islands
166
+ - Costa Rica
167
+ - Cote d'Ivoire
168
+ - Croatia
169
+ - Cuba
170
+ - Cyprus
171
+ - Czech Republic
172
+ - Denmark
173
+ - Djibouti
174
+ - Dominica
175
+ - Dominican Republic
176
+ - East Timor
177
+ - Ecuador
178
+ - Egypt
179
+ - El Salvador
180
+ - England
181
+ - Equatorial Guinea
182
+ - Eritrea
183
+ - Espana
184
+ - Estonia
185
+ - Ethiopia
186
+ - Falkland Islands
187
+ - Faroe Islands
188
+ - Fiji
189
+ - Finland
190
+ - France
191
+ - French Guiana
192
+ - French Polynesia
193
+ - French Southern Territories
194
+ - Gabon
195
+ - Gambia
196
+ - Georgia
197
+ - Germany
198
+ - Ghana
199
+ - Gibraltar
200
+ - Great Britain
201
+ - Greece
202
+ - Greenland
203
+ - Grenada
204
+ - Guadeloupe
205
+ - Guam
206
+ - Guatemala
207
+ - Guinea
208
+ - Guinea-Bissau
209
+ - Guyana
210
+ - Haiti
211
+ - Heard and Mc Donald Islands
212
+ - Honduras
213
+ - Hong Kong
214
+ - Hungary
215
+ - Iceland
216
+ - India
217
+ - Indonesia
218
+ - Ireland
219
+ - Israel
220
+ - Italy
221
+ - Iran
222
+ - Iraq
223
+ - Jamaica
224
+ - Japan
225
+ - Jordan
226
+ - Kazakhstan
227
+ - Kenya
228
+ - Kiribati
229
+ - Korea, Republic of
230
+ - Korea (South)
231
+ - Kuwait
232
+ - Kyrgyzstan
233
+ - Lao People's Democratic Republic
234
+ - Latvia
235
+ - Lebanon
236
+ - Lesotho
237
+ - Liberia
238
+ - Liechtenstein
239
+ - Lithuania
240
+ - Luxembourg
241
+ - Macau
242
+ - Macedonia
243
+ - Madagascar
244
+ - Malawi
245
+ - Malaysia
246
+ - Maldives
247
+ - Mali
248
+ - Malta
249
+ - Marshall Islands
250
+ - Martinique
251
+ - Mauritania
252
+ - Mauritius
253
+ - Mayotte
254
+ - Mexico
255
+ - Micronesia, Federated States of
256
+ - Moldova, Republic of
257
+ - Monaco
258
+ - Mongolia
259
+ - Montserrat
260
+ - Morocco
261
+ - Mozambique
262
+ - Myanmar
263
+ - Namibia
264
+ - Nauru
265
+ - Nepal
266
+ - Netherlands
267
+ - Netherlands Antilles
268
+ - New Caledonia
269
+ - New Zealand
270
+ - Nicaragua
271
+ - Niger
272
+ - Nigeria
273
+ - Niue
274
+ - Norfolk Island
275
+ - Northern Ireland
276
+ - Northern Mariana Islands
277
+ - Norway
278
+ - Oman
279
+ - Pakistan
280
+ - Palau
281
+ - Panama
282
+ - Papua New Guinea
283
+ - Paraguay
284
+ - Peru
285
+ - Philippines
286
+ - Pitcairn
287
+ - Poland
288
+ - Portugal
289
+ - Puerto Rico
290
+ - Qatar
291
+ - Reunion
292
+ - Romania
293
+ - Russia
294
+ - Rwanda
295
+ - Saint Kitts and Nevis
296
+ - Saint Lucia
297
+ - Saint Vincent and the Grenadines
298
+ - Samoa (Independent)
299
+ - San Marino
300
+ - Sao Tome and Principe
301
+ - Saudi Arabia
302
+ - Scotland
303
+ - Senegal
304
+ - Serbia and Montenegro
305
+ - Seychelles
306
+ - Sierra Leone
307
+ - Singapore
308
+ - Slovakia
309
+ - Slovenia
310
+ - Solomon Islands
311
+ - Somalia
312
+ - South Africa
313
+ - South Georgia and the South Sandwich Islands
314
+ - South Korea
315
+ - Spain
316
+ - Sri Lanka
317
+ - St. Helena
318
+ - St. Pierre and Miquelon
319
+ - Suriname
320
+ - Svalbard and Jan Mayen Islands
321
+ - Swaziland
322
+ - Sweden
323
+ - Switzerland
324
+ - Taiwan
325
+ - Tajikistan
326
+ - Tanzania
327
+ - Thailand
328
+ - Togo
329
+ - Tokelau
330
+ - Tonga
331
+ - Trinidad
332
+ - Trinidad and Tobago
333
+ - Tunisia
334
+ - Turkey
335
+ - Turkmenistan
336
+ - Turks and Caicos Islands
337
+ - Tuvalu
338
+ - Uganda
339
+ - Ukraine
340
+ - United Arab Emirates
341
+ - United Kingdom
342
+ - United States
343
+ - United States Minor Outlying Islands
344
+ - Uruguay
345
+ - Uzbekistan
346
+ - Vanuatu
347
+ - Vatican City State (Holy See)
348
+ - Venezuela
349
+ - Viet Nam
350
+ - Virgin Islands (British)
351
+ - Virgin Islands (U.S.)
352
+ - Wales
353
+ - Wallis and Futuna Islands
354
+ - Western Sahara
355
+ - Yemen
356
+ - Zambia
357
+ - Zimbabwe