exvo_globalize 0.2.1 → 0.3.0
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.
- data/app/controllers/globalize_translations_controller.rb +1 -1
- data/config/locales/ar.yml +226 -0
- data/config/locales/bg.yml +304 -0
- data/config/locales/bs.yml +270 -0
- data/config/locales/ca.yml +253 -0
- data/config/locales/cs.rb +229 -0
- data/config/locales/cy.yml +221 -0
- data/config/locales/da.yml +235 -0
- data/config/locales/de.yml +233 -0
- data/config/locales/el.yml +227 -0
- data/config/locales/en.yml +222 -0
- data/config/locales/eo.yml +222 -0
- data/config/locales/es.yml +225 -0
- data/config/locales/et.yml +260 -0
- data/config/locales/eu.yml +224 -0
- data/config/locales/fa.yml +222 -0
- data/config/locales/fi.yml +225 -0
- data/config/locales/fr.yml +222 -0
- data/config/locales/gl.yml +236 -0
- data/config/locales/he.yml +227 -0
- data/config/locales/hi.yml +221 -0
- data/config/locales/hr.yml +159 -0
- data/config/locales/hu.yml +215 -0
- data/config/locales/id.yml +187 -0
- data/config/locales/is.yml +230 -0
- data/config/locales/it.yml +235 -0
- data/config/locales/ja.yml +228 -0
- data/config/locales/kn.yml +222 -0
- data/config/locales/ko.yml +228 -0
- data/config/locales/lo.yml +244 -0
- data/config/locales/lt.yml +184 -0
- data/config/locales/lv.yml +221 -0
- data/config/locales/mk.yml +158 -0
- data/config/locales/mn.yml +199 -0
- data/config/locales/nb.yml +220 -0
- data/config/locales/nl.yml +226 -0
- data/config/locales/nn.yml +139 -0
- data/config/locales/pl.yml +234 -0
- data/config/locales/pt.yml +230 -0
- data/config/locales/rm.yml +177 -0
- data/config/locales/ro.yml +211 -0
- data/config/locales/ru.yml +376 -0
- data/config/locales/sk.yml +236 -0
- data/config/locales/sl.yml +233 -0
- data/config/locales/sr.yml +159 -0
- data/config/locales/sv.yml +273 -0
- data/config/locales/sw.yml +222 -0
- data/config/locales/th.rb +199 -0
- data/config/locales/tr.yml +181 -0
- data/config/locales/uk.yml +351 -0
- data/config/locales/vi.yml +241 -0
- data/config/locales/zh.yml +250 -0
- data/lib/exvo_globalize/backend/chain.rb +20 -0
- data/lib/exvo_globalize/version.rb +1 -1
- data/spec/controllers/globalize_translations_controller_spec.rb +1 -3
- data/spec/exvo_globalize/globalize_store_spec.rb +5 -0
- metadata +56 -5
@@ -0,0 +1,222 @@
|
|
1
|
+
# French translations for Ruby on Rails
|
2
|
+
# by Christian Lescuyer (christian@flyingcoders.com)
|
3
|
+
# contributors:
|
4
|
+
# - Sebastien Grosjean - ZenCocoon.com
|
5
|
+
# - Bruno Michel - http://github.com/nono
|
6
|
+
# - Tsutomu Kuroda - http://github.com/kuroda (t-kuroda@oiax.jp)
|
7
|
+
|
8
|
+
fr:
|
9
|
+
date:
|
10
|
+
formats:
|
11
|
+
default: "%d/%m/%Y"
|
12
|
+
short: "%e %b"
|
13
|
+
long: "%e %B %Y"
|
14
|
+
day_names:
|
15
|
+
- dimanche
|
16
|
+
- lundi
|
17
|
+
- mardi
|
18
|
+
- mercredi
|
19
|
+
- jeudi
|
20
|
+
- vendredi
|
21
|
+
- samedi
|
22
|
+
abbr_day_names:
|
23
|
+
- dim
|
24
|
+
- lun
|
25
|
+
- mar
|
26
|
+
- mer
|
27
|
+
- jeu
|
28
|
+
- ven
|
29
|
+
- sam
|
30
|
+
month_names:
|
31
|
+
- ~
|
32
|
+
- janvier
|
33
|
+
- février
|
34
|
+
- mars
|
35
|
+
- avril
|
36
|
+
- mai
|
37
|
+
- juin
|
38
|
+
- juillet
|
39
|
+
- août
|
40
|
+
- septembre
|
41
|
+
- octobre
|
42
|
+
- novembre
|
43
|
+
- décembre
|
44
|
+
abbr_month_names:
|
45
|
+
- ~
|
46
|
+
- jan.
|
47
|
+
- fév.
|
48
|
+
- mar.
|
49
|
+
- avr.
|
50
|
+
- mai
|
51
|
+
- juin
|
52
|
+
- juil.
|
53
|
+
- août
|
54
|
+
- sept.
|
55
|
+
- oct.
|
56
|
+
- nov.
|
57
|
+
- déc.
|
58
|
+
order:
|
59
|
+
- :day
|
60
|
+
- :month
|
61
|
+
- :year
|
62
|
+
|
63
|
+
time:
|
64
|
+
formats:
|
65
|
+
default: "%d %B %Y %H:%M:%S"
|
66
|
+
short: "%d %b %H:%M"
|
67
|
+
long: "%A %d %B %Y %H:%M"
|
68
|
+
am: 'am'
|
69
|
+
pm: 'pm'
|
70
|
+
|
71
|
+
datetime:
|
72
|
+
distance_in_words:
|
73
|
+
half_a_minute: "une demi-minute"
|
74
|
+
less_than_x_seconds:
|
75
|
+
zero: "moins d'une seconde"
|
76
|
+
one: "moins d'une seconde"
|
77
|
+
other: "moins de %{count} secondes"
|
78
|
+
x_seconds:
|
79
|
+
one: "1 seconde"
|
80
|
+
other: "%{count} secondes"
|
81
|
+
less_than_x_minutes:
|
82
|
+
zero: "moins d'une minute"
|
83
|
+
one: "moins d'une minute"
|
84
|
+
other: "moins de %{count} minutes"
|
85
|
+
x_minutes:
|
86
|
+
one: "1 minute"
|
87
|
+
other: "%{count} minutes"
|
88
|
+
about_x_hours:
|
89
|
+
one: "environ une heure"
|
90
|
+
other: "environ %{count} heures"
|
91
|
+
x_days:
|
92
|
+
one: "1 jour"
|
93
|
+
other: "%{count} jours"
|
94
|
+
about_x_months:
|
95
|
+
one: "environ un mois"
|
96
|
+
other: "environ %{count} mois"
|
97
|
+
x_months:
|
98
|
+
one: "1 mois"
|
99
|
+
other: "%{count} mois"
|
100
|
+
about_x_years:
|
101
|
+
one: "environ un an"
|
102
|
+
other: "environ %{count} ans"
|
103
|
+
over_x_years:
|
104
|
+
one: "plus d'un an"
|
105
|
+
other: "plus de %{count} ans"
|
106
|
+
almost_x_years:
|
107
|
+
one: "presqu'un an"
|
108
|
+
other: "presque %{count} ans"
|
109
|
+
prompts:
|
110
|
+
year: "Année"
|
111
|
+
month: "Mois"
|
112
|
+
day: "Jour"
|
113
|
+
hour: "Heure"
|
114
|
+
minute: "Minute"
|
115
|
+
second: "Seconde"
|
116
|
+
|
117
|
+
number:
|
118
|
+
format:
|
119
|
+
separator: ","
|
120
|
+
delimiter: " "
|
121
|
+
precision: 3
|
122
|
+
significant: false
|
123
|
+
strip_insignificant_zeros: false
|
124
|
+
currency:
|
125
|
+
format:
|
126
|
+
format: "%n %u"
|
127
|
+
unit: "€"
|
128
|
+
separator: ","
|
129
|
+
delimiter: " "
|
130
|
+
precision: 2
|
131
|
+
significant: false
|
132
|
+
strip_insignificant_zeros: false
|
133
|
+
percentage:
|
134
|
+
format:
|
135
|
+
delimiter: ""
|
136
|
+
precision:
|
137
|
+
format:
|
138
|
+
delimiter: ""
|
139
|
+
human:
|
140
|
+
format:
|
141
|
+
delimiter: ""
|
142
|
+
precision: 2
|
143
|
+
significant: true
|
144
|
+
strip_insignificant_zeros: true
|
145
|
+
storage_units:
|
146
|
+
format: "%n %u"
|
147
|
+
units:
|
148
|
+
byte:
|
149
|
+
one: "octet"
|
150
|
+
other: "octets"
|
151
|
+
kb: "ko"
|
152
|
+
mb: "Mo"
|
153
|
+
gb: "Go"
|
154
|
+
tb: "To"
|
155
|
+
decimal_units:
|
156
|
+
format: "%n %u"
|
157
|
+
units:
|
158
|
+
unit: ""
|
159
|
+
thousand: "millier"
|
160
|
+
million: "million"
|
161
|
+
billion: "milliard"
|
162
|
+
trillion: "billion"
|
163
|
+
quadrillion: "million de milliards"
|
164
|
+
|
165
|
+
support:
|
166
|
+
array:
|
167
|
+
words_connector: ", "
|
168
|
+
two_words_connector: " et "
|
169
|
+
last_word_connector: " et "
|
170
|
+
select:
|
171
|
+
prompt: "Veuillez sélectionner"
|
172
|
+
|
173
|
+
helpers:
|
174
|
+
select:
|
175
|
+
prompt: "Veuillez sélectionner"
|
176
|
+
submit:
|
177
|
+
create: "Créer un(e) %{model}"
|
178
|
+
update: "Modifier ce(tte) %{model}"
|
179
|
+
submit: "Enregistrer ce(tte) %{model}"
|
180
|
+
|
181
|
+
attributes:
|
182
|
+
created_at: "Créé le"
|
183
|
+
updated_at: "Modifié le"
|
184
|
+
|
185
|
+
errors:
|
186
|
+
format: "Le %{attribute} %{message}"
|
187
|
+
messages: &errors_messages
|
188
|
+
inclusion: "n'est pas inclus(e) dans la liste"
|
189
|
+
exclusion: "n'est pas disponible"
|
190
|
+
invalid: "n'est pas valide"
|
191
|
+
confirmation: "ne concorde pas avec la confirmation"
|
192
|
+
accepted: "doit être accepté(e)"
|
193
|
+
empty: "doit être rempli(e)"
|
194
|
+
blank: "doit être rempli(e)"
|
195
|
+
too_long: "est trop long (pas plus de %{count} caractères)"
|
196
|
+
too_short: "est trop court (au moins %{count} caractères)"
|
197
|
+
wrong_length: "ne fait pas la bonne longueur (doit comporter %{count} caractères)"
|
198
|
+
not_a_number: "n'est pas un nombre"
|
199
|
+
not_an_integer: "doit être un nombre entier"
|
200
|
+
greater_than: "doit être supérieur à %{count}"
|
201
|
+
greater_than_or_equal_to: "doit être supérieur ou égal à %{count}"
|
202
|
+
equal_to: "doit être égal à %{count}"
|
203
|
+
less_than: "doit être inférieur à %{count}"
|
204
|
+
less_than_or_equal_to: "doit être inférieur ou égal à %{count}"
|
205
|
+
odd: "doit être impair"
|
206
|
+
even: "doit être pair"
|
207
|
+
template: &errors_template
|
208
|
+
header:
|
209
|
+
one: "Impossible d'enregistrer ce(tte) %{model} : 1 erreur"
|
210
|
+
other: "Impossible d'enregistrer ce(tte) %{model} : %{count} erreurs"
|
211
|
+
body: "Veuillez vérifier les champs suivants : "
|
212
|
+
|
213
|
+
activerecord:
|
214
|
+
errors:
|
215
|
+
messages:
|
216
|
+
taken: "n'est pas disponible"
|
217
|
+
record_invalid: "La validation a échoué : %{errors}"
|
218
|
+
<<: *errors_messages
|
219
|
+
template:
|
220
|
+
<<: *errors_template
|
221
|
+
full_messages:
|
222
|
+
format: "%{attribute} %{message}"
|
@@ -0,0 +1,236 @@
|
|
1
|
+
# Galician (Spain) for Ruby on Rails
|
2
|
+
# by Marcos Arias Pena (markus@agil-e.com)
|
3
|
+
|
4
|
+
gl:
|
5
|
+
# action_view
|
6
|
+
number:
|
7
|
+
# Usado en number_with_delimiter()
|
8
|
+
format:
|
9
|
+
separator: ","
|
10
|
+
delimiter: "."
|
11
|
+
precision: 2
|
12
|
+
|
13
|
+
# Usado en number_to_currency()
|
14
|
+
currency:
|
15
|
+
format:
|
16
|
+
# %u é a unidade monetaria, %n o número
|
17
|
+
# 1 euro sería 1.00 €
|
18
|
+
format: "%n %u"
|
19
|
+
unit: "€"
|
20
|
+
separator: ","
|
21
|
+
delimiter: "."
|
22
|
+
precision: 2
|
23
|
+
|
24
|
+
# Usado en number_to_percentage()
|
25
|
+
percentage:
|
26
|
+
format:
|
27
|
+
# separator:
|
28
|
+
delimiter: ""
|
29
|
+
# precision:
|
30
|
+
|
31
|
+
# Usado en number_to_precision()
|
32
|
+
precision:
|
33
|
+
format:
|
34
|
+
# separator:
|
35
|
+
delimiter: ""
|
36
|
+
# precision:
|
37
|
+
|
38
|
+
# Usado en number_to_human_size()
|
39
|
+
human:
|
40
|
+
format:
|
41
|
+
# separator:
|
42
|
+
delimiter: ""
|
43
|
+
precision: 1
|
44
|
+
# Se estás a usar Rails <= 2.2.2
|
45
|
+
# storage_units: [Bytes, KB, MB, GB, TB]
|
46
|
+
# Se estás a usar Rails >= 2.3
|
47
|
+
storage_units:
|
48
|
+
# Formato de saida de unidades de almacenamento
|
49
|
+
# %u é a unidade de almacenamento
|
50
|
+
# %n é o número (por defecto: 2 MB)
|
51
|
+
format: "%n %u"
|
52
|
+
units:
|
53
|
+
byte:
|
54
|
+
one: "Byte"
|
55
|
+
other: "Bytes"
|
56
|
+
kb: "KB"
|
57
|
+
mb: "MB"
|
58
|
+
gb: "GB"
|
59
|
+
tb: "TB"
|
60
|
+
|
61
|
+
# active_support
|
62
|
+
date:
|
63
|
+
formats:
|
64
|
+
default: "%e/%m/%Y"
|
65
|
+
short: "%e %b"
|
66
|
+
long: "%A %e de %B de %Y"
|
67
|
+
# Podes engadir máis formatos nesta lista ou cambiar os aquí definidos
|
68
|
+
day_names:
|
69
|
+
- Domingo
|
70
|
+
- Luns
|
71
|
+
- Martes
|
72
|
+
- Mércores
|
73
|
+
- Xoves
|
74
|
+
- Venres
|
75
|
+
- Sábado
|
76
|
+
abbr_day_names:
|
77
|
+
- Dom
|
78
|
+
- Lun
|
79
|
+
- Mar
|
80
|
+
- Mer
|
81
|
+
- Xov
|
82
|
+
- Ven
|
83
|
+
- Sab
|
84
|
+
month_names:
|
85
|
+
- ~
|
86
|
+
- Xaneiro
|
87
|
+
- Febreiro
|
88
|
+
- Marzo
|
89
|
+
- Abril
|
90
|
+
- Maio
|
91
|
+
- Xuño
|
92
|
+
- Xullo
|
93
|
+
- Agosto
|
94
|
+
- Setembro
|
95
|
+
- Outubro
|
96
|
+
- Novembro
|
97
|
+
- Decembro
|
98
|
+
abbr_month_names:
|
99
|
+
- ~
|
100
|
+
- Xan
|
101
|
+
- Feb
|
102
|
+
- Mar
|
103
|
+
- Abr
|
104
|
+
- Mai
|
105
|
+
- Xuñ
|
106
|
+
- Xul
|
107
|
+
- Ago
|
108
|
+
- Set
|
109
|
+
- Out
|
110
|
+
- Nov
|
111
|
+
- Dec
|
112
|
+
order:
|
113
|
+
- :day
|
114
|
+
- :month
|
115
|
+
- :year
|
116
|
+
|
117
|
+
time:
|
118
|
+
formats:
|
119
|
+
default: "%A, %e de %B de %Y ás %H:%M"
|
120
|
+
time: "%H:%M"
|
121
|
+
short: "%e/%m, %H:%M"
|
122
|
+
long: "%A %e de %B de %Y ás %H:%M"
|
123
|
+
# Podes engadir máis formatos nesta lista ou cambiar os aquí definidos
|
124
|
+
am: ''
|
125
|
+
pm: ''
|
126
|
+
|
127
|
+
# Usados en distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
|
128
|
+
datetime:
|
129
|
+
distance_in_words:
|
130
|
+
half_a_minute: 'medio minuto'
|
131
|
+
less_than_x_seconds:
|
132
|
+
zero: 'menos dun segundo'
|
133
|
+
one: '1 segundo'
|
134
|
+
few: 'poucos segundos'
|
135
|
+
other: '%{count} segundos'
|
136
|
+
x_seconds:
|
137
|
+
one: '1 segundo'
|
138
|
+
other: '%{count} segundos'
|
139
|
+
less_than_x_minutes:
|
140
|
+
zero: 'menos dun minuto'
|
141
|
+
one: '1 minuto'
|
142
|
+
other: '%{count} minutos'
|
143
|
+
x_minutes:
|
144
|
+
one: '1 minuto'
|
145
|
+
other: '%{count} minuto'
|
146
|
+
about_x_hours:
|
147
|
+
one: 'aproximadamente unha hora'
|
148
|
+
other: '%{count} horas'
|
149
|
+
x_days:
|
150
|
+
one: '1 día'
|
151
|
+
other: '%{count} días'
|
152
|
+
x_weeks:
|
153
|
+
one: '1 semana'
|
154
|
+
other: '%{count} semanas'
|
155
|
+
about_x_months:
|
156
|
+
one: 'aproximadamente 1 mes'
|
157
|
+
other: '%{count} meses'
|
158
|
+
x_months:
|
159
|
+
one: '1 mes'
|
160
|
+
other: '%{count} meses'
|
161
|
+
about_x_years:
|
162
|
+
one: 'aproximadamente 1 ano'
|
163
|
+
other: '%{count} anos'
|
164
|
+
over_x_years:
|
165
|
+
one: 'máis dun ano'
|
166
|
+
other: '%{count} anos'
|
167
|
+
now: 'agora'
|
168
|
+
today: 'hoxe'
|
169
|
+
tomorrow: 'mañá'
|
170
|
+
in: 'dentro de'
|
171
|
+
|
172
|
+
support:
|
173
|
+
array:
|
174
|
+
# Se estás a usar Rails <= 2.2.2
|
175
|
+
# sentence_connector: e
|
176
|
+
# Se estás a usar Rails >= 2.3
|
177
|
+
words_connector: ", "
|
178
|
+
two_words_connector: " e "
|
179
|
+
last_word_connector: " e "
|
180
|
+
|
181
|
+
# active_record
|
182
|
+
activerecord:
|
183
|
+
models:
|
184
|
+
# Traduce nomes de modelos. Usado en Model.human_name()
|
185
|
+
# Por exemplo
|
186
|
+
# model:
|
187
|
+
# user: "Nota"
|
188
|
+
# traducirá o modelo User como "Nota"
|
189
|
+
|
190
|
+
attributes:
|
191
|
+
# Traduce nomes de atributos de modelos. Usado en Model.human_attribute_name(attribute)
|
192
|
+
# Por exemplo
|
193
|
+
# attributes:
|
194
|
+
# user:
|
195
|
+
# login: "Aceso"
|
196
|
+
# traducirá o atribute login do modelo User como "Aceso"
|
197
|
+
|
198
|
+
errors:
|
199
|
+
template:
|
200
|
+
header:
|
201
|
+
one: "1 erro evitou que se poidese gardar o %{model}"
|
202
|
+
other: "%{count} erros evitaron que se poidese gardar o %{model}"
|
203
|
+
# A variable :count tamén está dispoñible aquí
|
204
|
+
body: "Atopáronse os seguintes problemas:"
|
205
|
+
messages:
|
206
|
+
inclusion: "non está incluido na lista"
|
207
|
+
exclusion: "xa existe"
|
208
|
+
invalid: "non é válido"
|
209
|
+
confirmation: "non coincide coa confirmación"
|
210
|
+
accepted: "debe ser aceptado"
|
211
|
+
empty: "non pode estar valeiro"
|
212
|
+
blank: "non pode estar en blanco"
|
213
|
+
too_long: "é demasiado longo (non máis de %{count} carácteres)"
|
214
|
+
too_short: "é demasiado curto (non menos de %{count} carácteres)"
|
215
|
+
wrong_length: "non ten a lonxitude correcta (debe ser de %{count} carácteres)"
|
216
|
+
taken: "non está dispoñible"
|
217
|
+
not_a_number: "non é un número"
|
218
|
+
greater_than: "debe ser maior que %{count}"
|
219
|
+
greater_than_or_equal_to: "debe ser maior ou igual que %{count}"
|
220
|
+
equal_to: "debe ser igual a %{count}"
|
221
|
+
less_than: "debe ser menor que %{count}"
|
222
|
+
less_than_or_equal_to: "debe ser menor ou igual que %{count}"
|
223
|
+
odd: "debe ser par"
|
224
|
+
even: "debe ser impar"
|
225
|
+
# Engade aquí os teus propios mensaxes de erro ou no ámbito modelo/atributo
|
226
|
+
|
227
|
+
# Podes definir os teus propios erros para modelos ou para os atributos dun modelo
|
228
|
+
# Os valores :model, :attribute e :value están sempre dispoñibles para a interpolación
|
229
|
+
#
|
230
|
+
# Exemplos avanzados
|
231
|
+
# models:
|
232
|
+
# user:
|
233
|
+
# blank: "Esta é unha mensaxe personalizada para o modelo %{model}: %{attribute}"
|
234
|
+
# attributes:
|
235
|
+
# login:
|
236
|
+
# blank: "Esta é unha mensaxe personalidaza para o modelo Usuario: login"
|
@@ -0,0 +1,227 @@
|
|
1
|
+
# Hebrew translations for Ruby on Rails
|
2
|
+
# by Dotan Nahum (dipidi@gmail.com)
|
3
|
+
# Rails 3 update by rbjarnason
|
4
|
+
|
5
|
+
"he":
|
6
|
+
date:
|
7
|
+
formats:
|
8
|
+
default: "%Y-%m-%d"
|
9
|
+
short: "%e %b"
|
10
|
+
long: "%B %e, %Y"
|
11
|
+
only_day: "%e"
|
12
|
+
|
13
|
+
day_names:
|
14
|
+
- ראשון
|
15
|
+
- שני
|
16
|
+
- שלישי
|
17
|
+
- רביעי
|
18
|
+
- חמישי
|
19
|
+
- שישי
|
20
|
+
- שבת
|
21
|
+
abbr_day_names:
|
22
|
+
- א
|
23
|
+
- ב
|
24
|
+
- ג
|
25
|
+
- ד
|
26
|
+
- ה
|
27
|
+
- ו
|
28
|
+
- ש
|
29
|
+
|
30
|
+
month_names:
|
31
|
+
- ~
|
32
|
+
- ינואר
|
33
|
+
- פברואר
|
34
|
+
- מרץ
|
35
|
+
- אפריל
|
36
|
+
- מאי
|
37
|
+
- יוני
|
38
|
+
- יולי
|
39
|
+
- אוגוסט
|
40
|
+
- ספטמבר
|
41
|
+
- אוקטובר
|
42
|
+
- נובמבר
|
43
|
+
- דצמבר
|
44
|
+
abbr_month_names:
|
45
|
+
- ~
|
46
|
+
- יאנ
|
47
|
+
- פב
|
48
|
+
- מרץ
|
49
|
+
- אפר
|
50
|
+
- מאי
|
51
|
+
- יונ
|
52
|
+
- יול
|
53
|
+
- אוג
|
54
|
+
- ספט
|
55
|
+
- אוק
|
56
|
+
- נוב
|
57
|
+
- דצ
|
58
|
+
order:
|
59
|
+
- :day
|
60
|
+
- :month
|
61
|
+
- :year
|
62
|
+
|
63
|
+
time:
|
64
|
+
formats:
|
65
|
+
default: "%a %b %d %H:%M:%S %Z %Y"
|
66
|
+
time: "%H:%M"
|
67
|
+
short: "%d %b %H:%M"
|
68
|
+
long: "%B %d, %Y %H:%M"
|
69
|
+
only_second: "%S"
|
70
|
+
am: "am"
|
71
|
+
pm: "pm"
|
72
|
+
|
73
|
+
support:
|
74
|
+
array:
|
75
|
+
words_connector: ", "
|
76
|
+
two_words_connector: " את "
|
77
|
+
last_word_connector: ", את "
|
78
|
+
|
79
|
+
select:
|
80
|
+
prompt: "נא לבחור"
|
81
|
+
|
82
|
+
number:
|
83
|
+
format:
|
84
|
+
precision: 3
|
85
|
+
separator: '.'
|
86
|
+
delimiter: ','
|
87
|
+
significant: false
|
88
|
+
strip_insignificant_zeros: false
|
89
|
+
|
90
|
+
currency:
|
91
|
+
format:
|
92
|
+
unit: 'שח'
|
93
|
+
precision: 2
|
94
|
+
format: '%u %n'
|
95
|
+
separator: "."
|
96
|
+
delimiter: ","
|
97
|
+
significant: false
|
98
|
+
strip_insignificant_zeros: false
|
99
|
+
|
100
|
+
percentage:
|
101
|
+
format:
|
102
|
+
delimiter: ""
|
103
|
+
|
104
|
+
precision:
|
105
|
+
format:
|
106
|
+
delimiter: ""
|
107
|
+
|
108
|
+
human:
|
109
|
+
format:
|
110
|
+
delimiter: ""
|
111
|
+
precision: 3
|
112
|
+
significant: true
|
113
|
+
strip_insignificant_zeros: true
|
114
|
+
storage_units:
|
115
|
+
format: "%n %u"
|
116
|
+
units:
|
117
|
+
byte:
|
118
|
+
one: "בתים"
|
119
|
+
other: "בתים"
|
120
|
+
kb: "KB"
|
121
|
+
mb: "MB"
|
122
|
+
gb: "GB"
|
123
|
+
tb: "TB"
|
124
|
+
decimal_units:
|
125
|
+
format: "%n %u"
|
126
|
+
units:
|
127
|
+
unit: ""
|
128
|
+
thousand: אלף
|
129
|
+
million: מיליון
|
130
|
+
billion: מיליארד
|
131
|
+
trillion: טריליון
|
132
|
+
quadrillion: קודריליון
|
133
|
+
|
134
|
+
datetime:
|
135
|
+
distance_in_words:
|
136
|
+
half_a_minute: 'חצי דקה'
|
137
|
+
less_than_x_seconds:
|
138
|
+
zero: 'פחות משניה אחת'
|
139
|
+
one: 'פחות משניה אחת'
|
140
|
+
other: 'פחות מ- %{count} שניות'
|
141
|
+
x_seconds:
|
142
|
+
one: 'שניה אחת'
|
143
|
+
other: '%{count} שניות'
|
144
|
+
less_than_x_minutes:
|
145
|
+
zero: 'פחות מדקה אחת'
|
146
|
+
one: 'פחות מדקה אחת'
|
147
|
+
other: 'פחות מ- %{count} דקות'
|
148
|
+
x_minutes:
|
149
|
+
one: 'דקה אחת'
|
150
|
+
other: '%{count} דקות'
|
151
|
+
about_x_hours:
|
152
|
+
one: 'בערך שעה אחת'
|
153
|
+
other: 'בערך %{count} שעות'
|
154
|
+
x_days:
|
155
|
+
one: 'יום אחד'
|
156
|
+
other: '%{count} ימים'
|
157
|
+
about_x_months:
|
158
|
+
one: 'בערך חודש אחד'
|
159
|
+
other: 'בערך %{count} חודשים'
|
160
|
+
x_months:
|
161
|
+
one: 'חודש אחד'
|
162
|
+
other: '%{count} חודשים'
|
163
|
+
about_x_years:
|
164
|
+
one: 'בערך שנה אחת'
|
165
|
+
other: 'בערך %{count} שנים'
|
166
|
+
over_x_years:
|
167
|
+
one: 'מעל שנה אחת'
|
168
|
+
other: 'מעל %{count} שנים'
|
169
|
+
almost_x_years:
|
170
|
+
one: "כמעט שנה"
|
171
|
+
other: "כמעט %{count} שנים"
|
172
|
+
prompts:
|
173
|
+
year: "שנה"
|
174
|
+
month: "חודש"
|
175
|
+
day: "יום"
|
176
|
+
hour: "שעה"
|
177
|
+
minute: "דקה"
|
178
|
+
second: "שניות"
|
179
|
+
|
180
|
+
helpers:
|
181
|
+
select:
|
182
|
+
prompt: "נא לבחור"
|
183
|
+
|
184
|
+
submit:
|
185
|
+
create: '%{model} יצירת'
|
186
|
+
update: '%{model} עדכון'
|
187
|
+
submit: '%{model} שמור'
|
188
|
+
|
189
|
+
errors:
|
190
|
+
format: "%{attribute} %{message}"
|
191
|
+
|
192
|
+
messages: &errors_messages
|
193
|
+
inclusion: "לא נכלל ברשימה"
|
194
|
+
exclusion: "לא זמין"
|
195
|
+
invalid: "לא ולידי"
|
196
|
+
confirmation: "לא תואם לאישורו"
|
197
|
+
accepted: "חייב באישור"
|
198
|
+
empty: "חייב להכלל"
|
199
|
+
blank: "חייב להכלל"
|
200
|
+
too_long: "יותר מדי ארוך (לא יותר מ- %{count} תוים)"
|
201
|
+
too_short: "יותר מדי קצר (לא יותר מ- %{count} תוים)"
|
202
|
+
wrong_length: "לא באורך הנכון (חייב להיות %{count} תוים)"
|
203
|
+
not_a_number: "הוא לא מספר"
|
204
|
+
not_an_integer: "must be an integer"
|
205
|
+
greater_than: "חייב להיות גדול מ- %{count}"
|
206
|
+
greater_than_or_equal_to: "חייב להיות גדול או שווה ל- %{count}"
|
207
|
+
equal_to: "חייב להיות שווה ל- %{count}"
|
208
|
+
less_than: "חייב להיות קטן מ- %{count}"
|
209
|
+
less_than_or_equal_to: "חייב להיות קטן או שווה ל- %{count}"
|
210
|
+
odd: "חייב להיות אי זוגי"
|
211
|
+
even: "חייב להיות זוגי"
|
212
|
+
|
213
|
+
activerecord:
|
214
|
+
errors:
|
215
|
+
template:
|
216
|
+
header:
|
217
|
+
one: "לא ניתן לשמור %{model}: שגיאה אחת"
|
218
|
+
other: "לא ניתן לשמור %{model}: %{count} שגיאות."
|
219
|
+
body: "אנא בדוק את השדות הבאים:"
|
220
|
+
|
221
|
+
messages:
|
222
|
+
taken: "לא זמין"
|
223
|
+
record_invalid: "אימות נכשל: %{errors}"
|
224
|
+
<<: *errors_messages
|
225
|
+
|
226
|
+
full_messages:
|
227
|
+
format: "%{attribute} %{message}"
|