rails-i18n 6.0.0 → 7.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +52 -6
  3. data/lib/rails_i18n/common_pluralizations/east_slavic.rb +1 -1
  4. data/lib/rails_i18n/railtie.rb +3 -0
  5. data/lib/rails_i18n.rb +0 -1
  6. data/rails/locale/ca.yml +31 -7
  7. data/rails/locale/da.yml +1 -1
  8. data/rails/locale/de.yml +1 -1
  9. data/rails/locale/el-CY.yml +15 -2
  10. data/rails/locale/el.yml +13 -0
  11. data/rails/locale/en-TT.yml +213 -0
  12. data/rails/locale/es-AR.yml +1 -1
  13. data/rails/locale/es-CO.yml +7 -7
  14. data/rails/locale/fi.yml +12 -12
  15. data/rails/locale/fr-CA.yml +2 -2
  16. data/rails/locale/fr.yml +14 -14
  17. data/rails/locale/hr.yml +13 -4
  18. data/rails/locale/it-CH.yml +14 -1
  19. data/rails/locale/it.yml +7 -6
  20. data/rails/locale/lt.yml +7 -7
  21. data/rails/locale/lv.yml +1 -1
  22. data/rails/locale/nb.yml +11 -5
  23. data/rails/locale/pap-AW.yml +215 -0
  24. data/rails/locale/pap-CW.yml +215 -0
  25. data/rails/locale/pl.yml +23 -23
  26. data/rails/locale/ro.yml +55 -55
  27. data/rails/locale/sq.yml +6 -6
  28. data/rails/locale/st.yml +215 -0
  29. data/rails/locale/sv.yml +2 -2
  30. data/rails/locale/uk.yml +4 -4
  31. data/rails/locale/vi.yml +1 -0
  32. data/rails/locale/zh-CN.yml +1 -1
  33. data/rails/locale/zh-TW.yml +1 -1
  34. data/rails/pluralization/ka.rb +2 -2
  35. data/rails/pluralization/pap-AW.rb +3 -0
  36. data/rails/pluralization/pap-CW.rb +3 -0
  37. data/rails/pluralization/pt-BR.rb +3 -0
  38. data/rails/pluralization/sr.rb +29 -2
  39. data/rails/pluralization/st.rb +3 -0
  40. data/rails/pluralization/tr.rb +1 -1
  41. data/rails/transliteration/da.yml +10 -0
  42. data/rails/transliteration/ka.yml +37 -0
  43. data/rails/transliteration/uk.rb +5 -21
  44. metadata +18 -10
  45. data/lib/rails_i18n/unicode.rb +0 -1
data/rails/locale/fi.yml CHANGED
@@ -17,7 +17,7 @@ fi:
17
17
  - pe
18
18
  - la
19
19
  abbr_month_names:
20
- -
20
+ -
21
21
  - tammi
22
22
  - helmi
23
23
  - maalis
@@ -43,7 +43,7 @@ fi:
43
43
  long: "%A %e. %Bta %Y"
44
44
  short: "%d. %b"
45
45
  month_names:
46
- -
46
+ -
47
47
  - tammikuu
48
48
  - helmikuu
49
49
  - maaliskuu
@@ -100,17 +100,17 @@ fi:
100
100
  one: vuosi
101
101
  other: "%{count} vuotta"
102
102
  prompts:
103
- second: sekunti
104
- minute: minuutti
105
- hour: tunti
106
- day: päivä
107
- month: kuukausi
108
- year: vuosi
103
+ second: Sekunti
104
+ minute: Minuutti
105
+ hour: Tunti
106
+ day: Päivä
107
+ month: Kuukausi
108
+ year: Vuosi
109
109
  errors:
110
110
  format: "%{attribute} %{message}"
111
111
  messages:
112
112
  accepted: täytyy olla hyväksytty
113
- blank: ei voi olla sisällötön
113
+ blank: ei voi olla tyhjä
114
114
  confirmation: ei vastaa varmennusta
115
115
  empty: ei voi olla tyhjä
116
116
  equal_to: täytyy olla yhtä suuri kuin %{count}
@@ -119,12 +119,12 @@ fi:
119
119
  greater_than: täytyy olla suurempi kuin %{count}
120
120
  greater_than_or_equal_to: täytyy olla suurempi tai yhtä suuri kuin %{count}
121
121
  inclusion: ei löydy listasta
122
- invalid: on kelvoton
122
+ invalid: on virheellinen
123
123
  less_than: täytyy olla pienempi kuin %{count}
124
124
  less_than_or_equal_to: täytyy olla pienempi tai yhtä suuri kuin %{count}
125
125
  model_invalid: 'Validointi epäonnistui: %{errors}'
126
126
  not_a_number: ei ole luku
127
- not_an_integer: ei ole kokonaisluku
127
+ not_an_integer: täytyy olla kokonaisluku
128
128
  odd: täytyy olla pariton
129
129
  present: täytyy olla sisällötön
130
130
  required: täytyy olla
@@ -141,7 +141,7 @@ fi:
141
141
  template:
142
142
  body: 'Seuraavat kentät aiheuttivat ongelmia:'
143
143
  header:
144
- one: Virhe esti mallin %{model} tallentamisen
144
+ one: Virhe syötteessä esti mallin %{model} tallentamisen
145
145
  other: "%{count} virhettä esti mallin %{model} tallentamisen"
146
146
  helpers:
147
147
  select:
@@ -213,7 +213,7 @@ fr-CA:
213
213
  time:
214
214
  am: am
215
215
  formats:
216
- default: "%H h %M min %S s"
216
+ default: "%d %B %Y %H h %M min %S s"
217
217
  long: "%A %d %B %Y %H h %M"
218
- short: "%H h %M"
218
+ short: "%d %b %H h %M"
219
219
  pm: pm
data/rails/locale/fr.yml CHANGED
@@ -75,19 +75,19 @@ fr:
75
75
  other: environ %{count} ans
76
76
  almost_x_years:
77
77
  one: presqu'un an
78
- other: presque %{count} ans
79
- half_a_minute: une demi-minute
78
+ other: presque %{count} ans
79
+ half_a_minute: une demiminute
80
80
  less_than_x_seconds:
81
81
  zero: moins d'une seconde
82
82
  one: moins d'une seconde
83
- other: moins de %{count} secondes
83
+ other: moins de %{count} secondes
84
84
  less_than_x_minutes:
85
85
  zero: moins d'une minute
86
86
  one: moins d'une minute
87
- other: moins de %{count} minutes
87
+ other: moins de %{count} minutes
88
88
  over_x_years:
89
- one: plus d'un an
90
- other: plus de %{count} ans
89
+ one: plus d'un an
90
+ other: plus de %{count} ans
91
91
  x_seconds:
92
92
  one: 1 seconde
93
93
  other: "%{count} secondes"
@@ -120,13 +120,13 @@ fr:
120
120
  equal_to: doit être égal à %{count}
121
121
  even: doit être pair
122
122
  exclusion: n'est pas disponible
123
- greater_than: doit être supérieur à %{count}
124
- greater_than_or_equal_to: doit être supérieur ou égal à %{count}
123
+ greater_than: doit être supérieur à %{count}
124
+ greater_than_or_equal_to: doit être supérieur ou égal à %{count}
125
125
  inclusion: n'est pas inclus(e) dans la liste
126
126
  invalid: n'est pas valide
127
- less_than: doit être inférieur à %{count}
128
- less_than_or_equal_to: doit être inférieur ou égal à %{count}
129
- model_invalid: 'Validation échouée : %{errors}'
127
+ less_than: doit être inférieur à %{count}
128
+ less_than_or_equal_to: doit être inférieur ou égal à %{count}
129
+ model_invalid: 'Validation échouée : %{errors}'
130
130
  not_a_number: n'est pas un nombre
131
131
  not_an_integer: doit être un nombre entier
132
132
  odd: doit être impair
@@ -136,7 +136,7 @@ fr:
136
136
  taken: n'est pas disponible
137
137
  too_long:
138
138
  one: est trop long (pas plus d'un caractère)
139
- other: est trop long (pas plus de %{count} caractères)
139
+ other: est trop long (pas plus de %{count} caractères)
140
140
  too_short:
141
141
  one: est trop court (au moins un caractère)
142
142
  other: est trop court (au moins %{count} caractères)
@@ -146,8 +146,8 @@ fr:
146
146
  template:
147
147
  body: 'Veuillez vérifier les champs suivants : '
148
148
  header:
149
- one: 'Impossible d''enregistrer ce(tte) %{model} : 1 erreur'
150
- other: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreurs'
149
+ one: 'Impossible d''enregistrer ce(tte) %{model} : 1 erreur'
150
+ other: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreurs'
151
151
  helpers:
152
152
  select:
153
153
  prompt: Veuillez sélectionner
data/rails/locale/hr.yml CHANGED
@@ -118,6 +118,11 @@ hr:
118
118
  few: "%{count} mjeseca"
119
119
  many: "%{count} mjeseci"
120
120
  other: "%{count} mjeseci"
121
+ x_years:
122
+ one: 1 godina
123
+ few: "%{count} godine"
124
+ many: "%{count} godina"
125
+ other: "%{count} godina"
121
126
  prompts:
122
127
  second: Sekunde
123
128
  minute: Minuta
@@ -141,11 +146,13 @@ hr:
141
146
  invalid: nije ispravan
142
147
  less_than: mora biti manji od %{count}
143
148
  less_than_or_equal_to: mora biti manji ili jednak %{count}
149
+ model_invalid: 'Validacija nije uspjela: %{errors}'
144
150
  not_a_number: nije broj
145
151
  not_an_integer: nije cijeli broj
146
152
  odd: mora biti neparan
147
153
  other_than: mora biti različit od %{count}
148
154
  present: mora biti prazan
155
+ required: mora biti unesen
149
156
  taken: je već zauzet
150
157
  too_long:
151
158
  one: je predugačak (maksimum je %{count} znak)
@@ -165,10 +172,10 @@ hr:
165
172
  template:
166
173
  body: 'Sljedeća polja su neispravno popunjena:'
167
174
  header:
168
- one: "%{count} greška je spriječila %{model} da se spremi"
169
- few: "%{count} greške su spriječile %{model} da se spremi"
170
- many: "%{count} grešaka je spriječilo %{model} da se spremi"
171
- other: "%{count} grešaka je spriječilo %{model} da se spremi"
175
+ one: "%{count} greška je spriječila da se spremi %{model}"
176
+ few: "%{count} greške su spriječile da se spremi %{model}"
177
+ many: "%{count} grešaka je spriječilo da se spremi %{model}"
178
+ other: "%{count} grešaka je spriječilo da se spremi %{model}"
172
179
  helpers:
173
180
  select:
174
181
  prompt: Izaberite
@@ -215,9 +222,11 @@ hr:
215
222
  few: bajta
216
223
  many: bajtova
217
224
  other: bajtova
225
+ eb: EB
218
226
  gb: GB
219
227
  kb: KB
220
228
  mb: MB
229
+ pb: PB
221
230
  tb: TB
222
231
  percentage:
223
232
  format:
@@ -4,6 +4,9 @@ it-CH:
4
4
  errors:
5
5
  messages:
6
6
  record_invalid: 'Validazione fallita: %{errors}'
7
+ restrict_dependent_destroy:
8
+ has_one: Il record non può essere cancellato perchè esiste un %{record} dipendente
9
+ has_many: Il record non può essere cancellato perchè esistono %{record} dipendenti
7
10
  date:
8
11
  abbr_day_names:
9
12
  - Dom
@@ -93,6 +96,9 @@ it-CH:
93
96
  x_months:
94
97
  one: 1 mese
95
98
  other: "%{count} mesi"
99
+ x_years:
100
+ one: 1 anno
101
+ other: "%{count} anni"
96
102
  prompts:
97
103
  second: Secondi
98
104
  minute: Minuto
@@ -116,10 +122,14 @@ it-CH:
116
122
  invalid: non è valido
117
123
  less_than: deve essere meno di %{count}
118
124
  less_than_or_equal_to: deve essere meno o uguale a %{count}
125
+ model_invalid: 'Validazione fallita: %{errors}'
119
126
  not_a_number: non è un numero
120
127
  not_an_integer: non è un intero
121
128
  odd: deve essere dispari
122
- taken: è già in uso
129
+ other_than: devono essere di numero diverso da %{count}
130
+ present: deve essere lasciato in bianco
131
+ required: deve esistere
132
+ taken: è già presente
123
133
  too_long:
124
134
  one: è troppo lungo (il massimo è 1 carattere)
125
135
  other: è troppo lungo (il massimo è %{count} caratteri)
@@ -178,13 +188,16 @@ it-CH:
178
188
  byte:
179
189
  one: Byte
180
190
  other: Byte
191
+ eb: EB
181
192
  gb: GB
182
193
  kb: KB
183
194
  mb: MB
195
+ pb: PB
184
196
  tb: TB
185
197
  percentage:
186
198
  format:
187
199
  delimiter: ''
200
+ format: "%n%"
188
201
  precision:
189
202
  format:
190
203
  delimiter: ''
data/rails/locale/it.yml CHANGED
@@ -5,10 +5,8 @@ it:
5
5
  messages:
6
6
  record_invalid: 'Validazione fallita: %{errors}'
7
7
  restrict_dependent_destroy:
8
- has_one: Il record non può essere cancellato perchè esiste un %{record}
9
- dipendente
10
- has_many: Il record non può essere cancellato perchè esistono %{record}
11
- dipendenti
8
+ has_one: Il record non può essere cancellato perchè esiste un %{record} dipendente
9
+ has_many: Il record non può essere cancellato perchè esistono %{record} dipendenti
12
10
  date:
13
11
  abbr_day_names:
14
12
  - dom
@@ -74,8 +72,8 @@ it:
74
72
  one: circa un anno
75
73
  other: circa %{count} anni
76
74
  almost_x_years:
77
- one: circa 1 anno
78
- other: circa %{count} anni
75
+ one: quasi un anno
76
+ other: quasi %{count} anni
79
77
  half_a_minute: mezzo minuto
80
78
  less_than_x_seconds:
81
79
  one: meno di un secondo
@@ -124,6 +122,7 @@ it:
124
122
  invalid: non è valido
125
123
  less_than: deve essere minore di %{count}
126
124
  less_than_or_equal_to: deve essere minore o uguale a %{count}
125
+ model_invalid: 'Validazione fallita: %{errors}'
127
126
  not_a_number: non è un numero
128
127
  not_an_integer: non è un numero intero
129
128
  odd: deve essere dispari
@@ -189,9 +188,11 @@ it:
189
188
  byte:
190
189
  one: Byte
191
190
  other: Byte
191
+ eb: EB
192
192
  gb: GB
193
193
  kb: KB
194
194
  mb: MB
195
+ pb: PB
195
196
  tb: TB
196
197
  percentage:
197
198
  format:
data/rails/locale/lt.yml CHANGED
@@ -17,7 +17,7 @@ lt:
17
17
  - Pen
18
18
  - Šeš
19
19
  abbr_month_names:
20
- -
20
+ -
21
21
  - Sau
22
22
  - Vas
23
23
  - Kov
@@ -40,10 +40,10 @@ lt:
40
40
  - šeštadienis
41
41
  formats:
42
42
  default: "%Y-%m-%d"
43
- long: "%B %d, %Y"
43
+ long: "%Y m. %B %d d."
44
44
  short: "%b %d"
45
45
  month_names:
46
- -
46
+ -
47
47
  - sausio
48
48
  - vasario
49
49
  - kovo
@@ -63,7 +63,7 @@ lt:
63
63
  datetime:
64
64
  distance_in_words:
65
65
  about_x_hours:
66
- one: apie %{count} valanda
66
+ one: apie %{count} valandą
67
67
  few: apie %{count} valandas
68
68
  other: apie %{count} valandų
69
69
  about_x_months:
@@ -122,8 +122,8 @@ lt:
122
122
  confirmation: neteisingai pakartotas
123
123
  empty: negali būti tuščias
124
124
  equal_to: turi būti lygus %{count}
125
- even: turi būti lyginis
126
- exclusion: užimtas
125
+ even: turi būti lyginis skaičius
126
+ exclusion: yra rezervuotas
127
127
  greater_than: turi būti didesnis už %{count}
128
128
  greater_than_or_equal_to: turi būti didesnis arba lygus %{count}
129
129
  inclusion: nenumatyta reikšmė
@@ -132,7 +132,7 @@ lt:
132
132
  less_than_or_equal_to: turi būti mažesnis arba lygus %{count}
133
133
  not_a_number: ne skaičius
134
134
  not_an_integer: privalo būti sveikas skaičius
135
- odd: turi būti nelyginis
135
+ odd: turi būti nelyginis skaičius
136
136
  other_than: privalo būti kitoks nei %{count}
137
137
  present: turi būti tuščias
138
138
  taken: jau užimtas
data/rails/locale/lv.yml CHANGED
@@ -42,7 +42,7 @@ lv:
42
42
  month_names:
43
43
  -
44
44
  - janvārī
45
- - ferbruārī
45
+ - februārī
46
46
  - martā
47
47
  - aprīlī
48
48
  - maijā
data/rails/locale/nb.yml CHANGED
@@ -110,7 +110,7 @@ nb:
110
110
  format: "%{attribute} %{message}"
111
111
  messages:
112
112
  accepted: må være akseptert
113
- blank: kan ikke være blank
113
+ blank: kan ikke være tom
114
114
  confirmation: er ikke lik %{attribute}
115
115
  empty: kan ikke være tom
116
116
  equal_to: må være lik %{count}
@@ -127,12 +127,18 @@ nb:
127
127
  not_an_integer: er ikke et heltall
128
128
  odd: må være oddetall
129
129
  other_than: kan ikke være nøyaktig %{count}
130
- present: må være blank
130
+ present: må være tom
131
131
  required: må eksistere
132
132
  taken: er allerede i bruk
133
- too_long: er for lang (maksimum %{count} tegn)
134
- too_short: er for kort (minimum %{count} tegn)
135
- wrong_length: er av feil lengde (maksimum %{count} tegn)
133
+ too_long:
134
+ one: er for lang (maksimalt 1 tegn)
135
+ other: er for lang (maksimalt %{count} tegn)
136
+ too_short:
137
+ one: er for kort (minst 1 tegn)
138
+ other: er for kort (minst %{count} tegn)
139
+ wrong_length:
140
+ one: har feil lengde (må være 1 tegn)
141
+ other: har feil lengde (må være %{count} tegn)
136
142
  template:
137
143
  body: 'Det oppstod problemer med følgende felt:'
138
144
  header:
@@ -0,0 +1,215 @@
1
+ # pap-AW merged M. Maduro and Rianne Helings by Richenel Ansano for Suares & Co
2
+ pap-AW:
3
+ activerecord:
4
+ errors:
5
+ messages:
6
+ record_invalid: 'Validashon a faya: %{errors}'
7
+ restrict_dependent_destroy:
8
+ has_one: "No por kita e registro akí pasobra un otro %{record} ta dependé di dje"
9
+ has_many: "No por kita e registro akí pasobra otro %{record} ta dependé di dje"
10
+ date:
11
+ abbr_day_names:
12
+ - dum
13
+ - lun
14
+ - mar
15
+ - ras
16
+ - wep
17
+ - biè
18
+ - sab
19
+ abbr_month_names:
20
+ -
21
+ - yan
22
+ - feb
23
+ - mar
24
+ - apr
25
+ - mei
26
+ - yün
27
+ - yül
28
+ - oug
29
+ - sèp
30
+ - òkt
31
+ - nov
32
+ - des
33
+ day_names:
34
+ - djadumingu
35
+ - djaluna
36
+ - djamars
37
+ - djárason
38
+ - djaweps
39
+ - djabièrnè
40
+ - djasabra
41
+ formats:
42
+ default: '%Y-%m-%d'
43
+ long: '%B di %d, %Y'
44
+ short: '%b di %d'
45
+ month_names:
46
+ -
47
+ - yanüari
48
+ - febrüari
49
+ - mart
50
+ - aprel
51
+ - mei
52
+ - yüni
53
+ - yüli
54
+ - ougùstùs
55
+ - sèptèmber
56
+ - òktober
57
+ - novèmber
58
+ - desèmber
59
+ order:
60
+ - :aña
61
+ - :luna
62
+ - :dia
63
+ datetime:
64
+ distance_in_words:
65
+ about_x_hours:
66
+ one: mas o ménos 1 ora
67
+ other: mas o ménos %{count} ora
68
+ about_x_months:
69
+ one: mas o ménos 1 luna
70
+ other: mas o ménos %{count} luna
71
+ about_x_years:
72
+ one: mas o ménos 1 aña
73
+ other: mas o ménos %{count} aña
74
+ almost_x_years:
75
+ one: kasi 1 aña
76
+ other: kasi %{count} aña
77
+ half_a_minute: mei minüt
78
+ less_than_x_minutes:
79
+ one: ménos ku 1 minüt
80
+ other: ménos ku %{count} minüt
81
+ less_than_x_seconds:
82
+ one: ménos ku 1 sekònde
83
+ other: ménos ku %{count} sekònde
84
+ over_x_years:
85
+ one: mas ku 1 aña
86
+ other: mas ku %{count} aña
87
+ x_days:
88
+ one: 1 dia
89
+ other: '%{count} dia'
90
+ x_minutes:
91
+ one: 1 minüt
92
+ other: '%{count} minüt'
93
+ x_months:
94
+ one: 1 luna
95
+ other: '%{count} luna'
96
+ x_years:
97
+ one: 1 year
98
+ other: "%{count} years"
99
+ x_seconds:
100
+ one: 1 sekònde
101
+ other: '%{count} sekònde'
102
+ prompts:
103
+ day: Dia
104
+ hour: Ora
105
+ minute: Minüt
106
+ month: Luna
107
+ second: Sekònde
108
+ year: Aña
109
+ errors:
110
+ format: '%{attribute} %{message}'
111
+ messages:
112
+ accepted: mester asept'é
113
+ blank: no por keda sin yen'é
114
+ present: mester keda bashí
115
+ confirmation: "no ta meskos %{attribute}"
116
+ empty: no por keda bashí
117
+ equal_to: mester ta meskos ku %{count}
118
+ even: mester ta par
119
+ exclusion: ta reservá
120
+ greater_than: mester ta mas grandi ku %{count}
121
+ greater_than_or_equal_to: mester ta mes òf mas grandi ku %{count}
122
+ inclusion: no ta aparesé den e lista
123
+ invalid: no ta bálido
124
+ less_than: mester ta ménos ku %{count}
125
+ less_than_or_equal_to: mester ta ménos òf mes tantu ku %{count}
126
+ model_invalid: "Validation failed: %{errors}"
127
+ not_a_number: no ta un number
128
+ not_an_integer: mester ta un number hinté
129
+ odd: mester ta impar
130
+ required: must exist
131
+ taken: ta usá kaba
132
+ too_long:
133
+ one: ta muchu largu (máksimo ta 1 karakter)
134
+ other: ta muchu largu (máksimo ta %{count} karakter)
135
+ too_short:
136
+ one: ta muchu kòrtiku (mínimo ta 1 karakter)
137
+ other: ta muchu kòrtiku (mínimo ta %{count} karakter)
138
+ wrong_length:
139
+ one: su largura no ta korekto (mester ta 1 karakter)
140
+ other: su largura no ta korekto (mester ta %{count} karakter)
141
+ other_than: "no por ta %{count}"
142
+ template:
143
+ body: 'E siguiente rúbrikanan ta duna problema:'
144
+ header:
145
+ one: 1 fout a pone ku no por a warda e %{model} akí
146
+ other: '%{count} fout a pone ku no por a save e %{model} akí'
147
+ helpers:
148
+ select:
149
+ prompt: Por fabor skohe
150
+ submit:
151
+ create: Krea %{model}
152
+ submit: Warda %{model}
153
+ update: Aktualisá %{model}
154
+ number:
155
+ currency:
156
+ format:
157
+ delimiter: '.'
158
+ format: '%u%n'
159
+ precision: 2
160
+ separator: ','
161
+ significant: false
162
+ strip_insignificant_zeros: false
163
+ unit: ANG
164
+ format:
165
+ delimiter: '.'
166
+ precision: 3
167
+ separator: ','
168
+ significant: falsu
169
+ strip_insignificant_zeros: falsu
170
+ human:
171
+ decimal_units:
172
+ format: '%n %u'
173
+ units:
174
+ billion: bion
175
+ million: mion
176
+ quadrillion: kuatrion
177
+ thousand: mil
178
+ trillion: trion
179
+ unit: ''
180
+ format:
181
+ delimiter: ''
182
+ precision: 3
183
+ significant: bèrdat
184
+ strip_insignificant_zeros: bèrdat
185
+ storage_units:
186
+ format: '%n %u'
187
+ units:
188
+ byte:
189
+ one: Bait
190
+ other: Bait
191
+ gb: GB
192
+ kb: KB
193
+ mb: MB
194
+ tb: TB
195
+ pb: PB
196
+ eb: EB
197
+ percentage:
198
+ format:
199
+ delimiter: ''
200
+ format: "%n%"
201
+ precision:
202
+ format:
203
+ delimiter: ''
204
+ support:
205
+ array:
206
+ last_word_connector: ', i '
207
+ two_words_connector: ' i '
208
+ words_connector: ', '
209
+ time:
210
+ am: am
211
+ formats:
212
+ default: '%a, %d %b %Y %H.%M.%S %z'
213
+ long: '%B %d, %Y %H.%M'
214
+ short: '%d %b %H.%M'
215
+ pm: pm