rails-i18n 5.0.3 → 5.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d6e55423b278944e9e086f05aa0c5fc3c9b7eb4
4
- data.tar.gz: 637f26990a13965dc06d2698c3b3c87753c7f2c9
3
+ metadata.gz: a6a59c3e787a89d249aa375a887af874f0b959c4
4
+ data.tar.gz: 1795bff5c8e230632995d6a1d426653297055f3a
5
5
  SHA512:
6
- metadata.gz: 6ee084cc429ec77b53b424f3ce15991a7d1e7f891fca560110c89b7ed153bfeb3756d04bc4984ef042f135e3f94e13a6cb4a8041656ecc9d6f7ad34f92172488
7
- data.tar.gz: 0a5c7880fd4bd7487aae8bd857d52b44aacf19b06a48d495c2f188beba2d4458e5d138c8e66c36d74177fff1fdb63b7ab2bdd5b6dbfa929972f76fc0ee0fa605
6
+ metadata.gz: 8f7551839f991f2cfdf0692d8e88e5f601977a59e0bfa485f4433ee3028fbbe157eb7c382362bb215eab24ffd83ba590f5193d3247f001ebe4d455fd8132fab5
7
+ data.tar.gz: dc14412a5a47d0648aa169a833a42494374f592c125cf534a1e3936a0fb18e782f4460c8feb08751f87681ca92e2c7a98be7990df1aea99a40321cd28a86ea74
@@ -1,3 +1,16 @@
1
+ ## 5.0.4 (2017-05-06)
2
+ - Add following locales:
3
+ - Cypriot Greek (el-CY)
4
+ - Cypriot English (en-CY)
5
+ - Update following locales:
6
+ - Swedish (sv, sv-SE)
7
+ - Ukrainian (uk)
8
+ - French (fr, fr-FR)
9
+ - Japanese (ja)
10
+ - Uzbek (uz)
11
+ - Chinese (zh-CN, zh-HK, zh-TW, zh-YUE)
12
+ - Spanish (es)
13
+
1
14
  ## 5.0.3 (2017-02-10)
2
15
  - Update following locales:
3
16
  - Portuguese (pt, pt-BR)
data/README.md CHANGED
@@ -10,7 +10,7 @@ Central point to collect locale data for use in Ruby on Rails.
10
10
 
11
11
  Add to your Gemfile:
12
12
 
13
- gem 'rails-i18n', '~> 5.0.0' # For 5.0.x
13
+ gem 'rails-i18n', '~> 5.0.0' # For 5.0.x and 5.1.x
14
14
  gem 'rails-i18n', '~> 4.0.0' # For 4.0.x
15
15
  gem 'rails-i18n', '~> 3.0.0' # For 3.x
16
16
  gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'master' # For 5.x
@@ -19,7 +19,7 @@ Add to your Gemfile:
19
19
 
20
20
  or run this command:
21
21
 
22
- gem install rails-i18n -v '~> 5.0.0' # For 5.0.0
22
+ gem install rails-i18n -v '~> 5.0.0' # For 5.0.x and 5.1.x
23
23
  gem install rails-i18n -v '~> 4.0.0' # For 4.0.x
24
24
  gem install rails-i18n -v '~> 3.0.0' # For 3.x
25
25
 
@@ -54,19 +54,19 @@ Locale data whose structure is compatible with Rails 2.3 are available on the se
54
54
 
55
55
  Available locales are:
56
56
 
57
- > af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, de-DE, el,
58
- > en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, eo, es,
57
+ > af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, de-DE, el, el-CY,
58
+ > en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, en-CY,eo, es,
59
59
  > es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-ES, es-MX, es-PA, es-PE, es-US, es-VE,
60
60
  > et, eu, fa, fi, fr, fr-CA, fr-CH, fr-FR, gl, he, hi, hi-IN, hr, hu, id, is, it,
61
61
  > it-CH, ja, ka, km, kn, ko, lb, lo, lt, lv, mk, ml, mn, mr-IN, ms, nb, ne, nl, nn, or,
62
- > pa, pl, pt, pt-BR, rm, ro, ru, sk, sl, sq, sr, sw, ta, th, tl, tr, tt, ug, uk,
62
+ > pa, pl, pt, pt-BR, rm, ro, ru, sk, sl, sq, sr, sw, ta, th, tl, tr, tt, ug,
63
63
  > ur, uz, vi, wo, zh-CN, zh-HK, zh-TW, zh-YUE
64
64
 
65
65
  Complete locales are:
66
66
 
67
67
  > af, da, de, de-AT, de-CH, de-DE, en-US, es, es-419, es-AR, es-CL, es-CO, es-CR, es-EC,
68
68
  > es-ES, es-MX, es-PA, es-PE, es-US, es-VE, et, fa, fr, fr-CA, fr-CH, fr-FR, id, ja, ka, ml, nb,
69
- > nl, nn, pt-BR, sv, sv-SE, tr, zh-CN, zh-HK, zh-TW, zh-YUE
69
+ > nl, nn, pt-BR, sv, sv-SE, tr, zh-CN, zh-HK, zh-TW, zh-YUE, uk
70
70
 
71
71
  Currently, most locales are incomplete. Typically they lack the following keys:
72
72
 
@@ -0,0 +1,202 @@
1
+ ---
2
+ el-CY:
3
+ activerecord:
4
+ errors:
5
+ messages:
6
+ record_invalid: ! 'Η επικύρωση απέτυχε: %{errors}'
7
+ date:
8
+ abbr_day_names:
9
+ - Κυρ
10
+ - Δευ
11
+ - Τρί
12
+ - Τετ
13
+ - Πέμ
14
+ - Παρ
15
+ - Σάβ
16
+ abbr_month_names:
17
+ -
18
+ - Ιαν
19
+ - Φεβ
20
+ - Μαρ
21
+ - Απρ
22
+ - Μαϊ
23
+ - Ιουν
24
+ - Ιουλ
25
+ - Αυγ
26
+ - Σεπ
27
+ - Οκτ
28
+ - Νοε
29
+ - Δεκ
30
+ day_names:
31
+ - Κυριακή
32
+ - Δευτέρα
33
+ - Τρίτη
34
+ - Τετάρτη
35
+ - Πέμπτη
36
+ - Παρασκευή
37
+ - Σάββατο
38
+ formats:
39
+ default: ! '%d/%m/%Y'
40
+ long: ! '%e %B %Y'
41
+ short: ! '%d %b'
42
+ month_names:
43
+ -
44
+ - Ιανουάριος
45
+ - Φεβρουάριος
46
+ - Μάρτιος
47
+ - Απρίλιος
48
+ - Μάιος
49
+ - Ιούνιος
50
+ - Ιούλιος
51
+ - Αύγουστος
52
+ - Σεπτέμβριος
53
+ - Οκτώβριος
54
+ - Νοέμβριος
55
+ - Δεκέμβριος
56
+ order:
57
+ - :day
58
+ - :month
59
+ - :year
60
+ datetime:
61
+ distance_in_words:
62
+ about_x_hours:
63
+ one: περίπου μία ώρα
64
+ other: περίπου %{count} ώρες
65
+ about_x_months:
66
+ one: περίπου ένα μήνα
67
+ other: περίπου %{count} μήνες
68
+ about_x_years:
69
+ one: περίπου ένα χρόνο
70
+ other: περίπου %{count} χρόνια
71
+ almost_x_years:
72
+ one: σχεδόν ένα χρόνο
73
+ other: σχεδόν %{count} χρόνια
74
+ half_a_minute: μισό λεπτό
75
+ less_than_x_minutes:
76
+ one: λιγότερο από ένα λεπτό
77
+ other: λιγότερο από %{count} λεπτά
78
+ less_than_x_seconds:
79
+ one: λιγότερο από ένα δευτερόλεπτο
80
+ other: λιγότερο από %{count} δευτερόλεπτα
81
+ over_x_years:
82
+ one: πάνω από ένα χρόνο
83
+ other: πάνω από %{count} χρόνια
84
+ x_days:
85
+ one: 1 μέρα
86
+ other: ! '%{count} ημέρες'
87
+ x_minutes:
88
+ one: 1 λεπτό
89
+ other: ! '%{count} λεπτά'
90
+ x_months:
91
+ one: 1 μήνα
92
+ other: ! '%{count} μήνες'
93
+ x_seconds:
94
+ one: 1 δευτερόλεπτο
95
+ other: ! '%{count} δευτερόλεπτα'
96
+ prompts:
97
+ day: Ημέρα
98
+ hour: Ώρα
99
+ minute: Λεπτό
100
+ month: Μήνας
101
+ second: Δευτερόλεπτο
102
+ year: Έτος
103
+ errors:
104
+ format: ! '%{attribute} %{message}'
105
+ messages:
106
+ accepted: πρέπει να είναι αποδεκτό
107
+ blank: δεν πρέπει να είναι κενό
108
+ confirmation: δεν ταιριάζει με την επικύρωση
109
+ empty: δεν πρέπει να είναι άδειο
110
+ equal_to: πρέπει να είναι ίσο με %{count}
111
+ even: πρέπει να είναι άρτιος
112
+ exclusion: είναι δεσμευμένο
113
+ greater_than: πρέπει να είναι μεγαλύτερο από %{count}
114
+ greater_than_or_equal_to: πρέπει να είναι μεγαλύτερο ή ίσο με %{count}
115
+ inclusion: δεν συμπεριλαμβάνεται στη λίστα
116
+ invalid: είναι άκυρο
117
+ less_than: πρέπει να είναι λιγότερο από %{count}
118
+ less_than_or_equal_to: πρέπει να είναι λιγότερο ή ίσο με %{count}
119
+ not_a_number: δεν είναι αριθμός
120
+ not_an_integer: πρέπει να είναι ακέραιος αριθμός
121
+ odd: πρέπει να είναι περιττός
122
+ taken: το έχουν ήδη χρησιμοποιήσει
123
+ too_long:
124
+ one: είναι πολύ μεγάλο (το μέγιστο μήκος είναι 1 χαρακτήρας)
125
+ other: είναι πολύ μεγάλο (το μέγιστο μήκος είναι %{count} χαρακτήρες)
126
+ too_short:
127
+ one: είναι πολύ μικρό (το ελάχιστο μήκος είναι 1 χαρακτήρας)
128
+ other: είναι πολύ μικρό (το ελάχιστο μήκος είναι %{count} χαρακτήρες)
129
+ wrong_length:
130
+ one: έχει λανθασμένο μήκος (πρέπει να είναι 1 χαρακτήρας)
131
+ other: έχει λανθασμένο μήκος (πρέπει να είναι %{count} χαρακτήρες)
132
+ template:
133
+ body: ! 'Υπήρξαν προβλήματα με τα ακόλουθα πεδία:'
134
+ header:
135
+ one: 1 λάθος εμπόδισε αυτό το %{model} να αποθηκευτεί.
136
+ other: ! '%{count} λάθη εμπόδισαν αυτό το %{model} να αποθηκευτεί.'
137
+ helpers:
138
+ select:
139
+ prompt: Παρακαλώ επιλέξτε
140
+ submit:
141
+ create: Δημιουργήστε %{model}
142
+ submit: Αποθηκεύστε %{model}
143
+ update: Ενημερώστε %{model}
144
+ number:
145
+ currency:
146
+ format:
147
+ delimiter: "."
148
+ format: ! '%n %u'
149
+ precision: 2
150
+ separator: ! ','
151
+ significant: false
152
+ strip_insignificant_zeros: false
153
+ unit: €
154
+ format:
155
+ delimiter: "."
156
+ precision: 3
157
+ separator: ! ','
158
+ significant: false
159
+ strip_insignificant_zeros: false
160
+ human:
161
+ decimal_units:
162
+ format: ! '%n %u'
163
+ units:
164
+ billion: δισεκατομμύριο
165
+ million: εκατομμύριο
166
+ quadrillion: τετράκις εκατομμύριο
167
+ thousand: χίλια
168
+ trillion: τρισεκατομμύριο
169
+ unit: ''
170
+ format:
171
+ delimiter: ''
172
+ precision: 1
173
+ significant: true
174
+ strip_insignificant_zeros: true
175
+ storage_units:
176
+ format: ! '%n %u'
177
+ units:
178
+ byte:
179
+ one: Byte
180
+ other: Bytes
181
+ gb: GB
182
+ kb: KB
183
+ mb: MB
184
+ tb: TB
185
+ percentage:
186
+ format:
187
+ delimiter: ''
188
+ precision:
189
+ format:
190
+ delimiter: ''
191
+ support:
192
+ array:
193
+ last_word_connector: ! ' και '
194
+ two_words_connector: ! ' και '
195
+ words_connector: ! ', '
196
+ time:
197
+ am: π.μ.
198
+ formats:
199
+ default: ! '%d %B %Y %H:%M'
200
+ long: ! '%A %d %B %Y %H:%M:%S %Z'
201
+ short: ! '%d %b %H:%M'
202
+ pm: μ.μ.
@@ -0,0 +1,208 @@
1
+ ---
2
+ en-CY:
3
+ activerecord:
4
+ errors:
5
+ messages:
6
+ record_invalid: "Validation failed: %{errors}"
7
+ restrict_dependent_destroy:
8
+ has_one: "Cannot delete record because a dependent %{record} exists"
9
+ has_many: "Cannot delete record because dependent %{record} exist"
10
+ date:
11
+ abbr_day_names:
12
+ - Sun
13
+ - Mon
14
+ - Tue
15
+ - Wed
16
+ - Thu
17
+ - Fri
18
+ - Sat
19
+ abbr_month_names:
20
+ -
21
+ - Jan
22
+ - Feb
23
+ - Mar
24
+ - Apr
25
+ - May
26
+ - Jun
27
+ - Jul
28
+ - Aug
29
+ - Sep
30
+ - Oct
31
+ - Nov
32
+ - Dec
33
+ day_names:
34
+ - Sunday
35
+ - Monday
36
+ - Tuesday
37
+ - Wednesday
38
+ - Thursday
39
+ - Friday
40
+ - Saturday
41
+ formats:
42
+ default: "%d-%m-%Y"
43
+ long: "%d %B, %Y"
44
+ short: "%d %b"
45
+ month_names:
46
+ -
47
+ - January
48
+ - February
49
+ - March
50
+ - April
51
+ - May
52
+ - June
53
+ - July
54
+ - August
55
+ - September
56
+ - October
57
+ - November
58
+ - December
59
+ order:
60
+ - :day
61
+ - :month
62
+ - :year
63
+ datetime:
64
+ distance_in_words:
65
+ about_x_hours:
66
+ one: about 1 hour
67
+ other: about %{count} hours
68
+ about_x_months:
69
+ one: about 1 month
70
+ other: about %{count} months
71
+ about_x_years:
72
+ one: about 1 year
73
+ other: about %{count} years
74
+ almost_x_years:
75
+ one: almost 1 year
76
+ other: almost %{count} years
77
+ half_a_minute: half a minute
78
+ less_than_x_minutes:
79
+ one: less than a minute
80
+ other: less than %{count} minutes
81
+ less_than_x_seconds:
82
+ one: less than 1 second
83
+ other: less than %{count} seconds
84
+ over_x_years:
85
+ one: over 1 year
86
+ other: over %{count} years
87
+ x_days:
88
+ one: 1 day
89
+ other: "%{count} days"
90
+ x_minutes:
91
+ one: 1 minute
92
+ other: "%{count} minutes"
93
+ x_months:
94
+ one: 1 month
95
+ other: "%{count} months"
96
+ x_years:
97
+ one: 1 year
98
+ other: "%{count} years"
99
+ x_seconds:
100
+ one: 1 second
101
+ other: "%{count} seconds"
102
+ prompts:
103
+ day: Day
104
+ hour: Hour
105
+ minute: Minute
106
+ month: Month
107
+ second: Seconds
108
+ year: Year
109
+ errors:
110
+ format: "%{attribute} %{message}"
111
+ messages:
112
+ accepted: must be accepted
113
+ blank: can't be blank
114
+ confirmation: doesn't match %{attribute}
115
+ empty: can't be empty
116
+ equal_to: must be equal to %{count}
117
+ even: must be even
118
+ exclusion: is reserved
119
+ greater_than: must be greater than %{count}
120
+ greater_than_or_equal_to: must be greater than or equal to %{count}
121
+ inclusion: is not included in the list
122
+ invalid: is invalid
123
+ less_than: must be less than %{count}
124
+ less_than_or_equal_to: must be less than or equal to %{count}
125
+ not_a_number: is not a number
126
+ not_an_integer: must be an integer
127
+ odd: must be odd
128
+ taken: has already been taken
129
+ too_long:
130
+ one: is too long (maximum is 1 character)
131
+ other: is too long (maximum is %{count} characters)
132
+ too_short:
133
+ one: is too short (minimum is 1 character)
134
+ other: is too short (minimum is %{count} characters)
135
+ wrong_length:
136
+ one: is the wrong length (should be 1 character)
137
+ other: is the wrong length (should be %{count} characters)
138
+ template:
139
+ body: 'There were problems with the following fields:'
140
+ header:
141
+ one: 1 error prohibited this %{model} from being saved
142
+ other: "%{count} errors prohibited this %{model} from being saved"
143
+ helpers:
144
+ select:
145
+ prompt: Please select
146
+ submit:
147
+ create: Create %{model}
148
+ submit: Save %{model}
149
+ update: Update %{model}
150
+ number:
151
+ currency:
152
+ format:
153
+ delimiter: ","
154
+ format: "%u%n"
155
+ precision: 2
156
+ separator: "."
157
+ significant: false
158
+ strip_insignificant_zeros: false
159
+ unit: "€"
160
+ format:
161
+ delimiter: ","
162
+ precision: 3
163
+ separator: "."
164
+ significant: false
165
+ strip_insignificant_zeros: false
166
+ human:
167
+ decimal_units:
168
+ format: "%n %u"
169
+ units:
170
+ billion: Billion
171
+ million: Million
172
+ quadrillion: Quadrillion
173
+ thousand: Thousand
174
+ trillion: Trillion
175
+ unit: ''
176
+ format:
177
+ delimiter: ''
178
+ precision: 3
179
+ significant: true
180
+ strip_insignificant_zeros: true
181
+ storage_units:
182
+ format: "%n %u"
183
+ units:
184
+ byte:
185
+ one: Byte
186
+ other: Bytes
187
+ gb: GB
188
+ kb: KB
189
+ mb: MB
190
+ tb: TB
191
+ percentage:
192
+ format:
193
+ delimiter: ''
194
+ precision:
195
+ format:
196
+ delimiter: ''
197
+ support:
198
+ array:
199
+ last_word_connector: ", and "
200
+ two_words_connector: " and "
201
+ words_connector: ", "
202
+ time:
203
+ am: am
204
+ formats:
205
+ default: "%a, %d %b %Y %H:%M:%S %z"
206
+ long: "%d %B, %Y %H:%M"
207
+ short: "%d %b %H:%M"
208
+ pm: pm
@@ -39,9 +39,9 @@ es:
39
39
  - viernes
40
40
  - sábado
41
41
  formats:
42
- default: "%d/%m/%Y"
43
- long: "%d de %B de %Y"
44
- short: "%d de %b"
42
+ default: "%-d/%-m/%Y"
43
+ long: "%-d de %B de %Y"
44
+ short: "%-d de %b"
45
45
  month_names:
46
46
  -
47
47
  - enero
@@ -211,7 +211,7 @@ es:
211
211
  time:
212
212
  am: am
213
213
  formats:
214
- default: "%A, %d de %B de %Y %H:%M:%S %z"
215
- long: "%d de %B de %Y %H:%M"
216
- short: "%d de %b %H:%M"
214
+ default: "%A, %-d de %B de %Y %H:%M:%S %z"
215
+ long: "%-d de %B de %Y %H:%M"
216
+ short: "%-d de %b %H:%M"
217
217
  pm: pm
@@ -5,7 +5,7 @@ fr-FR:
5
5
  messages:
6
6
  record_invalid: 'La validation a échoué : %{errors}'
7
7
  restrict_dependent_destroy:
8
- has_one: "Vous ne pouvez pas supprimer l'enregistrement car une personne à charge %{record} existe"
8
+ has_one: "Vous ne pouvez pas supprimer l'enregistrement car un(e) %{record} dépendant(e) existe"
9
9
  has_many: "Vous ne pouvez pas supprimer l'enregistrement parce que les %{record} dépendants existent"
10
10
  date:
11
11
  abbr_day_names:
@@ -122,7 +122,7 @@ fr-FR:
122
122
  invalid: n'est pas valide
123
123
  less_than: doit être inférieur à %{count}
124
124
  less_than_or_equal_to: doit être inférieur ou égal à %{count}
125
- model_invalid: "Validation échouée: %{errors}"
125
+ model_invalid: "Validation échouée : %{errors}"
126
126
  not_a_number: n'est pas un nombre
127
127
  not_an_integer: doit être un nombre entier
128
128
  odd: doit être impair
@@ -5,7 +5,7 @@ fr:
5
5
  messages:
6
6
  record_invalid: 'La validation a échoué : %{errors}'
7
7
  restrict_dependent_destroy:
8
- has_one: "Vous ne pouvez pas supprimer l'enregistrement car une personne à charge %{record} existe"
8
+ has_one: "Vous ne pouvez pas supprimer l'enregistrement car un(e) %{record} dépendant(e) existe"
9
9
  has_many: "Vous ne pouvez pas supprimer l'enregistrement parce que les %{record} dépendants existent"
10
10
  date:
11
11
  abbr_day_names:
@@ -122,7 +122,7 @@ fr:
122
122
  invalid: n'est pas valide
123
123
  less_than: doit être inférieur à %{count}
124
124
  less_than_or_equal_to: doit être inférieur ou égal à %{count}
125
- model_invalid: "Validation échouée: %{errors}"
125
+ model_invalid: "Validation échouée : %{errors}"
126
126
  not_a_number: n'est pas un nombre
127
127
  not_an_integer: doit être un nombre entier
128
128
  odd: doit être impair
@@ -193,9 +193,9 @@ ja:
193
193
  delimiter: ''
194
194
  support:
195
195
  array:
196
- last_word_connector:
197
- two_words_connector:
198
- words_connector:
196
+ last_word_connector:
197
+ two_words_connector:
198
+ words_connector:
199
199
  time:
200
200
  am: 午前
201
201
  formats:
@@ -114,7 +114,7 @@ sv-SE:
114
114
  present: får inte anges
115
115
  confirmation: stämmer inte överens
116
116
  empty: får ej vara tom
117
- equal_to: måste vara samma som
117
+ equal_to: måste vara lika med %{count}
118
118
  even: måste vara jämnt
119
119
  exclusion: är reserverat
120
120
  greater_than: måste vara större än %{count}
@@ -114,7 +114,7 @@ sv:
114
114
  present: får inte anges
115
115
  confirmation: stämmer inte överens
116
116
  empty: får ej vara tom
117
- equal_to: måste vara samma som
117
+ equal_to: måste vara lika med %{count}
118
118
  even: måste vara jämnt
119
119
  exclusion: är reserverat
120
120
  greater_than: måste vara större än %{count}
@@ -113,6 +113,11 @@ uk:
113
113
  many: "%{count} місяців"
114
114
  one: "%{count} місяць"
115
115
  other: "%{count} місяця"
116
+ x_years:
117
+ few: "%{count} років"
118
+ many: "%{count} років"
119
+ one: "%{count} рік"
120
+ other: "%{count} року"
116
121
  x_seconds:
117
122
  few: "%{count} секунди"
118
123
  many: "%{count} секунд"
@@ -130,6 +135,7 @@ uk:
130
135
  messages:
131
136
  accepted: має бути прийнятий
132
137
  blank: не може бути пустим
138
+ present: має бути пустим
133
139
  confirmation: не збігається з підтвердженням
134
140
  empty: не може бути порожнім
135
141
  equal_to: має дорівнювати %{count}
@@ -141,9 +147,11 @@ uk:
141
147
  invalid: недійсний
142
148
  less_than: має бути менше ніж %{count}
143
149
  less_than_or_equal_to: має бути менше ніж або дорівнювати %{count}
150
+ model_invalid: 'Виникли помилки: %{errors}'
144
151
  not_a_number: не число
145
152
  not_an_integer: не э цілим числом
146
153
  odd: має бути непарним
154
+ required: не може бути порожнім
147
155
  taken: вже зайнятий
148
156
  too_long:
149
157
  few: занадто довгий (максимум %{count} знаки)
@@ -160,6 +168,7 @@ uk:
160
168
  many: неправильна довжина (має бути %{count} знаків)
161
169
  one: неправильна довжина (має бути %{count} знак)
162
170
  other: неправильна довжина (має бути %{count} знаку)
171
+ other_than: має відрізнятись від %{count}
163
172
  template:
164
173
  body: 'Помилки виявлено в таких полях:'
165
174
  header:
@@ -3,7 +3,7 @@ uz:
3
3
  activerecord:
4
4
  errors:
5
5
  messages:
6
- record_invalid: "%{errors} ta hato bor."
6
+ record_invalid: "%{errors}ta hato bor."
7
7
  date:
8
8
  abbr_day_names:
9
9
  - Ya
@@ -30,7 +30,7 @@ uz:
30
30
  day_names:
31
31
  - yakshanba
32
32
  - dushanba
33
- - seshanbe
33
+ - seshanba
34
34
  - chorshanba
35
35
  - payshanba
36
36
  - juma
@@ -113,7 +113,7 @@ uz:
113
113
  x_seconds:
114
114
  few: "%{count} soniya"
115
115
  many: "%{count} soniya"
116
- one: "%{count} soniyaа"
116
+ one: "%{count} soniya"
117
117
  other: "%{count} soniya"
118
118
  prompts:
119
119
  day: kun
@@ -126,16 +126,16 @@ uz:
126
126
  format: "%{attribute} %{message}"
127
127
  messages:
128
128
  accepted: tasdiqlash kerak
129
- blank: bush bulishi mumkin emas
129
+ blank: bosh bo'lishi mumkin emas
130
130
  confirmation: tasdiq bilan mos emas
131
- empty: bush bulishi mumkin emas
131
+ empty: bosh bo'lishi mumkin emas
132
132
  equal_to: "%{count} ga teng"
133
133
  even: juft sonlar mumkin
134
134
  exclusion: mumkin emas
135
135
  greater_than: "%{count} dan yuqori"
136
136
  greater_than_or_equal_to: "%{count} ga teng yoki yuqori"
137
137
  inclusion: kutilmagan natija
138
- invalid: notugri
138
+ invalid: noto'gri
139
139
  less_than: "%{count} dan kam"
140
140
  less_than_or_equal_to: "%{count} ga teng yoki kam"
141
141
  not_a_number: son emas
@@ -153,10 +153,10 @@ uz:
153
153
  one: uzunligi yetarli emas (%{count} ta simvoldan kam mumkin emas)
154
154
  other: uzunligi yetarli emas (%{count} ta simvoldan kam mumkin emas)
155
155
  wrong_length:
156
- few: uzunligi notugri (uzunligi %{count} simvolga teng bulishi kerak)
157
- many: uzunligi notugri (uzunligi %{count} simvolga teng bulishi kerak)
158
- one: uzunligi notugri (uzunligi %{count} simvolga teng bulishi kerak)
159
- other: uzunligi notugri (uzunligi %{count} simvolga teng bulishi kerak)
156
+ few: uzunligi noto'gri (uzunligi %{count} simvolga teng bulishi kerak)
157
+ many: uzunligi noto'gri (uzunligi %{count} simvolga teng bulishi kerak)
158
+ one: uzunligi noto'gri (uzunligi %{count} simvolga teng bulishi kerak)
159
+ other: uzunligi noto'gri (uzunligi %{count} simvolga teng bulishi kerak)
160
160
  template:
161
161
  body: 'Quyidagilarda hatolar mavjud:'
162
162
  header:
@@ -180,7 +180,7 @@ uz:
180
180
  separator: "."
181
181
  significant: false
182
182
  strip_insignificant_zeros: false
183
- unit: sum.
183
+ unit: so'm.
184
184
  format:
185
185
  delimiter: " "
186
186
  precision: 3
@@ -40,8 +40,8 @@ zh-CN:
40
40
  - 星期六
41
41
  formats:
42
42
  default: "%Y-%m-%d"
43
- long: "%Y年%b%d日"
44
- short: "%b%d日"
43
+ long: "%Y年%m月%d日"
44
+ short: "%m月%d日"
45
45
  month_names:
46
46
  -
47
47
  - 一月
@@ -204,7 +204,7 @@ zh-CN:
204
204
  time:
205
205
  am: 上午
206
206
  formats:
207
- default: "%Y年%b%d日 %A %H:%M:%S %Z"
208
- long: "%Y年%b%d日 %H:%M"
209
- short: "%b%d日 %H:%M"
207
+ default: "%Y年%m月%d日 %A %H:%M:%S %Z"
208
+ long: "%Y年%m月%d日 %H:%M"
209
+ short: "%m月%d日 %H:%M"
210
210
  pm: 下午
@@ -40,8 +40,8 @@ zh-HK:
40
40
  - 星期六
41
41
  formats:
42
42
  default: "%Y-%m-%d"
43
- long: "%Y年%b%d日"
44
- short: "%b%d日"
43
+ long: "%Y年%m月%d日"
44
+ short: "%m月%d日"
45
45
  month_names:
46
46
  -
47
47
  - 一月
@@ -204,7 +204,7 @@ zh-HK:
204
204
  time:
205
205
  am: 上午
206
206
  formats:
207
- default: "%Y年%b%d日 %A %H:%M:%S %Z"
208
- long: "%Y年%b%d日 %H:%M"
209
- short: "%b%d日 %H:%M"
207
+ default: "%Y年%m月%d日 %A %H:%M:%S %Z"
208
+ long: "%Y年%m月%d日 %H:%M"
209
+ short: "%m月%d日 %H:%M"
210
210
  pm: 下午
@@ -40,8 +40,8 @@ zh-TW:
40
40
  - 星期六
41
41
  formats:
42
42
  default: "%Y-%m-%d"
43
- long: "%Y年%b%d日"
44
- short: "%b%d日"
43
+ long: "%Y年%m月%d日"
44
+ short: "%m月%d日"
45
45
  month_names:
46
46
  -
47
47
  - 一月
@@ -204,7 +204,7 @@ zh-TW:
204
204
  time:
205
205
  am: 上午
206
206
  formats:
207
- default: "%Y年%b%d日 %A %H:%M:%S %Z"
208
- long: "%Y年%b%d日 %H:%M"
209
- short: "%b%d日 %H:%M"
207
+ default: "%Y年%m月%d日 %A %H:%M:%S %Z"
208
+ long: "%Y年%m月%d日 %H:%M"
209
+ short: "%m月%d日 %H:%M"
210
210
  pm: 下午
@@ -204,7 +204,7 @@ zh-YUE:
204
204
  time:
205
205
  am: 上晝
206
206
  formats:
207
- default: "%Y年%b%d號 %A %H:%M:%S %Z"
208
- long: "%Y年%b%d號 %H:%M"
209
- short: "%b%d號 %H:%M"
207
+ default: "%Y年%m月%d號 %A %H:%M:%S %Z"
208
+ long: "%Y年%m月%d號 %H:%M"
209
+ short: "%m月%d號 %H:%M"
210
210
  pm: 下晝
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.3
4
+ version: 5.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rails I18n Group
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-10 00:00:00.000000000 Z
11
+ date: 2017-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -131,9 +131,11 @@ files:
131
131
  - rails/locale/de-CH.yml
132
132
  - rails/locale/de-DE.yml
133
133
  - rails/locale/de.yml
134
+ - rails/locale/el-CY.yml
134
135
  - rails/locale/el.yml
135
136
  - rails/locale/en-AU.yml
136
137
  - rails/locale/en-CA.yml
138
+ - rails/locale/en-CY.yml
137
139
  - rails/locale/en-GB.yml
138
140
  - rails/locale/en-IE.yml
139
141
  - rails/locale/en-IN.yml
@@ -396,7 +398,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
396
398
  version: 1.3.5
397
399
  requirements: []
398
400
  rubyforge_project: "[none]"
399
- rubygems_version: 2.5.2
401
+ rubygems_version: 2.5.1
400
402
  signing_key:
401
403
  specification_version: 4
402
404
  summary: Common locale data and translations for Rails i18n.