rails-i18n 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
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,252 +1,192 @@
1
- # Catalan translations for Rails
2
- # by Emili Parreño (emili@eparreno.com - www.eparreno.com)
3
-
4
1
  ca:
5
2
  date:
6
- formats:
7
- # Use the strftime parameters for formats.
8
- # When no format has been given, it uses default.
9
- # You can provide other formats here if you like!
10
- default: "%d-%m-%Y"
11
- short: "%d de %b"
12
- long: "%d de %B de %Y"
13
-
14
- day_names:
15
- - Diumenge
16
- - Dilluns
17
- - Dimarts
18
- - Dimecres
19
- - Dijous
20
- - Divendres
21
- - Dissabte
22
3
  abbr_day_names:
23
- - Dg
24
- - Dl
25
- - Dm
26
- - Dc
27
- - Dj
28
- - Dv
29
- - Ds
30
-
31
- # Don't forget the nil at the beginning; there's no such thing as a 0th month
32
- month_names:
33
- - ~
34
- - Gener
35
- - Febrer
36
- - Març
37
- - Abril
38
- - Maig
39
- - Juny
40
- - Juliol
41
- - Agost
42
- - Setembre
43
- - Octubre
44
- - Novembre
45
- - Desembre
4
+ - Dg
5
+ - Dl
6
+ - Dm
7
+ - Dc
8
+ - Dj
9
+ - Dv
10
+ - Ds
46
11
  abbr_month_names:
47
- - ~,
48
- - Gen
49
- - Feb
50
- - Mar
51
- - Abr
52
- - Mai
53
- - Jun
54
- - Jul
55
- - Ago
56
- - Set
57
- - Oct
58
- - Nov
59
- - Des
60
- # Used in date_select and datime_select.
61
- order:
62
- - :day
63
- - :month
64
- - :year
65
-
66
- time:
12
+ - ~,
13
+ - Gen
14
+ - Feb
15
+ - Mar
16
+ - Abr
17
+ - Mai
18
+ - Jun
19
+ - Jul
20
+ - Ago
21
+ - Set
22
+ - Oct
23
+ - Nov
24
+ - Des
25
+ day_names:
26
+ - Diumenge
27
+ - Dilluns
28
+ - Dimarts
29
+ - Dimecres
30
+ - Dijous
31
+ - Divendres
32
+ - Dissabte
67
33
  formats:
68
- default: "%A, %d de %B de %Y %H:%M:%S %z"
69
- short: "%d de %b %H:%M"
70
- long: "%d de %B de %Y %H:%M"
71
- am: "am"
72
- pm: "pm"
73
-
74
- # Used in array.to_sentence.
75
- support:
76
- array:
77
- words_connector: ", "
78
- two_words_connector: " i "
79
- last_word_connector: ", i "
80
-
34
+ default: ! '%d-%m-%Y'
35
+ long: ! '%d de %B de %Y'
36
+ short: ! '%d de %b'
37
+ month_names:
38
+ -
39
+ - Gener
40
+ - Febrer
41
+ - Març
42
+ - Abril
43
+ - Maig
44
+ - Juny
45
+ - Juliol
46
+ - Agost
47
+ - Setembre
48
+ - Octubre
49
+ - Novembre
50
+ - Desembre
51
+ order:
52
+ - :day
53
+ - :month
54
+ - :year
55
+ datetime:
56
+ distance_in_words:
57
+ about_x_hours:
58
+ one: aproximadament 1 hora
59
+ other: aproximadament %{count} hores
60
+ about_x_months:
61
+ one: aproximadament 1 mes
62
+ other: aproximadament %{count} mesos
63
+ about_x_years:
64
+ one: aproximadament 1 any
65
+ other: aproximadament %{count} anys
66
+ almost_x_years:
67
+ one: casi 1 any
68
+ other: casi %{count} anys
69
+ half_a_minute: mig minut
70
+ less_than_x_minutes:
71
+ one: menys d'1 minut
72
+ other: menys de %{count} minuts
73
+ less_than_x_seconds:
74
+ one: menys d'1 segon
75
+ other: menys de %{count} segons
76
+ over_x_years:
77
+ one: més d'1 any
78
+ other: més de %{count} anys
79
+ x_days:
80
+ one: 1 dia
81
+ other: ! '%{count} dies'
82
+ x_minutes:
83
+ one: 1 minut
84
+ other: ! '%{count} minuts'
85
+ x_months:
86
+ one: 1 mes
87
+ other: ! '%{count} mesos'
88
+ x_seconds:
89
+ one: 1 segon
90
+ other: ! '%{count} segons'
91
+ prompts:
92
+ day: Dia
93
+ hour: Hora
94
+ minute: Minut
95
+ month: Mes
96
+ second: Segun
97
+ year: Any
98
+ errors:
99
+ format: ! '%{attribute} %{message}'
100
+ messages:
101
+ accepted: ha de ser acceptat
102
+ blank: no pot estar en blanc
103
+ confirmation: no coincideix
104
+ empty: no pot estar buit
105
+ equal_to: ha de ser igual a %{count}
106
+ even: ha de ser parell
107
+ exclusion: està reservat
108
+ greater_than: ha de ser més gran que %{count}
109
+ greater_than_or_equal_to: ha de ser més gran o igual a %{count}
110
+ inclusion: no està inclós a la llista
111
+ invalid: no és vàlid
112
+ less_than: ha de ser menor que %{count}
113
+ less_than_or_equal_to: ha de ser menor o igual a %{count}
114
+ not_a_number: no és un número
115
+ not_an_integer: ha de ser un enter
116
+ odd: ha de ser imparell
117
+ record_invalid: ! 'La validació ha fallat: %{errors}'
118
+ taken: no està disponible
119
+ too_long: és massa llarg (%{count} caràcters màxim)
120
+ too_short: és massa curt (%{count} caràcters mínim)
121
+ wrong_length: no té la longitud correcte (%{count} caràcters exactament)
122
+ template:
123
+ body: ! 'Hi ha hagut problemes amb els següents camps:'
124
+ header:
125
+ one: No s'ha pogut desar aquest/a %{model} perquè hi ha 1 error
126
+ other: No s'ha pogut desar aquest/a %{model} perquè hi ha hagut %{count} errors
127
+ helpers:
81
128
  select:
82
- prompt: "Si us plau tria"
83
-
129
+ prompt: Si us plau tria
130
+ submit:
131
+ create: Crear %{model}
132
+ submit: Guardar %{model}
133
+ update: Actualizar %{model}
84
134
  number:
85
- # Used in number_with_delimiter()
86
- # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
87
- format:
88
- # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
89
- separator: ","
90
- # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
91
- delimiter: "."
92
- # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
93
- precision: 3
94
- significant: false
95
- strip_insignificant_zeros: false
96
-
97
- # Used in number_to_currency()
98
135
  currency:
99
136
  format:
100
- # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
101
- format: "%n %u"
102
- unit: "€"
103
- # These three are to override number.format and are optional
104
- separator: ","
105
- delimiter: "."
137
+ delimiter: .
138
+ format: ! '%n %u'
106
139
  precision: 2
140
+ separator: ! ','
107
141
  significant: false
108
142
  strip_insignificant_zeros: false
109
-
110
- # Used in number_to_percentage()
111
- percentage:
112
- format:
113
- # These three are to override number.format and are optional
114
- # separator:
115
- delimiter: ""
116
- # precision:
117
-
118
- # Used in number_to_precision()
119
- precision:
120
- format:
121
- # These three are to override number.format and are optional
122
- # separator:
123
- delimiter: ""
124
- # precision:
125
-
126
- # Used in number_to_human_size()
143
+ unit: €
144
+ format:
145
+ delimiter: .
146
+ precision: 3
147
+ separator: ! ','
148
+ significant: false
149
+ strip_insignificant_zeros: false
127
150
  human:
151
+ decimal_units:
152
+ format: ! '%n %u'
153
+ units:
154
+ billion: Bilió
155
+ million: Milió
156
+ quadrillion: Quatrilió
157
+ thousand: Mil
158
+ trillion: Trilió
159
+ unit: ''
128
160
  format:
129
- # These three are to override number.format and are optional
130
- # separator:
131
- delimiter: ""
161
+ delimiter: ''
132
162
  precision: 1
133
163
  significant: true
134
164
  strip_insignificant_zeros: true
135
165
  storage_units:
136
- # Storage units output formatting.
137
- # %u is the storage unit, %n is the number (default: 2 MB)
138
- format: "%n %u"
166
+ format: ! '%n %u'
139
167
  units:
140
168
  byte:
141
- one: "Byte"
142
- other: "Bytes"
143
- kb: "KB"
144
- mb: "MB"
145
- gb: "GB"
146
- tb: "TB"
147
- decimal_units:
148
- format: "%n %u"
149
- units:
150
- unit: ""
151
- thousand: "Mil"
152
- million: "Milió"
153
- billion: "Bilió"
154
- trillion: "Trilió"
155
- quadrillion: "Quatrilió"
156
-
157
- # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
158
- datetime:
159
- distance_in_words:
160
- half_a_minute: "mig minut"
161
- less_than_x_seconds:
162
- one: "menys d'1 segon"
163
- other: "menys de %{count} segons"
164
- x_seconds:
165
- one: "1 segon"
166
- other: "%{count} segons"
167
- less_than_x_minutes:
168
- one: "menys d'1 minut"
169
- other: "menys de %{count} minuts"
170
- x_minutes:
171
- one: "1 minut"
172
- other: "%{count} minuts"
173
- about_x_hours:
174
- one: "aproximadament 1 hora"
175
- other: "aproximadament %{count} hores"
176
- x_days:
177
- one: "1 dia"
178
- other: "%{count} dies"
179
- about_x_months:
180
- one: "aproximadament 1 mes"
181
- other: "aproximadament %{count} mesos"
182
- x_months:
183
- one: "1 mes"
184
- other: "%{count} mesos"
185
- about_x_years:
186
- one: "aproximadament 1 any"
187
- other: "aproximadament %{count} anys"
188
- over_x_years:
189
- one: "més d'1 any"
190
- other: "més de %{count} anys"
191
- almost_x_years:
192
- one: "casi 1 any"
193
- other: "casi %{count} anys"
194
- prompts:
195
- year: "Any"
196
- month: "Mes"
197
- day: "Dia"
198
- hour: "Hora"
199
- minute: "Minut"
200
- second: "Segun"
201
-
202
- helpers:
203
- select:
204
- prompt: "Si us plau tria"
205
-
206
- submit:
207
- create: 'Crear %{model}'
208
- update: 'Actualizar %{model}'
209
- submit: 'Guardar %{model}'
210
-
211
-
212
- errors:
213
- format: "%{attribute} %{message}"
214
-
215
- messages: &errors_messages
216
- inclusion: "no està inclós a la llista"
217
- exclusion: "està reservat"
218
- invalid: "no és vàlid"
219
- confirmation: "no coincideix"
220
- accepted: "ha de ser acceptat"
221
- empty: "no pot estar buit"
222
- blank: "no pot estar en blanc"
223
- too_long: "és massa llarg (%{count} caràcters màxim)"
224
- too_short: "és massa curt (%{count} caràcters mínim)"
225
- wrong_length: "no té la longitud correcte (%{count} caràcters exactament)"
226
- not_a_number: "no és un número"
227
- not_an_integer: "ha de ser un enter"
228
- taken: "no està disponible"
229
- not_a_number: "no és un número"
230
- greater_than: "ha de ser més gran que %{count}"
231
- greater_than_or_equal_to: "ha de ser més gran o igual a %{count}"
232
- equal_to: "ha de ser igual a %{count}"
233
- less_than: "ha de ser menor que %{count}"
234
- less_than_or_equal_to: "ha de ser menor o igual a %{count}"
235
- odd: "ha de ser imparell"
236
- even: "ha de ser parell"
237
- record_invalid: "La validació ha fallat: %{errors}"
238
- template: &errors_template
239
- header:
240
- one: "No s'ha pogut desar aquest/a %{model} perquè hi ha 1 error"
241
- other: "No s'ha pogut desar aquest/a %{model} perquè hi ha hagut %{count} errors"
242
- body: "Hi ha hagut problemes amb els següents camps:"
243
-
244
- activerecord:
245
- errors:
246
- messages:
247
- <<: *errors_messages
248
- template:
249
- <<: *errors_template
250
-
251
- full_messages:
252
- 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: ! ', i '
184
+ two_words_connector: ! ' i '
185
+ words_connector: ! ', '
186
+ time:
187
+ am: am
188
+ formats:
189
+ default: ! '%A, %d de %B de %Y %H:%M:%S %z'
190
+ long: ! '%d de %B de %Y %H:%M'
191
+ short: ! '%d de %b %H:%M'
192
+ pm: pm
@@ -1,213 +1,191 @@
1
- # Czech translations for Ruby on Rails
2
- # by Karel Minařík (karmi@karmi.cz)
3
- # contributors:
4
- # - Vít Krchov - http://github.com/vita - Rails 3 update
5
-
6
1
  cs:
7
- support:
8
- array:
9
- two_words_connector: ' a '
10
- last_word_connector: ' a '
11
- words_connector: ', '
12
- select:
13
- prompt: 'Prosím vyberte si'
14
-
15
2
  date:
16
- formats:
17
- default: "%d. %m. %Y"
18
- short: "%d %b"
19
- long: "%d. %B %Y"
20
- day_names:
21
- - Neděle
22
- - Pondělí
23
- - Úterý
24
- - Středa
25
- - Čtvrtek
26
- - Pátek
27
- - Sobota
28
3
  abbr_day_names:
29
- - Ne
30
- - Po
31
- - Út
32
- - St
33
- - Čt
34
- - Pá
35
- - So
36
- month_names:
37
- - ~
38
- - Leden
39
- - Únor
40
- - Březen
41
- - Duben
42
- - Květen
43
- - Červen
44
- - Červenec
45
- - Srpen
46
- - Září
47
- - Říjen
48
- - Listopad
49
- - Prosinec
4
+ - Ne
5
+ - Po
6
+ - Út
7
+ - St
8
+ - Čt
9
+ - Pá
10
+ - So
50
11
  abbr_month_names:
51
- - ~
52
- - Led
53
- - Úno
54
- - Bře
55
- - Dub
56
- - Kvě
57
- - Čvn
58
- - Čvc
59
- - Srp
60
- - Zář
61
- - Říj
62
- - Lis
63
- - Pro
64
- order:
65
- - :day
66
- - :month
67
- - :year
68
-
69
- time:
12
+ -
13
+ - Led
14
+ - Úno
15
+ - Bře
16
+ - Dub
17
+ - Kvě
18
+ - Čvn
19
+ - Čvc
20
+ - Srp
21
+ - Zář
22
+ - Říj
23
+ - Lis
24
+ - Pro
25
+ day_names:
26
+ - Neděle
27
+ - Pondělí
28
+ - Úterý
29
+ - Středa
30
+ - Čtvrtek
31
+ - Pátek
32
+ - Sobota
70
33
  formats:
71
- default: "%a %d. %B %Y %H:%M %z"
72
- short: "%d. %m. %H:%M"
73
- long: "%A %d. %B %Y %H:%M"
74
- am: 'am'
75
- pm: 'pm'
76
-
34
+ default: ! '%d. %m. %Y'
35
+ long: ! '%d. %B %Y'
36
+ short: ! '%d %b'
37
+ month_names:
38
+ -
39
+ - Leden
40
+ - Únor
41
+ - Březen
42
+ - Duben
43
+ - Květen
44
+ - Červen
45
+ - Červenec
46
+ - Srpen
47
+ - Září
48
+ - Říjen
49
+ - Listopad
50
+ - Prosinec
51
+ order:
52
+ - :day
53
+ - :month
54
+ - :year
55
+ datetime:
56
+ distance_in_words:
57
+ about_x_hours:
58
+ one: asi hodinou
59
+ other: asi %{count} hodinami
60
+ about_x_months:
61
+ one: asi měsícem
62
+ other: asi %{count} měsíci
63
+ about_x_years:
64
+ one: asi rokem
65
+ other: asi %{count} roky
66
+ almost_x_years:
67
+ one: téměř rokem
68
+ other: téměř %{count} roky
69
+ half_a_minute: půl minutou
70
+ less_than_x_minutes:
71
+ one: necelou minutou
72
+ other: ani ne %{count} minutami
73
+ less_than_x_seconds:
74
+ one: necelou sekundou
75
+ other: ani ne %{count} sekundami
76
+ over_x_years:
77
+ one: více než rokem
78
+ other: více než %{count} roky
79
+ x_days:
80
+ one: 24 hodinami
81
+ other: ! '%{count} dny'
82
+ x_minutes:
83
+ one: minutou
84
+ other: ! '%{count} minutami'
85
+ x_months:
86
+ one: měsícem
87
+ other: ! '%{count} měsíci'
88
+ x_seconds:
89
+ one: sekundou
90
+ other: ! '%{count} sekundami'
91
+ prompts:
92
+ day: Den
93
+ hour: Hodina
94
+ minute: Minuta
95
+ month: Měsíc
96
+ second: Sekunda
97
+ year: Rok
98
+ errors:
99
+ format: ! '%{attribute} %{message}'
100
+ messages:
101
+ accepted: musí být potvrzeno
102
+ blank: je povinná položka
103
+ confirmation: nebylo potvrzeno
104
+ empty: nesmí být prázdný/á/é
105
+ equal_to: musí být rovno %{count}
106
+ even: musí být sudé číslo
107
+ exclusion: je vyhrazeno pro jiný účel
108
+ greater_than: musí být větší než %{count}
109
+ greater_than_or_equal_to: musí být větší nebo rovno %{count}
110
+ inclusion: není v seznamu povolených hodnot
111
+ invalid: není platná hodnota
112
+ less_than: musí být méně než %{count}
113
+ less_than_or_equal_to: musí být méně nebo rovno %{count}
114
+ not_a_number: není číslo
115
+ not_an_integer: musí být celé číslo
116
+ odd: musí být liché číslo
117
+ record_invalid: ! 'Validace je neúspešná: %{errors}'
118
+ taken: již databáze obsahuje
119
+ too_long: je příliš dlouhý/á/é (max. %{count} znaků)
120
+ too_short: je příliš krátký/á/é (min. %{count} znaků)
121
+ wrong_length: nemá správnou délku (očekáváno %{count} znaků)
122
+ template:
123
+ body: ! 'Následující pole obsahují chybně vyplněné údaje: '
124
+ header:
125
+ one: Při ukládání objektu %{model} došlo k chybám a nebylo jej možné uložit
126
+ other: Při ukládání objektu %{model} došlo ke %{count} chybám a nebylo možné
127
+ jej uložit
128
+ helpers:
129
+ select:
130
+ prompt: Prosím vyberte si
131
+ submit:
132
+ create: Vytvořit %{model}
133
+ submit: Uložit %{model}
134
+ update: Aktualizovat %{model}
77
135
  number:
78
- format:
79
- precision: 3
80
- separator: '.'
81
- delimiter: ','
82
- significant: false
83
- strip_insignificant_zeros: false
84
136
  currency:
85
137
  format:
86
- unit: ''
138
+ delimiter: ! ' '
139
+ format: ! '%n %u'
87
140
  precision: 2
88
- format: '%n %u'
89
- separator: ","
90
- delimiter: " "
141
+ separator: ! ','
91
142
  significant: false
92
143
  strip_insignificant_zeros: false
144
+ unit: Kč
145
+ format:
146
+ delimiter: ! ','
147
+ precision: 3
148
+ separator: .
149
+ significant: false
150
+ strip_insignificant_zeros: false
93
151
  human:
152
+ decimal_units:
153
+ format: ! '%n %u'
154
+ units:
155
+ billion: Miliarda
156
+ million: Milion
157
+ quadrillion: Kvadrilion
158
+ thousand: Tisíc
159
+ trillion: Bilion
160
+ unit: ''
94
161
  format:
95
- precision: 1
96
162
  delimiter: ''
163
+ precision: 1
97
164
  significant: false
98
165
  strip_insignificant_zeros: false
99
166
  storage_units:
100
- format: "%n %u"
167
+ format: ! '%n %u'
101
168
  units:
102
- byte: "B"
103
- kb: "KB"
104
- mb: "MB"
105
- gb: "GB"
106
- tb: "TB"
107
- decimal_units:
108
- format: "%n %u"
109
- units:
110
- unit: ""
111
- thousand: "Tisíc"
112
- million: "Milion"
113
- billion: "Miliarda"
114
- trillion: "Bilion"
115
- quadrillion: "Kvadrilion"
169
+ byte: B
170
+ gb: GB
171
+ kb: KB
172
+ mb: MB
173
+ tb: TB
116
174
  percentage:
117
175
  format:
118
176
  delimiter: ''
119
177
  precision:
120
178
  format:
121
179
  delimiter: ''
122
-
123
- datetime:
124
- prompts:
125
- second: "Sekunda"
126
- minute: "Minuta"
127
- hour: "Hodina"
128
- day: "Den"
129
- month: "Měsíc"
130
- year: "Rok"
131
- distance_in_words:
132
- half_a_minute: 'půl minutou'
133
- less_than_x_seconds:
134
- one: 'necelou sekundou'
135
- other: 'ani ne %{count} sekundami'
136
- x_seconds:
137
- one: 'sekundou'
138
- other: '%{count} sekundami'
139
- less_than_x_minutes:
140
- one: 'necelou minutou'
141
- other: 'ani ne %{count} minutami'
142
- x_minutes:
143
- one: 'minutou'
144
- other: '%{count} minutami'
145
- about_x_hours:
146
- one: 'asi hodinou'
147
- other: 'asi %{count} hodinami'
148
- x_days:
149
- one: '24 hodinami'
150
- other: '%{count} dny'
151
- about_x_months:
152
- one: 'asi měsícem'
153
- other: 'asi %{count} měsíci'
154
- x_months:
155
- one: 'měsícem'
156
- other: '%{count} měsíci'
157
- about_x_years:
158
- one: 'asi rokem'
159
- other: 'asi %{count} roky'
160
- over_x_years:
161
- one: 'více než rokem'
162
- other: 'více než %{count} roky'
163
- almost_x_years:
164
- one: 'téměř rokem'
165
- other: 'téměř %{count} roky'
166
-
167
- helpers:
168
- select:
169
- prompt: "Prosím vyberte si"
170
-
171
- submit:
172
- create: "Vytvořit %{model}"
173
- update: "Aktualizovat %{model}"
174
- submit: "Uložit %{model}"
175
-
176
- errors:
177
- format: "%{attribute} %{message}"
178
- messages: &errors_messages
179
- inclusion: "není v seznamu povolených hodnot"
180
- exclusion: "je vyhrazeno pro jiný účel"
181
- invalid: "není platná hodnota"
182
- confirmation: "nebylo potvrzeno"
183
- accepted: "musí být potvrzeno"
184
- empty: "nesmí být prázdný/á/é"
185
- blank: "je povinná položka"
186
- too_long: "je příliš dlouhý/á/é (max. %{count} znaků)"
187
- too_short: "je příliš krátký/á/é (min. %{count} znaků)"
188
- wrong_length: "nemá správnou délku (očekáváno %{count} znaků)"
189
- not_a_number: "není číslo"
190
- greater_than: "musí být větší než %{count}"
191
- greater_than_or_equal_to: "musí být větší nebo rovno %{count}"
192
- equal_to: "musí být rovno %{count}"
193
- less_than: "musí být méně než %{count}"
194
- less_than_or_equal_to: "musí být méně nebo rovno %{count}"
195
- odd: "musí být liché číslo"
196
- even: "musí být sudé číslo"
197
- not_an_integer: "musí být celé číslo"
198
- taken: "již databáze obsahuje"
199
- record_invalid: "Validace je neúspešná: %{errors}"
200
- template: &errors_template
201
- header:
202
- one: "Při ukládání objektu %{model} došlo k chybám a nebylo jej možné uložit"
203
- other: "Při ukládání objektu %{model} došlo ke %{count} chybám a nebylo možné jej uložit"
204
- body: "Následující pole obsahují chybně vyplněné údaje: "
205
-
206
- activerecord:
207
- errors:
208
- messages:
209
- <<: *errors_messages
210
- template:
211
- <<: *errors_template
212
- full_messages:
213
- format: "%{attribute} %{message}"
180
+ support:
181
+ array:
182
+ last_word_connector: ! ' a '
183
+ two_words_connector: ! ' a '
184
+ words_connector: ! ', '
185
+ time:
186
+ am: am
187
+ formats:
188
+ default: ! '%a %d. %B %Y %H:%M %z'
189
+ long: ! '%A %d. %B %Y %H:%M'
190
+ short: ! '%d. %m. %H:%M'
191
+ pm: pm