social_stream 1.1.11 → 1.1.12
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 +4 -4
- data/base/app/assets/images/flags/de.png +0 -0
- data/base/app/assets/images/flags/fr.png +0 -0
- data/base/app/assets/images/flags/hu.png +0 -0
- data/base/app/assets/images/flags/nl.png +0 -0
- data/base/config/locales/de.yml +552 -0
- data/base/config/locales/fr.yml +550 -0
- data/base/config/locales/hu.yml +551 -0
- data/base/config/locales/nl.yml +551 -0
- data/base/config/locales/rails.de.yml +203 -0
- data/base/config/locales/rails.fr.yml +222 -0
- data/base/config/locales/rails.hu.yml +199 -0
- data/base/config/locales/rails.nl.yml +199 -0
- data/base/lib/social_stream/base/version.rb +1 -1
- data/documents/config/locales/de.yml +78 -0
- data/documents/config/locales/fr.yml +78 -0
- data/documents/config/locales/hu.yml +77 -0
- data/documents/config/locales/nl.yml +78 -0
- data/documents/lib/social_stream/documents/version.rb +1 -1
- data/documents/social_stream-documents.gemspec +1 -1
- data/lib/social_stream/version.rb +1 -1
- data/linkser/config/locales/de.yml +14 -0
- data/linkser/config/locales/fr.yml +14 -0
- data/linkser/config/locales/hu.yml +14 -0
- data/linkser/config/locales/nl.yml +14 -0
- data/linkser/lib/social_stream/linkser/version.rb +1 -1
- data/linkser/social_stream-linkser.gemspec +1 -1
- data/social_stream.gemspec +3 -3
- metadata +28 -8
@@ -0,0 +1,203 @@
|
|
1
|
+
de:
|
2
|
+
date:
|
3
|
+
abbr_day_names:
|
4
|
+
- So
|
5
|
+
- Mo
|
6
|
+
- Di
|
7
|
+
- Mi
|
8
|
+
- Do
|
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
|
+
- Sonntag
|
27
|
+
- Montag
|
28
|
+
- Dienstag
|
29
|
+
- Mittwoch
|
30
|
+
- Donnerstag
|
31
|
+
- Freitag
|
32
|
+
- Samstag
|
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
|
+
- August
|
47
|
+
- September
|
48
|
+
- Oktober
|
49
|
+
- November
|
50
|
+
- Dezember
|
51
|
+
order:
|
52
|
+
- :day
|
53
|
+
- :month
|
54
|
+
- :year
|
55
|
+
datetime:
|
56
|
+
distance_in_words:
|
57
|
+
about_x_hours:
|
58
|
+
one: etwa eine Stunde
|
59
|
+
other: etwa %{count} Stunden
|
60
|
+
about_x_months:
|
61
|
+
one: etwa ein Monat
|
62
|
+
other: etwa %{count} Monate
|
63
|
+
about_x_years:
|
64
|
+
one: etwa ein Jahr
|
65
|
+
other: etwa %{count} Jahre
|
66
|
+
almost_x_years:
|
67
|
+
one: fast ein Jahr
|
68
|
+
other: fast %{count} Jahre
|
69
|
+
half_a_minute: eine halbe Minute
|
70
|
+
less_than_x_minutes:
|
71
|
+
one: weniger als eine Minute
|
72
|
+
other: weniger als %{count} Minuten
|
73
|
+
less_than_x_seconds:
|
74
|
+
one: weniger als eine Sekunde
|
75
|
+
other: weniger als %{count} Sekunden
|
76
|
+
over_x_years:
|
77
|
+
one: mehr als ein Jahr
|
78
|
+
other: mehr als %{count} Jahre
|
79
|
+
x_days:
|
80
|
+
one: ein Tag
|
81
|
+
other: ! '%{count} Tage'
|
82
|
+
x_minutes:
|
83
|
+
one: eine Minute
|
84
|
+
other: ! '%{count} Minuten'
|
85
|
+
x_months:
|
86
|
+
one: ein Monat
|
87
|
+
other: ! '%{count} Monate'
|
88
|
+
x_seconds:
|
89
|
+
one: eine Sekunde
|
90
|
+
other: ! '%{count} Sekunden'
|
91
|
+
prompts:
|
92
|
+
day: Tag
|
93
|
+
hour: Stunden
|
94
|
+
minute: Minuten
|
95
|
+
month: Monat
|
96
|
+
second: Sekunden
|
97
|
+
year: Jahr
|
98
|
+
errors: &errors
|
99
|
+
format: ! '%{attribute} %{message}'
|
100
|
+
messages:
|
101
|
+
accepted: muss akzeptiert werden
|
102
|
+
blank: muss ausgefüllt werden
|
103
|
+
confirmation: stimmt nicht mit der Bestätigung überein
|
104
|
+
empty: muss ausgefüllt werden
|
105
|
+
equal_to: muss genau %{count} sein
|
106
|
+
even: muss gerade sein
|
107
|
+
exclusion: ist nicht verfügbar
|
108
|
+
greater_than: muss größer als %{count} sein
|
109
|
+
greater_than_or_equal_to: muss größer oder gleich %{count} sein
|
110
|
+
inclusion: ist kein gültiger Wert
|
111
|
+
invalid: ist nicht gültig
|
112
|
+
less_than: muss kleiner als %{count} sein
|
113
|
+
less_than_or_equal_to: muss kleiner oder gleich %{count} sein
|
114
|
+
not_a_number: ist keine Zahl
|
115
|
+
not_an_integer: muss ganzzahlig sein
|
116
|
+
odd: muss ungerade sein
|
117
|
+
record_invalid: ! 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
118
|
+
taken: ist bereits vergeben
|
119
|
+
too_long: ist zu lang (nicht mehr als %{count} Zeichen)
|
120
|
+
too_short: ist zu kurz (nicht weniger als %{count} Zeichen)
|
121
|
+
wrong_length: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
122
|
+
template:
|
123
|
+
body: ! 'Bitte überprüfen Sie die folgenden Felder:'
|
124
|
+
header:
|
125
|
+
one: ! 'Konnte %{model} nicht speichern: ein Fehler.'
|
126
|
+
other: ! 'Konnte %{model} nicht speichern: %{count} Fehler.'
|
127
|
+
helpers:
|
128
|
+
select:
|
129
|
+
prompt: Bitte wählen
|
130
|
+
submit:
|
131
|
+
create: ! '%{model} erstellen'
|
132
|
+
submit: ! '%{model} speichern'
|
133
|
+
update: ! '%{model} aktualisieren'
|
134
|
+
number:
|
135
|
+
currency:
|
136
|
+
format:
|
137
|
+
delimiter: .
|
138
|
+
format: ! '%n %u'
|
139
|
+
precision: 2
|
140
|
+
separator: ! ','
|
141
|
+
significant: false
|
142
|
+
strip_insignificant_zeros: false
|
143
|
+
unit: €
|
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:
|
155
|
+
one: Milliarde
|
156
|
+
other: Milliarden
|
157
|
+
million: Millionen
|
158
|
+
quadrillion:
|
159
|
+
one: Billiarde
|
160
|
+
other: Billiarden
|
161
|
+
thousand: Tausend
|
162
|
+
trillion: Billionen
|
163
|
+
unit: ''
|
164
|
+
format:
|
165
|
+
delimiter: ''
|
166
|
+
precision: 1
|
167
|
+
significant: true
|
168
|
+
strip_insignificant_zeros: true
|
169
|
+
storage_units:
|
170
|
+
format: ! '%n %u'
|
171
|
+
units:
|
172
|
+
byte:
|
173
|
+
one: Byte
|
174
|
+
other: Bytes
|
175
|
+
gb: GB
|
176
|
+
kb: KB
|
177
|
+
mb: MB
|
178
|
+
tb: TB
|
179
|
+
percentage:
|
180
|
+
format:
|
181
|
+
delimiter: ''
|
182
|
+
precision:
|
183
|
+
format:
|
184
|
+
delimiter: ''
|
185
|
+
support:
|
186
|
+
array:
|
187
|
+
last_word_connector: ! ' und '
|
188
|
+
two_words_connector: ! ' und '
|
189
|
+
words_connector: ! ', '
|
190
|
+
time:
|
191
|
+
am: vormittags
|
192
|
+
formats:
|
193
|
+
default: ! '%A, %d. %B %Y, %H:%M Uhr'
|
194
|
+
long: ! '%A, %d. %B %Y, %H:%M Uhr'
|
195
|
+
short: ! '%d. %B, %H:%M Uhr'
|
196
|
+
pm: nachmittags
|
197
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
198
|
+
activemodel:
|
199
|
+
errors:
|
200
|
+
<<: *errors
|
201
|
+
activerecord:
|
202
|
+
errors:
|
203
|
+
<<: *errors
|
@@ -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
|
+
# Emended by Benjamin des Gachons and Patrick Chew : <http://www.fitima.org/docs/fiche.pdf>
|
8
|
+
|
9
|
+
fr:
|
10
|
+
date:
|
11
|
+
formats:
|
12
|
+
default: "%d/%m/%Y"
|
13
|
+
short: "%e %b"
|
14
|
+
long: "%e %B %Y"
|
15
|
+
day_names:
|
16
|
+
- dimanche
|
17
|
+
- lundi
|
18
|
+
- mardi
|
19
|
+
- mercredi
|
20
|
+
- jeudi
|
21
|
+
- vendredi
|
22
|
+
- samedi
|
23
|
+
abbr_day_names:
|
24
|
+
- dim
|
25
|
+
- lun
|
26
|
+
- mar
|
27
|
+
- mer
|
28
|
+
- jeu
|
29
|
+
- ven
|
30
|
+
- sam
|
31
|
+
month_names:
|
32
|
+
- ~
|
33
|
+
- janvier
|
34
|
+
- février
|
35
|
+
- mars
|
36
|
+
- avril
|
37
|
+
- mai
|
38
|
+
- juin
|
39
|
+
- juillet
|
40
|
+
- août
|
41
|
+
- septembre
|
42
|
+
- octobre
|
43
|
+
- novembre
|
44
|
+
- décembre
|
45
|
+
abbr_month_names:
|
46
|
+
- ~
|
47
|
+
- jan.
|
48
|
+
- fév.
|
49
|
+
- mar.
|
50
|
+
- avr.
|
51
|
+
- mai
|
52
|
+
- juin
|
53
|
+
- juil.
|
54
|
+
- août
|
55
|
+
- sept.
|
56
|
+
- oct.
|
57
|
+
- nov.
|
58
|
+
- déc.
|
59
|
+
order:
|
60
|
+
- :day
|
61
|
+
- :month
|
62
|
+
- :year
|
63
|
+
|
64
|
+
time:
|
65
|
+
formats:
|
66
|
+
default: "%d %B %Y %H:%M:%S"
|
67
|
+
short: "%d %b %H:%M"
|
68
|
+
long: "%A %d %B %Y %H:%M"
|
69
|
+
am: 'am'
|
70
|
+
pm: 'pm'
|
71
|
+
|
72
|
+
datetime:
|
73
|
+
distance_in_words:
|
74
|
+
half_a_minute: "une demi-minute"
|
75
|
+
less_than_x_seconds:
|
76
|
+
zero: "moins d'une seconde"
|
77
|
+
one: "moins d'une seconde"
|
78
|
+
other: "moins de %{count} secondes"
|
79
|
+
x_seconds:
|
80
|
+
one: "1 seconde"
|
81
|
+
other: "%{count} secondes"
|
82
|
+
less_than_x_minutes:
|
83
|
+
zero: "moins d'une minute"
|
84
|
+
one: "moins d'une minute"
|
85
|
+
other: "moins de %{count} minutes"
|
86
|
+
x_minutes:
|
87
|
+
one: "1 minute"
|
88
|
+
other: "%{count} minutes"
|
89
|
+
about_x_hours:
|
90
|
+
one: "environ une heure"
|
91
|
+
other: "environ %{count} heures"
|
92
|
+
x_days:
|
93
|
+
one: "1 jour"
|
94
|
+
other: "%{count} jours"
|
95
|
+
about_x_months:
|
96
|
+
one: "environ un mois"
|
97
|
+
other: "environ %{count} mois"
|
98
|
+
x_months:
|
99
|
+
one: "1 mois"
|
100
|
+
other: "%{count} mois"
|
101
|
+
about_x_years:
|
102
|
+
one: "environ un an"
|
103
|
+
other: "environ %{count} ans"
|
104
|
+
over_x_years:
|
105
|
+
one: "plus d'un an"
|
106
|
+
other: "plus de %{count} ans"
|
107
|
+
almost_x_years:
|
108
|
+
one: "presqu'un an"
|
109
|
+
other: "presque %{count} ans"
|
110
|
+
prompts:
|
111
|
+
year: "Année"
|
112
|
+
month: "Mois"
|
113
|
+
day: "Jour"
|
114
|
+
hour: "Heure"
|
115
|
+
minute: "Minute"
|
116
|
+
second: "Seconde"
|
117
|
+
|
118
|
+
number:
|
119
|
+
format:
|
120
|
+
separator: ","
|
121
|
+
delimiter: " "
|
122
|
+
precision: 3
|
123
|
+
significant: false
|
124
|
+
strip_insignificant_zeros: false
|
125
|
+
currency:
|
126
|
+
format:
|
127
|
+
format: "%n %u"
|
128
|
+
unit: "€"
|
129
|
+
separator: ","
|
130
|
+
delimiter: " "
|
131
|
+
precision: 2
|
132
|
+
significant: false
|
133
|
+
strip_insignificant_zeros: false
|
134
|
+
percentage:
|
135
|
+
format:
|
136
|
+
delimiter: ""
|
137
|
+
precision:
|
138
|
+
format:
|
139
|
+
delimiter: ""
|
140
|
+
human:
|
141
|
+
format:
|
142
|
+
delimiter: ""
|
143
|
+
precision: 2
|
144
|
+
significant: true
|
145
|
+
strip_insignificant_zeros: true
|
146
|
+
storage_units:
|
147
|
+
format: "%n %u"
|
148
|
+
units:
|
149
|
+
byte:
|
150
|
+
one: "octet"
|
151
|
+
other: "octets"
|
152
|
+
kb: "ko"
|
153
|
+
mb: "Mo"
|
154
|
+
gb: "Go"
|
155
|
+
tb: "To"
|
156
|
+
decimal_units:
|
157
|
+
format: "%n %u"
|
158
|
+
units:
|
159
|
+
unit: ""
|
160
|
+
thousand: "millier"
|
161
|
+
million: "million"
|
162
|
+
billion: "milliard"
|
163
|
+
trillion: "billion"
|
164
|
+
quadrillion: "million de milliards"
|
165
|
+
|
166
|
+
support:
|
167
|
+
array:
|
168
|
+
words_connector: ", "
|
169
|
+
two_words_connector: " et "
|
170
|
+
last_word_connector: " et "
|
171
|
+
|
172
|
+
helpers:
|
173
|
+
select:
|
174
|
+
prompt: "Veuillez sélectionner"
|
175
|
+
submit:
|
176
|
+
create: "Créer un(e) %{model}"
|
177
|
+
update: "Modifier ce(tte) %{model}"
|
178
|
+
submit: "Enregistrer ce(tte) %{model}"
|
179
|
+
|
180
|
+
errors: &errors
|
181
|
+
format: "%{attribute} %{message}"
|
182
|
+
messages: &errors_messages
|
183
|
+
inclusion: "n'est pas inclus(e) dans la liste"
|
184
|
+
exclusion: "n'est pas disponible"
|
185
|
+
invalid: "n'est pas valide"
|
186
|
+
confirmation: "ne concorde pas avec la confirmation"
|
187
|
+
accepted: "doit être accepté(e)"
|
188
|
+
empty: "doit être rempli(e)"
|
189
|
+
blank: "doit être rempli(e)"
|
190
|
+
too_long:
|
191
|
+
one: "est trop long (pas plus d'un caractère)"
|
192
|
+
other: "est trop long (pas plus de %{count} caractères)"
|
193
|
+
too_short:
|
194
|
+
one: "est trop court (au moins un caractère)"
|
195
|
+
other: "est trop court (au moins %{count} caractères)"
|
196
|
+
wrong_length:
|
197
|
+
one: "ne fait pas la bonne longueur (doit comporter un seul caractère)"
|
198
|
+
other: "ne fait pas la bonne longueur (doit comporter %{count} caractères)"
|
199
|
+
not_a_number: "n'est pas un nombre"
|
200
|
+
not_an_integer: "doit être un nombre entier"
|
201
|
+
greater_than: "doit être supérieur à %{count}"
|
202
|
+
greater_than_or_equal_to: "doit être supérieur ou égal à %{count}"
|
203
|
+
equal_to: "doit être égal à %{count}"
|
204
|
+
less_than: "doit être inférieur à %{count}"
|
205
|
+
less_than_or_equal_to: "doit être inférieur ou égal à %{count}"
|
206
|
+
odd: "doit être impair"
|
207
|
+
even: "doit être pair"
|
208
|
+
taken: "n'est pas disponible"
|
209
|
+
record_invalid: "La validation a échoué : %{errors}"
|
210
|
+
|
211
|
+
template: &errors_template
|
212
|
+
header:
|
213
|
+
one: "Impossible d'enregistrer ce(tte) %{model} : 1 erreur"
|
214
|
+
other: "Impossible d'enregistrer ce(tte) %{model} : %{count} erreurs"
|
215
|
+
body: "Veuillez vérifier les champs suivants : "
|
216
|
+
|
217
|
+
activemodel:
|
218
|
+
errors:
|
219
|
+
<<: *errors
|
220
|
+
activerecord:
|
221
|
+
errors:
|
222
|
+
<<: *errors
|
@@ -0,0 +1,199 @@
|
|
1
|
+
hu:
|
2
|
+
date:
|
3
|
+
abbr_day_names:
|
4
|
+
- v.
|
5
|
+
- h.
|
6
|
+
- k.
|
7
|
+
- sze.
|
8
|
+
- cs.
|
9
|
+
- p.
|
10
|
+
- szo.
|
11
|
+
abbr_month_names:
|
12
|
+
-
|
13
|
+
- jan.
|
14
|
+
- febr.
|
15
|
+
- márc.
|
16
|
+
- ápr.
|
17
|
+
- máj.
|
18
|
+
- jún.
|
19
|
+
- júl.
|
20
|
+
- aug.
|
21
|
+
- szept.
|
22
|
+
- okt.
|
23
|
+
- nov.
|
24
|
+
- dec.
|
25
|
+
day_names:
|
26
|
+
- vasárnap
|
27
|
+
- hétfő
|
28
|
+
- kedd
|
29
|
+
- szerda
|
30
|
+
- csütörtök
|
31
|
+
- péntek
|
32
|
+
- szombat
|
33
|
+
formats:
|
34
|
+
default: ! '%Y.%m.%d.'
|
35
|
+
long: ! '%Y. %B %e.'
|
36
|
+
short: ! '%b %e.'
|
37
|
+
month_names:
|
38
|
+
-
|
39
|
+
- január
|
40
|
+
- február
|
41
|
+
- március
|
42
|
+
- április
|
43
|
+
- május
|
44
|
+
- június
|
45
|
+
- július
|
46
|
+
- augusztus
|
47
|
+
- szeptember
|
48
|
+
- október
|
49
|
+
- november
|
50
|
+
- december
|
51
|
+
order:
|
52
|
+
- :year
|
53
|
+
- :month
|
54
|
+
- :day
|
55
|
+
datetime:
|
56
|
+
distance_in_words:
|
57
|
+
about_x_hours:
|
58
|
+
one: kb 1 óra
|
59
|
+
other: kb %{count} óra
|
60
|
+
about_x_months:
|
61
|
+
one: kb 1 hónap
|
62
|
+
other: kb %{count} hónap
|
63
|
+
about_x_years:
|
64
|
+
one: kb 1 év
|
65
|
+
other: kb %{count} év
|
66
|
+
almost_x_years:
|
67
|
+
one: majdnem 1 év
|
68
|
+
other: majdnem %{count} év
|
69
|
+
half_a_minute: fél perc
|
70
|
+
less_than_x_minutes:
|
71
|
+
one: kevesebb, mint 1 perc
|
72
|
+
other: kevesebb, mint %{count} perc
|
73
|
+
less_than_x_seconds:
|
74
|
+
one: kevesebb, mint 1 másodperc
|
75
|
+
other: kevesebb, mint %{count} másodperc
|
76
|
+
over_x_years:
|
77
|
+
one: több, mint 1 év
|
78
|
+
other: több, mint %{count} év
|
79
|
+
x_days:
|
80
|
+
one: 1 nap
|
81
|
+
other: ! '%{count} nap'
|
82
|
+
x_minutes:
|
83
|
+
one: 1 perc
|
84
|
+
other: ! '%{count} perc'
|
85
|
+
x_months:
|
86
|
+
one: 1 hónap
|
87
|
+
other: ! '%{count} hónap'
|
88
|
+
x_seconds:
|
89
|
+
one: 1 másodperc
|
90
|
+
other: ! '%{count} másodperc'
|
91
|
+
prompts:
|
92
|
+
day: Nap
|
93
|
+
hour: Óra
|
94
|
+
minute: Perc
|
95
|
+
month: Hónap
|
96
|
+
second: Másodperc
|
97
|
+
year: Év
|
98
|
+
errors: &errors
|
99
|
+
format: ! '%{attribute} %{message}'
|
100
|
+
messages:
|
101
|
+
accepted: nincs elfogadva
|
102
|
+
blank: nincs megadva
|
103
|
+
confirmation: nem egyezik
|
104
|
+
empty: nincs megadva
|
105
|
+
equal_to: pontosan %{count} kell legyen
|
106
|
+
even: páros kell legyen
|
107
|
+
exclusion: nem elérhető
|
108
|
+
greater_than: nagyobb kell legyen, mint %{count}
|
109
|
+
greater_than_or_equal_to: legalább %{count} kell legyen
|
110
|
+
inclusion: nincs a listában
|
111
|
+
invalid: nem megfelelő
|
112
|
+
less_than: kevesebb, mint %{count} kell legyen
|
113
|
+
less_than_or_equal_to: legfeljebb %{count} lehet
|
114
|
+
not_a_number: nem szám
|
115
|
+
not_an_integer: egész számnak kell lennie
|
116
|
+
odd: páratlan kell legyen
|
117
|
+
record_invalid: Sikertelen validálás %{errors}
|
118
|
+
taken: már foglalt
|
119
|
+
too_long: túl hosszú (nem lehet több %{count} karakternél)
|
120
|
+
too_short: túl rövid (legalább %{count} karakter kell legyen)
|
121
|
+
wrong_length: nem megfelelő hosszúságú (%{count} karakter szükséges)
|
122
|
+
template:
|
123
|
+
body: ! 'Problémás mezők:'
|
124
|
+
header:
|
125
|
+
one: ! '1 hiba miatt nem menthető a következő: %{model}'
|
126
|
+
other: ! '%{count} hiba miatt nem menthető a következő: %{model}'
|
127
|
+
helpers:
|
128
|
+
select:
|
129
|
+
prompt: Válasszon
|
130
|
+
submit:
|
131
|
+
create: Új %{model}
|
132
|
+
submit: ! '%{model} Mentése'
|
133
|
+
update: ! '%{model} Módosítása'
|
134
|
+
number:
|
135
|
+
currency:
|
136
|
+
format:
|
137
|
+
delimiter: ''
|
138
|
+
format: ! '%n %u'
|
139
|
+
precision: 0
|
140
|
+
separator: ! ','
|
141
|
+
significant: true
|
142
|
+
strip_insignificant_zeros: true
|
143
|
+
unit: Ft
|
144
|
+
format:
|
145
|
+
delimiter: ! ' '
|
146
|
+
precision: 2
|
147
|
+
separator: ! ','
|
148
|
+
significant: true
|
149
|
+
strip_insignificant_zeros: true
|
150
|
+
human:
|
151
|
+
decimal_units:
|
152
|
+
format: ! '%n %u'
|
153
|
+
units:
|
154
|
+
billion: Milliárd
|
155
|
+
million: Millió
|
156
|
+
quadrillion: Kvadrillió
|
157
|
+
thousand: Ezer
|
158
|
+
trillion: Trillió
|
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: bájt
|
170
|
+
other: bájt
|
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: ! ' és '
|
184
|
+
two_words_connector: ! ' és '
|
185
|
+
words_connector: ! ', '
|
186
|
+
time:
|
187
|
+
am: de.
|
188
|
+
formats:
|
189
|
+
default: ! '%Y. %b %e., %H:%M'
|
190
|
+
long: ! '%Y. %B %e., %A, %H:%M'
|
191
|
+
short: ! '%b %e., %H:%M'
|
192
|
+
pm: du.
|
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
|