refinerycms-i18n 2.0.2 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +7 -0
  2. data/.travis.yml +27 -9
  3. data/Gemfile +17 -7
  4. data/Rakefile +2 -0
  5. data/app/assets/images/refinery/icons/flags/ko.png +0 -0
  6. data/app/assets/images/refinery/icons/flags/{ua.png → uk.png} +0 -0
  7. data/lib/generators/refinery/i18n_generator.rb +2 -1
  8. data/lib/generators/refinery/templates/config/initializers/refinery/i18n.rb.erb +0 -2
  9. data/lib/refinery/i18n-filter.rb +4 -4
  10. data/lib/refinery/i18n.rb +10 -6
  11. data/lib/refinery/i18n/configuration.rb +10 -2
  12. data/lib/refinery/i18n/engine.rb +20 -18
  13. data/refinerycms-i18n.gemspec +8 -6
  14. data/script/rails +5 -0
  15. data/spec/{requests → features}/dashboard_locale_picker_spec.rb +2 -2
  16. data/spec/spec_helper.rb +20 -46
  17. data/spec/support/refinery/i18n/set_defaults.rb +17 -0
  18. metadata +25 -97
  19. data/config/locales/ar.yml +0 -124
  20. data/config/locales/bg.yml +0 -280
  21. data/config/locales/bn-IN.yml +0 -183
  22. data/config/locales/bs.yml +0 -117
  23. data/config/locales/ca.yml +0 -170
  24. data/config/locales/cs.rb +0 -168
  25. data/config/locales/cy.yml +0 -181
  26. data/config/locales/da.yml +0 -195
  27. data/config/locales/de-AT.yml +0 -154
  28. data/config/locales/de-CH.yml +0 -154
  29. data/config/locales/de.yml +0 -193
  30. data/config/locales/dsb.yml +0 -185
  31. data/config/locales/el.yml +0 -133
  32. data/config/locales/en-AU.yml +0 -180
  33. data/config/locales/en-GB.yml +0 -210
  34. data/config/locales/en-US.yml +0 -182
  35. data/config/locales/eo.yml +0 -182
  36. data/config/locales/es-AR.yml +0 -177
  37. data/config/locales/es-CO.yml +0 -179
  38. data/config/locales/es-MX.yml +0 -186
  39. data/config/locales/es-PE.yml +0 -124
  40. data/config/locales/es.yml +0 -285
  41. data/config/locales/et.yml +0 -187
  42. data/config/locales/eu.yml +0 -264
  43. data/config/locales/fa.yml +0 -143
  44. data/config/locales/fi.yml +0 -155
  45. data/config/locales/fr-CA.yml +0 -187
  46. data/config/locales/fr-CH.yml +0 -184
  47. data/config/locales/fr.yml +0 -182
  48. data/config/locales/fun/en-AU.rb +0 -105
  49. data/config/locales/fun/gibberish.rb +0 -109
  50. data/config/locales/fur.yml +0 -144
  51. data/config/locales/gl-ES.yml +0 -196
  52. data/config/locales/gsw-CH.yml +0 -182
  53. data/config/locales/he.yml +0 -106
  54. data/config/locales/hi-IN.yml +0 -181
  55. data/config/locales/hi.yml +0 -181
  56. data/config/locales/hr.yml +0 -119
  57. data/config/locales/hsb.yml +0 -193
  58. data/config/locales/hu.yml +0 -147
  59. data/config/locales/id.yml +0 -142
  60. data/config/locales/is.yml +0 -145
  61. data/config/locales/it.yml +0 -198
  62. data/config/locales/ja.yml +0 -191
  63. data/config/locales/ko.yml +0 -186
  64. data/config/locales/lo.yml +0 -204
  65. data/config/locales/lt.yml +0 -144
  66. data/config/locales/lv.yml +0 -181
  67. data/config/locales/mk.yml +0 -118
  68. data/config/locales/mn.yml +0 -159
  69. data/config/locales/nb.yml +0 -140
  70. data/config/locales/nl.yml +0 -186
  71. data/config/locales/nn.yml +0 -99
  72. data/config/locales/pl.yml +0 -193
  73. data/config/locales/pt-BR.yml +0 -208
  74. data/config/locales/pt-PT.yml +0 -190
  75. data/config/locales/rm.yml +0 -137
  76. data/config/locales/ro.yml +0 -155
  77. data/config/locales/ru.yml +0 -213
  78. data/config/locales/sk.yml +0 -195
  79. data/config/locales/sl.yml +0 -193
  80. data/config/locales/sr-Latn.yml +0 -119
  81. data/config/locales/sr.yml +0 -119
  82. data/config/locales/sv.yml +0 -244
  83. data/config/locales/sw.yml +0 -182
  84. data/config/locales/th.rb +0 -200
  85. data/config/locales/tr.yml +0 -142
  86. data/config/locales/uk.yml +0 -240
  87. data/config/locales/vi.yml +0 -201
  88. data/config/locales/zh-CN.yml +0 -210
  89. data/config/locales/zh-TW.yml +0 -210
  90. data/lib/gemspec.rb +0 -29
@@ -1,144 +0,0 @@
1
- # Lithuanian translations for Ruby on Rails
2
- # by Laurynas Butkus (laurynas.butkus@gmail.com)
3
-
4
- lt:
5
- number:
6
- format:
7
- separator: ","
8
- delimiter: " "
9
- precision: 3
10
-
11
- currency:
12
- format:
13
- format: "%n %u"
14
- unit: "Lt"
15
- separator: ","
16
- delimiter: " "
17
- precision: 2
18
-
19
- percentage:
20
- format:
21
- delimiter: ""
22
-
23
- precision:
24
- format:
25
- delimiter: ""
26
-
27
- human:
28
- format:
29
- delimiter: ""
30
- precision: 1
31
- storage_units:
32
- # Storage units output formatting.
33
- # %u is the storage unit, %n is the number (default: 2 MB)
34
- format: "%n %u"
35
- units:
36
- byte:
37
- one: "Baitas"
38
- other: "Baitai"
39
- kb: "KB"
40
- mb: "MB"
41
- gb: "GB"
42
- tb: "TB"
43
-
44
- datetime:
45
- distance_in_words:
46
- half_a_minute: "pusė minutės"
47
- less_than_x_seconds:
48
- one: "mažiau nei 1 sekundė"
49
- other: "mažiau nei %{count} sekundės"
50
- x_seconds:
51
- one: "1 sekundė"
52
- other: "%{count} sekundės"
53
- less_than_x_minutes:
54
- one: "mažiau nei minutė"
55
- other: "mažiau nei %{count} minutės"
56
- x_minutes:
57
- one: "1 minutė"
58
- other: "%{count} minutės"
59
- about_x_hours:
60
- one: "apie 1 valanda"
61
- other: "apie %{count} valandų"
62
- x_days:
63
- one: "1 diena"
64
- other: "%{count} dienų"
65
- about_x_months:
66
- one: "apie 1 mėnuo"
67
- other: "apie %{count} mėnesiai"
68
- x_months:
69
- one: "1 mėnuo"
70
- other: "%{count} mėnesiai"
71
- about_x_years:
72
- one: "apie 1 metai"
73
- other: "apie %{count} metų"
74
- over_x_years:
75
- one: "virš 1 metų"
76
- other: "virš %{count} metų"
77
- prompts:
78
- year: "Metai"
79
- month: "Mėnuo"
80
- day: "Diena"
81
- hour: "Valanda"
82
- minute: "Minutė"
83
- second: "Sekundės"
84
-
85
- activerecord:
86
- errors:
87
- template:
88
- header:
89
- one: "Išsaugant objektą %{model} rasta klaida"
90
- other: "Išsaugant objektą %{model} rastos %{count} klaidos"
91
- body: "Šiuose laukuose yra klaidų:"
92
-
93
- messages:
94
- inclusion: "nenumatyta reikšmė"
95
- exclusion: "užimtas"
96
- invalid: "neteisingas"
97
- confirmation: "neteisingai pakartotas"
98
- accepted: "turi būti patvirtintas"
99
- empty: "negali būti tuščias"
100
- blank: "negali būti tuščias"
101
- too_long: "per ilgas (daugiausiai %{count} simboliai)"
102
- too_short: "per trumpas (mažiausiai %{count} simboliai)"
103
- wrong_length: "neteisingo ilgio (turi būti %{count} simboliai)"
104
- taken: "jau užimtas"
105
- not_a_number: "ne skaičius"
106
- greater_than: "turi būti didesnis už %{count}"
107
- greater_than_or_equal_to: "turi būti didesnis arba lygus %{count}"
108
- equal_to: "turi būti lygus %{count}"
109
- less_than: "turi būti mažesnis už %{count}"
110
- less_than_or_equal_to: "turi būti mažesnis arba lygus %{count}"
111
- odd: "turi būti nelyginis"
112
- even: "turi būti lyginis"
113
-
114
- models:
115
-
116
- date:
117
- formats:
118
- default: "%Y-%m-%d"
119
- short: "%b %d"
120
- long: "%B %d, %Y"
121
-
122
- day_names: [sekmadienis, pirmadienis, antradienis, trečiadienis, ketvirtadienis, penktadienis, šeštadienis]
123
- abbr_day_names: [Sek, Pir, Ant, Tre, Ket, Pen, Šeš]
124
-
125
- month_names: [~, sausio, vasario, kovo, balandžio, gegužės, birželio, liepos, rugpjūčio, rugsėjo, spalio, lapkričio, gruodžio]
126
- abbr_month_names: [~, Sau, Vas, Kov, Bal, Geg, Bir, Lie, Rgp, Rgs, Spa, Lap, Grd]
127
- order:
128
- - :year
129
- - :month
130
- - :day
131
-
132
- time:
133
- formats:
134
- default: "%a, %d %b %Y %H:%M:%S %z"
135
- short: "%d %b %H:%M"
136
- long: "%B %d, %Y %H:%M"
137
- am: "am"
138
- pm: "pm"
139
-
140
- support:
141
- array:
142
- words_connector: ", "
143
- two_words_connector: " ir "
144
- last_word_connector: " ir "
@@ -1,181 +0,0 @@
1
- # Latvian translations for Ruby on Rails
2
- # by Kaspars Bankovskis (kaspars@kei.lv)
3
-
4
- lv:
5
- date:
6
- formats:
7
- default: "%d.%m.%Y."
8
- short: "%e. %B"
9
- long: "%Y. gada %e. %B"
10
-
11
- day_names: [svētdiena, pirmdiena, otrdiena, trešdiena, ceturtdiena, piektdiena, sestdiena]
12
- abbr_day_names: [Sv., P., O., T., C., Pk., S.]
13
- month_names: [~, janvārī, februārī, martā, aprīlī, maijā, jūnijā, jūlijā, augustā, septembrī, oktobrī, novembrī, decembrī]
14
- abbr_month_names: [~, Janv, Febr, Marts, Apr, Maijs, Jūn, Jūl, Aug, Sept, Okt, Nov, Dec]
15
- order:
16
- - :year
17
- - :month
18
- - :day
19
-
20
- time:
21
- formats:
22
- default: "%Y. gada %e. %B, %H:%M"
23
- short: "%d.%m.%Y., %H:%M"
24
- long: "%Y. gada %e. %B, %H:%M:%S"
25
-
26
- am: "priekšpusdiena"
27
- pm: "pēcpusdiena"
28
-
29
- datetime:
30
- distance_in_words:
31
- half_a_minute: "pusminūte"
32
- less_than_x_seconds:
33
- one: "mazāk par vienu sekundi"
34
- other: "mazāk par %{count} sekundēm"
35
- x_seconds:
36
- one: "1 sekunde"
37
- other: "%{count} sekundes"
38
- less_than_x_minutes:
39
- one: "mazāk par vienu minūti"
40
- other: "mazāk par %{count} minūtēm"
41
- x_minutes:
42
- one: "1 minūte"
43
- other: "%{count} minūtes"
44
- about_x_hours:
45
- one: "apmēram 1 stunda"
46
- other: "apmēram %{count} stundas"
47
- x_days:
48
- one: "1 diena"
49
- other: "%{count} dienas"
50
- about_x_months:
51
- one: "apmēram 1 mēnesis"
52
- other: "apmēram %{count} mēneši"
53
- x_months:
54
- one: "1 mēnesis"
55
- other: "%{count} mēneši"
56
- about_x_years:
57
- one: "apmēram 1 gads"
58
- other: "apmēram %{count} gadi"
59
- over_x_years:
60
- one: "vairāk kā gads"
61
- other: "vairāk kā %{count} gadi"
62
- almost_x_years:
63
- one: "gandrīz 1 gads"
64
- other: "gandrīz %{count} gadi"
65
- prompts:
66
- second: "sekunde"
67
- minute: "minūte"
68
- hour: "stunda"
69
- day: "diena"
70
- month: "mēnesis"
71
- year: "gads"
72
-
73
- number:
74
- format:
75
- precision: 2
76
- separator: ','
77
- delimiter: '.'
78
- significant: false
79
- strip_insignificant_zeros: false
80
-
81
- currency:
82
- format:
83
- unit: 'LVL'
84
- format: '%u %n'
85
- separator: ","
86
- delimiter: "."
87
- precision: 2
88
- significant: false
89
- strip_insignificant_zeros: false
90
-
91
- percentage:
92
- format:
93
- delimiter: ""
94
-
95
- precision:
96
- format:
97
- delimiter: ""
98
-
99
- human:
100
- format:
101
- delimiter: ""
102
- precision: 1
103
- significant: false
104
- strip_insignificant_zeros: false
105
- storage_units:
106
- format: "%n %u"
107
- units:
108
- byte:
109
- one: "Baits"
110
- other: "Baiti"
111
- kb: "KB"
112
- mb: "MB"
113
- gb: "GB"
114
- tb: "TB"
115
- decimal_units:
116
- format: "%n %u"
117
- units:
118
- unit: ""
119
- thousand: Tūkstotis
120
- million: Miljons
121
- billion: Biljons
122
- trillion: Triljons
123
- quadrillion: Kvadriljons
124
-
125
- support:
126
- array:
127
- words_connector: ", "
128
- two_words_connector: " un "
129
- last_word_connector: " un "
130
-
131
- select:
132
- prompt: "Lūdzu izvēlies"
133
-
134
- helpers:
135
- select:
136
- prompt: "Lūdzu izvēlies"
137
-
138
- submit:
139
- create: 'Izveidot %{model}'
140
- update: 'Atjaunināt %{model}'
141
- submit: 'Saglabāt %{model}'
142
-
143
- errors:
144
- format: "%{attribute} %{message}"
145
- messages: &errors_messages
146
- inclusion: "nav iekļauts sarakstā"
147
- exclusion: "nav pieejams"
148
- invalid: "nav derīgs"
149
- confirmation: "nesakrīt ar apstiprinājumu"
150
- accepted: "ir jāpiekrīt"
151
- empty: "ir jābūt aizpildītam"
152
- blank: "ir jābūt aizpildītam"
153
- too_long: "ir par garu (maksimums ir %{count} zīmes)"
154
- too_short: "ir par īsu (minimums ir %{count} zīmes)"
155
- wrong_length: "ir nepareizs garums (jābūt %{count} zīmēm)"
156
- taken: "ir jau aizņemts"
157
- not_a_number: "nav skaitlis"
158
- not_an_integer: "ir jābūt veselam skaitlim"
159
- greater_than: "ir jābūt lielākam par %{count}"
160
- greater_than_or_equal_to: "ir jābūt lielākam vai vienādam ar %{count}"
161
- equal_to: "ir jābūt vienādam ar %{count}"
162
- less_than: "ir jābūt mazākam par %{count}"
163
- less_than_or_equal_to: "ir jābūt mazākam vai vienādam ar %{count}"
164
- odd: "ir jābūt nepāra skaitlim"
165
- even: "ir jābūt pāra skaitlim"
166
-
167
- activerecord:
168
- errors:
169
- template:
170
- header:
171
- one: "Dēļ 1 kļūdas šis %{model} netika saglabāts"
172
- other: "Dēļ %{count} kļūdām šis %{model} netika saglabāts"
173
- body: "Problēmas ir šajos ievades laukos:"
174
-
175
- messages:
176
- taken: "ir jau aizņemts"
177
- record_invalid: "Pārbaude neizdevās: %{errors}"
178
- <<: *errors_messages
179
-
180
- full_messages:
181
- format: "%{attribute}%{message}"
@@ -1,118 +0,0 @@
1
- # Macedonian translations for Ruby on Rails
2
- # by Dejan Dimić (dejan.dimic@gmail.com)
3
-
4
- "mk":
5
- date:
6
- formats:
7
- default: "%d/%m/%Y"
8
- short: "%e %b"
9
- long: "%B %e, %Y"
10
- only_day: "%e"
11
-
12
- day_names: [Недела, Понеделник, Вторник, Среда, Четврток, Петок, Сабота]
13
- abbr_day_names: [Нед, Пон, Вто, Сре, Чет, Пет, Саб]
14
- month_names: [~, Јануари, Февруари, Март, Април, Мај, Јуни, Јули, Август, Септември, Октомври, Ноември, Декември]
15
- abbr_month_names: [~, Јан, Фев, Мар, Апр, Мај, Јун, Јул, Авг, Сеп, Окт, Ное, Дек]
16
- order:
17
- - :day
18
- - :month
19
- - :year
20
-
21
- time:
22
- formats:
23
- default: "%a %b %d %H:%M:%S %Z %Y"
24
- time: "%H:%M"
25
- short: "%d %b %H:%M"
26
- long: "%B %d, %Y %H:%M"
27
- only_second: "%S"
28
-
29
- am: 'АМ'
30
- pm: 'ПМ'
31
-
32
- datetime:
33
- formats:
34
- default: "%Y-%m-%dT%H:%M:%S%Z"
35
- distance_in_words:
36
- half_a_minute: 'пола минута'
37
- less_than_x_seconds:
38
- zero: 'помалку од секунда'
39
- one: 'помалку од 1 секунда'
40
- few: 'помалку од %{count} секунди'
41
- other: 'помалку од %{count} секунди'
42
- x_seconds:
43
- one: '1 секунда'
44
- few: '%{count} секунди'
45
- other: '%{count} секунди'
46
- less_than_x_minutes:
47
- zero: 'помалку од минута'
48
- one: 'помалку од 1 минута'
49
- other: 'помалку од %{count} минути'
50
- x_minutes:
51
- one: '1 минута'
52
- other: '%{count} минути'
53
- about_x_hours:
54
- one: 'околу 1 час'
55
- few: 'околу %{count} часа'
56
- other: 'околу %{count} часа'
57
- x_days:
58
- one: '1 ден'
59
- other: '%{count} денови'
60
- about_x_months:
61
- one: 'околу 1 месец'
62
- few: 'околу %{count} месеци'
63
- other: 'околу %{count} месеци'
64
- x_months:
65
- one: '1 месец'
66
- few: '%{count} месеци'
67
- other: '%{count} месеци'
68
- about_x_years:
69
- one: 'околу 1 година'
70
- other: 'околу %{count} години'
71
- over_x_years:
72
- one: 'над 1 година'
73
- other: 'над %{count} години'
74
-
75
- number:
76
- format:
77
- precision: 3
78
- separator: ','
79
- delimiter: '.'
80
- currency:
81
- format:
82
- unit: 'MKD'
83
- precision: 2
84
- format: '%n %u'
85
-
86
- support:
87
- array:
88
- sentence_connector: "и"
89
-
90
- activerecord:
91
- errors:
92
- template:
93
- header:
94
- one: 'Не успеав да го зачувам %{model}: 1 грешка.'
95
- few: 'Не успеав да го зачувам %{model}: %{count} грешки.'
96
- other: 'Не успеав да го зачувам %{model}: %{count} грешки.'
97
- body: "Ве молиме проверете ги следните полиња:"
98
- messages:
99
- inclusion: "не е во листата"
100
- exclusion: "не е достапно"
101
- invalid: "не е исправен"
102
- confirmation: "не се совпаѓа со својата потврда"
103
- accepted: "мора да биде прифатен"
104
- empty: "мора да биде зададен"
105
- blank: "мора да биде зададен"
106
- too_long: "е предолг (не повеќе од %{count} карактери)"
107
- too_short: "е прекраток (не помалку од %{count} карактери)"
108
- wrong_length: "несоодветна должина (мора да имате %{count} карактери)"
109
- taken: "е зафатено"
110
- not_a_number: "не е број "
111
- greater_than: "мора да биде поголемо од %{count}"
112
- greater_than_or_equal_to: "мора да биде поголемо или еднакво на %{count}"
113
- equal_to: "мора да биде еднакво на %{count}"
114
- less_than: "мора да биде помало од %{count}"
115
- less_than_or_equal_to: "мора да биде помало или еднакво на %{count}"
116
- odd: "мора да биде непарно"
117
- even: "мора да биде парно"
118
-
@@ -1,159 +0,0 @@
1
- # Mongolian localization for Ruby on Rails 2.2+
2
- # by Ochirkhuyag.L <ochkoo@gmail.com>
3
- #
4
-
5
- mn:
6
- date:
7
- formats:
8
- default: "%Y-%m-%d"
9
- short: "%y-%m-%d"
10
- long: "%Y %B %d"
11
-
12
- day_names: [Ням, Даваа, Мягмар, Лхагва, Пүрэв, Баасан, Бямба]
13
- abbr_day_names: [Ня, Да, Мя, Лх, Пү, Ба, Бя]
14
-
15
- month_names: [~, 1 сар, 2 сар, 3 сар, 4 сар, 5 сар, 6 сар, 7 сар, 8 сар, 9 сар, 10 сар, 11 сар, 12 сар]
16
- abbr_month_names: [~, 1 сар, 2 сар, 3 сар, 4 сар, 5 сар, 6 сар, 7 сар, 8 сар, 9 сар, 10 сар, 11 сар, 12 сар]
17
-
18
- order:
19
- - :year
20
- - :month
21
- - :day
22
-
23
- time:
24
- formats:
25
- default: "%Y-%m-%d %H:%M"
26
- short: "%y-%m-%d"
27
- long: "%Y %B %d, %H:%M:%S"
28
- am: "өглөө"
29
- pm: "орой"
30
-
31
- number:
32
- format:
33
- separator: "."
34
- delimiter: " "
35
- precision: 3
36
-
37
- currency:
38
- format:
39
- format: "%n %u"
40
- unit: "төг."
41
- separator: "."
42
- delimiter: " "
43
- precision: 2
44
-
45
- percentage:
46
- format:
47
- delimiter: ""
48
-
49
- precision:
50
- format:
51
- delimiter: ""
52
-
53
- human:
54
- format:
55
- delimiter: ""
56
- precision: 1
57
- # Rails 2.2
58
- # storage_units: [байт, КБ, МБ, ГБ, ТБ]
59
-
60
- # Rails 2.3
61
- storage_units:
62
- # Storage units output formatting.
63
- # %u is the storage unit, %n is the number (default: 2 MB)
64
- format: "%n %u"
65
- units:
66
- byte:
67
- one: "Байт"
68
- other: "Байт"
69
- kb: "КБ"
70
- mb: "МБ"
71
- gb: "ГБ"
72
- tb: "ТБ"
73
-
74
- datetime:
75
- distance_in_words:
76
- half_a_minute: "хагас минут"
77
- less_than_x_seconds:
78
- one: "%{count} секундээс бага"
79
- other: "%{count} секундээс бага"
80
- x_seconds:
81
- one: "%{count} секунд"
82
- other: "%{count} секунд"
83
- less_than_x_minutes:
84
- one: "%{count} минутаас бага"
85
- other: "%{count} минутаас бага"
86
- x_minutes:
87
- one: "%{count} минут"
88
- other: "%{count} минут"
89
- about_x_hours:
90
- one: "%{count} цаг орчим"
91
- other: "%{count} цаг орчим"
92
- x_days:
93
- one: "%{count} өдөр"
94
- other: "%{count} өдөр"
95
- about_x_months:
96
- one: "%{count} сар орчим"
97
- other: "%{count} сар орчим"
98
- x_months:
99
- one: "%{count} сар"
100
- other: "%{count} сар"
101
- about_x_years:
102
- one: "%{count} жил орчим"
103
- other: "%{count} жил орчим"
104
- almost_x_years:
105
- one: "бараг %{count} жил"
106
- other: "бараг %{count} жил"
107
- over_x_years:
108
- one: "%{count} жилээс илүү"
109
- other: "%{count} жилээс илүү"
110
- prompts:
111
- year: "Жил"
112
- month: "Сар"
113
- day: "Өдөр"
114
- hour: "Цаг"
115
- minute: "Минут"
116
- second: "Секунд"
117
-
118
- activerecord:
119
- errors:
120
- messages:
121
- inclusion: "жагсаалтад алга байна"
122
- exclusion: "бол ашиглахад хориотой"
123
- invalid: "буруу байна"
124
- confirmation: "адилгүй байна"
125
- accepted: "хүлээн зөвшөөрөгдсөн байх ёстой"
126
- empty: "байхгүй байж болохгүй"
127
- blank: "хоосон байж болохгүй"
128
- too_long: "хэт урт байна (хамгийн уртдаа %{count} тэмдэгт)"
129
- too_short: "хэт богино байна (хамгийн багадаа %{count} тэмдэгт)"
130
- wrong_length: "урт нь буруу байна (%{count} тэмдэгт байх ёстой)"
131
- taken: "аль хэдийн авчихсан байна"
132
- not_a_number: "тоо биш байна"
133
- not_an_integer: "бүхэл тоо байх ёстой"
134
- greater_than: "%{count}-с их байх ёстой"
135
- greater_than_or_equal_to: "%{count}-с их юмуу тэнцүү байх ёстой"
136
- equal_to: "%{count}-тэй тэнцүү байх ёстой"
137
- less_than: "%{count}-с бага байх ёстой"
138
- less_than_or_equal_to: "%{count}-с бага юмуу тэнцүү байх ёстой"
139
- odd: "сонгой байх ёстой"
140
- even: "тэгш байх ёстой"
141
- record_invalid: "Шалгалт амжилтгүй: %{errors}"
142
- # Append your own errors here or at the model/attributes scope.
143
-
144
- activemodel:
145
- errors:
146
- template:
147
- header:
148
- one: "1 алдаа гарсан тул %{model} хадгалагдахгүй байна"
149
- other: "%{count} алдаа гарсан тул %{model} хадгалагдахгүй байна"
150
- # The variable :count is also available
151
- body: "Дараах %{count} хэсэгт алдаа гарлаа:"
152
-
153
- support:
154
- array:
155
- words_connector: ", "
156
- two_words_connector: " болон "
157
- last_word_connector: " болон "
158
- select:
159
- prompt: "Сонгоно уу"