rails-i18n 0.6.6 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,199 +0,0 @@
1
- gsw-CH:
2
- date:
3
- abbr_day_names:
4
- - Su
5
- - Mä
6
- - Zi
7
- - Mi
8
- - Du
9
- - Fr
10
- - Sa
11
- abbr_month_names:
12
- -
13
- - Jan
14
- - Feb
15
- - Mär
16
- - Apr
17
- - Mai
18
- - Jun
19
- - Jul
20
- - Aug
21
- - Sep
22
- - Okt
23
- - Nov
24
- - Dez
25
- day_names:
26
- - Sunntig
27
- - Mäntig
28
- - Ziischtig
29
- - Mittwuch
30
- - Dunnschtig
31
- - Friitig
32
- - Samschtig
33
- formats:
34
- default: ! '%d.%m.%Y'
35
- long: ! '%e. %B %Y'
36
- short: ! '%e. %b'
37
- month_names:
38
- -
39
- - Januar
40
- - Februar
41
- - März
42
- - April
43
- - Mai
44
- - Juni
45
- - Juli
46
- - Auguscht
47
- - Septämber
48
- - Oktober
49
- - Novämber
50
- - Dezämber
51
- order:
52
- - :day
53
- - :month
54
- - :year
55
- datetime:
56
- distance_in_words:
57
- about_x_hours:
58
- one: öppe nä Schtund
59
- other: öppe nä %{count} Schtund
60
- about_x_months:
61
- one: öppe än Monät
62
- other: öppe %{count} Mönet
63
- about_x_years:
64
- one: öppe näs Jaar
65
- other: öppe %{count} Jaar
66
- almost_x_years:
67
- one: fascht äs Jaar
68
- other: fascht %{count} Jaar
69
- half_a_minute: ä halbi Minuutä
70
- less_than_x_minutes:
71
- one: weniger als ä Minuutä
72
- other: weniger als %{count} Minuutä
73
- less_than_x_seconds:
74
- one: weniger als ä Sekundä
75
- other: weniger als %{count} Sekundä
76
- over_x_years:
77
- one: meh als äs Jaar
78
- other: meh als %{count} Jaar
79
- x_days:
80
- one: än Taag
81
- other: ! '%{count} Taag'
82
- x_minutes:
83
- one: ä Minutä
84
- other: ! '%{count} Minutä'
85
- x_months:
86
- one: än Monät
87
- other: ! '%{count} Mönet'
88
- x_seconds:
89
- one: ä Sekunde
90
- other: ! '%{count} Sekunde'
91
- prompts:
92
- day: Taag
93
- hour: Schtund
94
- minute: Minutä
95
- month: Monät
96
- second: Sekundä
97
- year: Jaar
98
- errors: &errors
99
- format: ! '%{attribute} %{message}'
100
- messages:
101
- accepted: mues akzeptiert werdä
102
- blank: mues uusgfüllt werdä
103
- confirmation: isch nöd gliich wie'd Beschtätigung
104
- empty: mues uusgfüllt werdä
105
- equal_to: mues genau %{count} sii
106
- even: mues graad sii
107
- exclusion: isch nöd ume
108
- greater_than: mues grösser als %{count} sii
109
- greater_than_or_equal_to: mues grösser oder gliich wi %{count} sii
110
- inclusion: isch kän gültige Wert
111
- invalid: isch nöd gültig
112
- less_than: mues chliiner als %{count} sii
113
- less_than_or_equal_to: mues chliiner oder gliich %{count} sii
114
- not_a_number: isch kä Nummerä
115
- not_an_integer: isch kä Zaal
116
- odd: mues ungraad sii
117
- record_invalid: ! 'Gültigkeitsprüefig hät fehlgschlage: %{errors}'
118
- taken: isch bereits vergää
119
- too_long: isch z'lang (nöd mee als %{count} Zeiche)
120
- too_short: isch z'churz (nöd weniger als %{count} Zeiche)
121
- wrong_length: hät di falsch Längi (mues genau %{count} Zeiche haa)
122
- template:
123
- body: ! 'Bitte überprüefed Si die Felder:'
124
- header:
125
- one: ! 'Han''s %{model} nöd schpeichere chönne: än Fehler.'
126
- other: ! 'Han''s %{model} näd schpeichere chönne: %{count} Fehler.'
127
- helpers:
128
- select:
129
- prompt: Bitte wääle
130
- submit:
131
- create: ! '%{model} erschtele'
132
- submit: ! '%{model} schpeichere'
133
- update: ! '%{model} ändere'
134
- number:
135
- currency:
136
- format:
137
- delimiter: ! ''''
138
- format: ! '%u %n'
139
- precision: 2
140
- separator: .
141
- significant: false
142
- strip_insignificant_zeros: false
143
- unit: SFr.
144
- format:
145
- delimiter: ! ''''
146
- precision: 2
147
- separator: .
148
- significant: false
149
- strip_insignificant_zeros: false
150
- human:
151
- decimal_units:
152
- format: ! '%n %u'
153
- units:
154
- billion: Bilioon
155
- million: Milioon
156
- quadrillion: Quadrilioon
157
- thousand: Tuusig
158
- trillion: Trilioon
159
- unit: ''
160
- format:
161
- delimiter: ''
162
- precision: 1
163
- significant: true
164
- strip_insignificant_zeros: true
165
- storage_units:
166
- format: ! '%n %u'
167
- units:
168
- byte:
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: ! ' und '
184
- two_words_connector: ! ' und '
185
- words_connector: ! ', '
186
- time:
187
- am: am Vormittaag
188
- formats:
189
- default: ! '%A, %d. %B %Y, %H:%M'
190
- long: ! '%A, %d. %B %Y, %H:%M'
191
- short: ! '%d. %B, %H:%M'
192
- pm: am Namitaag
193
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
194
- activemodel:
195
- errors:
196
- <<: *errors
197
- activerecord:
198
- errors:
199
- <<: *errors
@@ -1,214 +0,0 @@
1
- hsb:
2
- date:
3
- abbr_day_names:
4
- - Nj
5
- - Pó
6
- - Wu
7
- - Sr
8
- - Št
9
- - Pj
10
- - So
11
- abbr_month_names:
12
- -
13
- - jan
14
- - feb
15
- - měr
16
- - apr
17
- - mej
18
- - jun
19
- - jul
20
- - awg
21
- - sep
22
- - okt
23
- - now
24
- - dec
25
- day_names:
26
- - njedźela
27
- - póndźela
28
- - wutora
29
- - srjeda
30
- - štwórtk
31
- - pjatk
32
- - sobota
33
- formats:
34
- default: ! '%d. %m. %Y'
35
- long: ! '%d. %B %Y'
36
- short: ! '%d %b'
37
- month_names:
38
- -
39
- - Januar
40
- - Februar
41
- - Měrc
42
- - Apryl
43
- - Meja
44
- - Junij
45
- - Julij
46
- - Awgust
47
- - September
48
- - Oktober
49
- - Nowember
50
- - December
51
- order:
52
- - :day
53
- - :month
54
- - :year
55
- datetime:
56
- distance_in_words:
57
- about_x_hours:
58
- few: něhdźe %{count} hodźinami
59
- one: něhdźe 1 hodźinu
60
- other: něhdźe %{count} hodźinami
61
- two: něhdźe %{count} hodźinomaj
62
- about_x_months:
63
- few: něhdźe %{count} měsacami
64
- one: něhdźe 1 měsacom
65
- other: něhdźe %{count} měsacami
66
- two: něhdźe %{count} měsacomaj
67
- about_x_years:
68
- few: něhdźe %{count} lětami
69
- one: něhdźe 1 lětom
70
- other: něhdźe %{count} lětami
71
- two: něhdźe %{count} lětomaj
72
- half_a_minute: poł mjeńšiny
73
- less_than_x_minutes:
74
- few: mjenje hač %{count} mjeńšinami
75
- one: mjenje hač 1 mjeńšinu
76
- other: mjenje hač %{count} mjeńšinami
77
- two: mjenje hač %{count} mjeńšinomaj
78
- less_than_x_seconds:
79
- few: mjenje hač %{count} sekundami
80
- one: mjenje hač 1 sekundu
81
- other: mjenje hač %{count} sekundami
82
- two: mjenje hač %{count} sekundomaj
83
- over_x_years:
84
- few: přez %{count} lětami
85
- one: přez 1 lětom
86
- other: přez %{count} lětami
87
- two: přez %{count} lětomaj
88
- x_days:
89
- few: ! '%{count} dnjemi'
90
- one: 1 dnjom
91
- other: ! '%{count} dnjemi'
92
- two: ! '%{count} dnjomaj'
93
- x_minutes:
94
- few: ! '%{count} mjeńšinami'
95
- one: 1 mjeńšinu
96
- other: ! '%{count} mjeńšinami'
97
- two: ! '%{count} mjeńšinomaj'
98
- x_months:
99
- few: ! '%{count} měsacami'
100
- one: 1 měsacom
101
- other: ! '%{count} měsacami'
102
- two: ! '%{count} měsacomaj'
103
- x_seconds:
104
- few: ! '%{count} sekundami'
105
- one: 1 sekundu
106
- other: ! '%{count} sekundami'
107
- two: ! '%{count} sekundomaj'
108
- errors: &errors
109
- format: ! '%{attribute} %{message}'
110
- messages:
111
- accepted: dyrbi so wobkrućić
112
- blank: je trěbny
113
- confirmation: njebu wobkrućene
114
- empty: njesmě prózdny być
115
- equal_to: dyrbi runja %{count} być
116
- even: dyrbi runa ličba być
117
- exclusion: njesteji k dispoziciji
118
- greater_than: dyrbi wjetši hač %{count} być
119
- greater_than_or_equal_to: dyrbi wjetši abo runja %{count} być
120
- inclusion: njeje płaćiwa hódnota
121
- invalid: njeje płaćiwy
122
- less_than: dyrbi mjenje hač %{count} być
123
- less_than_or_equal_to: dyrbi mjenje abo runja %{count} być
124
- not_a_number: njeje ličba
125
- odd: dyrbi njeruna ličby być
126
- taken: je hižo w datowej bance
127
- too_long:
128
- few: je předołhi (maks. %{count} znamješka)
129
- one: je předołhi (maks. 1 znamješko)
130
- other: je předołhi (maks. %{count} znamješkow)
131
- two: je předołhi (maks. %{count} znamješce)
132
- too_short:
133
- few: je překrótki (min. %{count} znamješka)
134
- one: je překrótki (min. 1 znamješko)
135
- other: je překrótki (min. %{count} znamješkow)
136
- two: je překrótki (min. %{count} znamješće)
137
- wrong_length:
138
- few: nima prawu dołhosć (%{count} znamješka wočakowane)
139
- one: nima prawu dołhosć (1 znamješko wočakowane)
140
- other: nima prawu dołhosć (%{count} znamješkow wočakowanych)
141
- two: nima prawu dołhosć (%{count} znamješce wočakowanej)
142
- template:
143
- body: ! 'Prošu přepruwuj slědowace pola:'
144
- header:
145
- few: Při składowanju objekta %{model} je k %{count} zmylkam dóšło a njebě
146
- móžno składować
147
- one: Při składowanju objekta %{model} je k zmylkej dóšło a njebě móžno składować
148
- other: Při składowanju objekta %{model} je k %{count} zmylkam dóšło a njebě
149
- móžno składować
150
- two: Při składowanju objekta %{model} je k %{count} zmylkam dóšło a njebě
151
- móžno składować
152
- number:
153
- currency:
154
- format:
155
- delimiter: ! ' '
156
- format: ! '%n %u'
157
- precision: 2
158
- separator: ! ','
159
- significant: false
160
- strip_insignificant_zeros: false
161
- unit: €
162
- format:
163
- delimiter: .
164
- precision: 3
165
- separator: ! ','
166
- significant: false
167
- strip_insignificant_zeros: false
168
- human:
169
- decimal_units:
170
- format: ! '%n %u'
171
- units:
172
- unit: ''
173
- format:
174
- delimiter: ''
175
- precision: 1
176
- significant: true
177
- strip_insignificant_zeros: true
178
- storage_units:
179
- format: ! '%n %u'
180
- units:
181
- byte:
182
- few: bajty
183
- one: bajt
184
- other: bajtow
185
- two: bajtaj
186
- gb: GB
187
- kb: KB
188
- mb: MB
189
- tb: TB
190
- percentage:
191
- format:
192
- delimiter: ''
193
- precision:
194
- format:
195
- delimiter: ''
196
- support:
197
- array:
198
- last_word_connector: ! ' a '
199
- two_words_connector: ! ' a '
200
- words_connector: ! ', '
201
- time:
202
- am: dopołdnja
203
- formats:
204
- default: ! '%A, %d. %B %Y, %H:%M hodź'
205
- long: ! '%A, %d. %B %Y, %H:%M hodź.'
206
- short: ! '%d. %B, %H:%M hodź.'
207
- pm: popołdnju
208
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
209
- activemodel:
210
- errors:
211
- <<: *errors
212
- activerecord:
213
- errors:
214
- <<: *errors
@@ -1,170 +0,0 @@
1
- sr-Latn:
2
- date:
3
- abbr_day_names:
4
- - Ned
5
- - Pon
6
- - Uto
7
- - Sre
8
- - Čet
9
- - Pet
10
- - Sub
11
- abbr_month_names:
12
- -
13
- - Jan
14
- - Feb
15
- - Mar
16
- - Apr
17
- - Maj
18
- - Jun
19
- - Jul
20
- - Avg
21
- - Sep
22
- - Okt
23
- - Nov
24
- - Dec
25
- day_names:
26
- - Nedelja
27
- - Ponedeljak
28
- - Utorak
29
- - Sreda
30
- - Četvrtak
31
- - Petak
32
- - Subota
33
- formats:
34
- default: ! '%d/%m/%Y'
35
- long: ! '%B %e, %Y'
36
- short: ! '%e %b'
37
- month_names:
38
- -
39
- - Januar
40
- - Februar
41
- - Mart
42
- - April
43
- - Maj
44
- - Jun
45
- - Jul
46
- - Avgust
47
- - Septembar
48
- - Oktobar
49
- - Novembar
50
- - Decembar
51
- order:
52
- - :day
53
- - :month
54
- - :year
55
- datetime:
56
- distance_in_words:
57
- about_x_hours:
58
- few: oko %{count} sata
59
- one: oko 1 sat
60
- other: oko %{count} sati
61
- about_x_months:
62
- few: oko %{count} meseca
63
- one: oko 1 mesec
64
- other: oko %{count} meseci
65
- about_x_years:
66
- one: oko 1 godine
67
- other: oko %{count} godine
68
- half_a_minute: pola minute
69
- less_than_x_minutes:
70
- one: manje od 1 minut
71
- other: manje od %{count} minuta
72
- zero: manje od minuta
73
- less_than_x_seconds:
74
- few: manje od %{count} sekunde
75
- one: manje od 1 sekund
76
- other: manje od %{count} sekundi
77
- zero: manje od 1 sekunde
78
- over_x_years:
79
- one: preko 1 godine
80
- other: preko %{count} godine
81
- x_days:
82
- one: 1 dan
83
- other: ! '%{count} dana'
84
- x_minutes:
85
- one: 1 minut
86
- other: ! '%{count} minuta'
87
- x_months:
88
- few: ! '%{count} meseca'
89
- one: 1 mesec
90
- other: ! '%{count} meseci'
91
- x_seconds:
92
- few: ! '%{count} sekunde'
93
- one: 1 sekunda
94
- other: ! '%{count} sekundi'
95
- errors: &errors
96
- format: ! '%{attribute} %{message}'
97
- messages:
98
- accepted: mora biti prihvaćen
99
- blank: mora biti dat
100
- confirmation: se ne slaže sa svojom potvrdom
101
- empty: mora biti dat
102
- equal_to: mora biti jednako %{count}
103
- even: mora biti parno
104
- exclusion: nije dostupno
105
- greater_than: mora biti veće od %{count}
106
- greater_than_or_equal_to: mora biti veće ili jednako %{count}
107
- inclusion: nije u listi
108
- invalid: nije ispravan
109
- less_than: mora biti manje od %{count}
110
- less_than_or_equal_to: mora biti manje ili jednako %{count}
111
- not_a_number: nije broj
112
- odd: mora biti neparno
113
- taken: je zauzeto
114
- too_long: je predugačak (ne više od %{count} karaktera)
115
- too_short: je prekratak (ne manje od %{count} karaktera)
116
- wrong_length: nije odgovarajuće dužine (mora imati %{count} karaktera)
117
- template:
118
- body: ! 'Molim Vas proverite sledeća polja:'
119
- header:
120
- few: ! 'Nisam uspeo sačuvati %{model}: %{count} greške.'
121
- one: ! 'Nisam uspeo sačuvati %{model}: 1 greška'
122
- other: ! 'Nisam uspeo sačuvati %{model}: %{count} greški.'
123
- number:
124
- currency:
125
- format:
126
- delimiter: ! ','
127
- format: ! '%n %u'
128
- precision: 2
129
- separator: .
130
- significant: false
131
- strip_insignificant_zeros: false
132
- unit: DIN
133
- format:
134
- delimiter: .
135
- precision: 3
136
- separator: ! ','
137
- significant: false
138
- strip_insignificant_zeros: false
139
- human:
140
- decimal_units:
141
- format: ! '%n %u'
142
- units:
143
- unit: ''
144
- format:
145
- delimiter: ''
146
- precision: 3
147
- significant: true
148
- strip_insignificant_zeros: true
149
- storage_units:
150
- format: ! '%n %u'
151
- percentage:
152
- format:
153
- delimiter: ''
154
- precision:
155
- format:
156
- delimiter: ''
157
- time:
158
- am: AM
159
- formats:
160
- default: ! '%a %b %d %H:%M:%S %Z %Y'
161
- long: ! '%B %d, %Y %H:%M'
162
- short: ! '%d %b %H:%M'
163
- pm: PM
164
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
165
- activemodel:
166
- errors:
167
- <<: *errors
168
- activerecord:
169
- errors:
170
- <<: *errors