alula 0.4.24 → 0.4.25
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/lib/alula/config.rb +11 -5
- data/lib/alula/content.rb +0 -1
- data/lib/alula/context.rb +1 -1
- data/lib/alula/generators/feedjson.rb +60 -0
- data/lib/alula/version.rb +1 -1
- data/locales/en.yml +19 -0
- data/locales/fi.yml +19 -0
- data/locales/l10n/ar.yml +199 -0
- data/locales/l10n/az.yml +199 -0
- data/locales/l10n/bg.yml +199 -0
- data/locales/l10n/bn-IN.yml +182 -0
- data/locales/l10n/bs.yml +242 -0
- data/locales/l10n/ca.yml +199 -0
- data/locales/l10n/cs.yml +198 -0
- data/locales/l10n/csb.yml +210 -0
- data/locales/l10n/cy.yml +199 -0
- data/locales/l10n/da.yml +199 -0
- data/locales/l10n/de-AT.yml +203 -0
- data/locales/l10n/de-CH.yml +203 -0
- data/locales/l10n/de.yml +203 -0
- data/locales/l10n/dsb.yml +215 -0
- data/locales/l10n/el.yml +199 -0
- data/locales/l10n/en-AU.yml +205 -0
- data/locales/l10n/en-CA.yml +214 -0
- data/locales/l10n/en-GB.yml +205 -0
- data/locales/l10n/en-IN.yml +205 -0
- data/locales/l10n/en-US.yml +205 -0
- data/locales/l10n/en.yml +205 -0
- data/locales/l10n/eo.yml +201 -0
- data/locales/l10n/es-AR.yml +205 -0
- data/locales/l10n/es-CL.yml +199 -0
- data/locales/l10n/es-CO.yml +205 -0
- data/locales/l10n/es-MX.yml +205 -0
- data/locales/l10n/es-PE.yml +181 -0
- data/locales/l10n/es-VE.yml +205 -0
- data/locales/l10n/es.yml +199 -0
- data/locales/l10n/et.yml +199 -0
- data/locales/l10n/eu.yml +199 -0
- data/locales/l10n/fa.yml +199 -0
- data/locales/l10n/fi.yml +199 -0
- data/locales/l10n/fr-CA.yml +207 -0
- data/locales/l10n/fr-CH.yml +207 -0
- data/locales/l10n/fr.yml +222 -0
- data/locales/l10n/fur.yml +199 -0
- data/locales/l10n/gl-ES.yml +178 -0
- data/locales/l10n/gsw-CH.yml +199 -0
- data/locales/l10n/he.yml +201 -0
- data/locales/l10n/hi-IN.yml +199 -0
- data/locales/l10n/hi.yml +199 -0
- data/locales/l10n/hr.yml +237 -0
- data/locales/l10n/hsb.yml +214 -0
- data/locales/l10n/hu.yml +199 -0
- data/locales/l10n/id.yml +200 -0
- data/locales/l10n/is.yml +213 -0
- data/locales/l10n/it.yml +205 -0
- data/locales/l10n/ja.yml +197 -0
- data/locales/l10n/kn.yml +199 -0
- data/locales/l10n/ko.yml +197 -0
- data/locales/l10n/lo.yml +186 -0
- data/locales/l10n/lt.yml +182 -0
- data/locales/l10n/lv.yml +215 -0
- data/locales/l10n/mk.yml +170 -0
- data/locales/l10n/mn.yml +205 -0
- data/locales/l10n/nb.yml +207 -0
- data/locales/l10n/nl.yml +199 -0
- data/locales/l10n/nn.yml +160 -0
- data/locales/l10n/pl.yml +221 -0
- data/locales/l10n/pt-BR.yml +207 -0
- data/locales/l10n/pt-PT.yml +207 -0
- data/locales/l10n/quotes.yml +24 -0
- data/locales/l10n/rm.yml +182 -0
- data/locales/l10n/ro.yml +199 -0
- data/locales/l10n/ru.yml +257 -0
- data/locales/l10n/sk.yml +213 -0
- data/locales/l10n/sl.yml +210 -0
- data/locales/l10n/sr-Latn.yml +170 -0
- data/locales/l10n/sr.yml +170 -0
- data/locales/l10n/sv-SE.yml +199 -0
- data/locales/l10n/sw.yml +197 -0
- data/locales/l10n/th.yml +173 -0
- data/locales/l10n/tl.yml +229 -0
- data/locales/l10n/tr.yml +199 -0
- data/locales/l10n/uk.yml +257 -0
- data/locales/l10n/vi.yml +201 -0
- data/locales/l10n/wo.yml +205 -0
- data/locales/l10n/zh-CN.yml +199 -0
- data/locales/l10n/zh-TW.yml +199 -0
- data/template/Gemfile.erb +15 -0
- data/template/README +16 -0
- data/template/config.yml.erb +42 -0
- data/vendor/assets/images/cookieconsent.cookie-consent-logo.png +0 -0
- data/vendor/assets/images/cookieconsent.cross.png +0 -0
- data/vendor/assets/images/cookieconsent.globe.png +0 -0
- data/vendor/assets/images/cookieconsent.modal-close.png +0 -0
- data/vendor/assets/images/cookieconsent.silktide-logo.png +0 -0
- data/vendor/assets/images/favicon.png +0 -0
- data/vendor/assets/images/grey.gif +0 -0
- data/vendor/assets/javascripts/cookieconsent.js.coffee.erb +15 -0
- data/vendor/assets/javascripts/jquery.alula.js.coffee +16 -0
- data/vendor/assets/javascripts/jquery.js +9227 -0
- data/vendor/assets/javascripts/jquery.lazyload.js +210 -0
- data/vendor/assets/javascripts/lazyload.js.coffee +15 -0
- data/vendor/assets/javascripts/silktide.cookieconsent.js +1515 -0
- data/vendor/assets/stylesheets/cookieconsent.css.erb +1587 -0
- data/vendor/layouts/feed.json.jbuilder +14 -0
- data/vendor/layouts/feed.xml.builder +19 -0
- data/vendor/layouts/sitemap.xml.builder +10 -0
- data/vendor/static/favicon.ico +0 -0
- data/vendor/views/feed_post.html.haml +1 -0
- metadata +123 -3
|
@@ -0,0 +1,199 @@
|
|
|
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
|
data/locales/l10n/he.yml
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
he:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- א
|
|
5
|
+
- ב
|
|
6
|
+
- ג
|
|
7
|
+
- ד
|
|
8
|
+
- ה
|
|
9
|
+
- ו
|
|
10
|
+
- ש
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- יאנ
|
|
14
|
+
- פבר
|
|
15
|
+
- מרץ
|
|
16
|
+
- אפר
|
|
17
|
+
- מאי
|
|
18
|
+
- יונ
|
|
19
|
+
- יול
|
|
20
|
+
- אוג
|
|
21
|
+
- ספט
|
|
22
|
+
- אוק
|
|
23
|
+
- נוב
|
|
24
|
+
- דצמ
|
|
25
|
+
day_names:
|
|
26
|
+
- ראשון
|
|
27
|
+
- שני
|
|
28
|
+
- שלישי
|
|
29
|
+
- רביעי
|
|
30
|
+
- חמישי
|
|
31
|
+
- שישי
|
|
32
|
+
- שבת
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d-%m-%Y'
|
|
35
|
+
long: ! '%e ב%B, %Y'
|
|
36
|
+
short: ! '%e %b'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- ינואר
|
|
40
|
+
- פברואר
|
|
41
|
+
- מרץ
|
|
42
|
+
- אפריל
|
|
43
|
+
- מאי
|
|
44
|
+
- יוני
|
|
45
|
+
- יולי
|
|
46
|
+
- אוגוסט
|
|
47
|
+
- ספטמבר
|
|
48
|
+
- אוקטובר
|
|
49
|
+
- נובמבר
|
|
50
|
+
- דצמבר
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: בערך שעה אחת
|
|
59
|
+
other: בערך %{count} שעות
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: בערך חודש אחד
|
|
62
|
+
other: בערך %{count} חודשים
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: בערך שנה אחת
|
|
65
|
+
other: בערך %{count} שנים
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: כמעט שנה
|
|
68
|
+
other: כמעט %{count} שנים
|
|
69
|
+
half_a_minute: חצי דקה
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: פחות מדקה אחת
|
|
72
|
+
other: פחות מ- %{count} דקות
|
|
73
|
+
zero: פחות מדקה אחת
|
|
74
|
+
less_than_x_seconds:
|
|
75
|
+
one: פחות משניה אחת
|
|
76
|
+
other: פחות מ- %{count} שניות
|
|
77
|
+
zero: פחות משניה אחת
|
|
78
|
+
over_x_years:
|
|
79
|
+
one: מעל שנה אחת
|
|
80
|
+
other: מעל %{count} שנים
|
|
81
|
+
x_days:
|
|
82
|
+
one: יום אחד
|
|
83
|
+
other: ! '%{count} ימים'
|
|
84
|
+
x_minutes:
|
|
85
|
+
one: דקה אחת
|
|
86
|
+
other: ! '%{count} דקות'
|
|
87
|
+
x_months:
|
|
88
|
+
one: חודש אחד
|
|
89
|
+
other: ! '%{count} חודשים'
|
|
90
|
+
x_seconds:
|
|
91
|
+
one: שניה אחת
|
|
92
|
+
other: ! '%{count} שניות'
|
|
93
|
+
prompts:
|
|
94
|
+
day: יום
|
|
95
|
+
hour: שעה
|
|
96
|
+
minute: דקה
|
|
97
|
+
month: חודש
|
|
98
|
+
second: שניות
|
|
99
|
+
year: שנה
|
|
100
|
+
errors: &errors
|
|
101
|
+
format: ! '%{attribute} %{message}'
|
|
102
|
+
messages:
|
|
103
|
+
accepted: חייב באישור
|
|
104
|
+
blank: לא יכול להיות ריק
|
|
105
|
+
confirmation: לא תואם לאישורו
|
|
106
|
+
empty: לא יכול להיות ריק
|
|
107
|
+
equal_to: חייב להיות שווה ל- %{count}
|
|
108
|
+
even: חייב להיות זוגי
|
|
109
|
+
exclusion: לא זמין
|
|
110
|
+
greater_than: חייב להיות גדול מ- %{count}
|
|
111
|
+
greater_than_or_equal_to: חייב להיות גדול או שווה ל- %{count}
|
|
112
|
+
inclusion: לא נכלל ברשימה
|
|
113
|
+
invalid: לא תקין
|
|
114
|
+
less_than: חייב להיות קטן מ- %{count}
|
|
115
|
+
less_than_or_equal_to: חייב להיות קטן או שווה ל- %{count}
|
|
116
|
+
not_a_number: חייב להיות מספר
|
|
117
|
+
not_an_integer: חייב להיות מספר שלם
|
|
118
|
+
odd: חייב להיות אי זוגי
|
|
119
|
+
record_invalid: ! 'האימות נכשל: %{errors}'
|
|
120
|
+
taken: כבר בשימוש
|
|
121
|
+
too_long: יותר מדי ארוך (לא יותר מ- %{count} תוים)
|
|
122
|
+
too_short: יותר מדי קצר (לא יותר מ- %{count} תוים)
|
|
123
|
+
wrong_length: לא באורך הנכון (חייב להיות %{count} תוים)
|
|
124
|
+
template:
|
|
125
|
+
body: ! 'אנא בדוק את השדות הבאים:'
|
|
126
|
+
header:
|
|
127
|
+
one: ! 'לא ניתן לשמור את ה%{model}: שגיאה אחת'
|
|
128
|
+
other: ! 'לא ניתן לשמור את ה%{model}: %{count} שגיאות.'
|
|
129
|
+
helpers:
|
|
130
|
+
select:
|
|
131
|
+
prompt: נא לבחור
|
|
132
|
+
submit:
|
|
133
|
+
create: ! '%{model} יצירת'
|
|
134
|
+
submit: ! '%{model} שמור'
|
|
135
|
+
update: ! '%{model} עדכון'
|
|
136
|
+
number:
|
|
137
|
+
currency:
|
|
138
|
+
format:
|
|
139
|
+
delimiter: ! ','
|
|
140
|
+
format: ! '%u %n'
|
|
141
|
+
precision: 2
|
|
142
|
+
separator: .
|
|
143
|
+
significant: false
|
|
144
|
+
strip_insignificant_zeros: false
|
|
145
|
+
unit: ₪
|
|
146
|
+
format:
|
|
147
|
+
delimiter: ! ','
|
|
148
|
+
precision: 3
|
|
149
|
+
separator: .
|
|
150
|
+
significant: false
|
|
151
|
+
strip_insignificant_zeros: false
|
|
152
|
+
human:
|
|
153
|
+
decimal_units:
|
|
154
|
+
format: ! '%n %u'
|
|
155
|
+
units:
|
|
156
|
+
billion: מיליארד
|
|
157
|
+
million: מיליון
|
|
158
|
+
quadrillion: קודריליון
|
|
159
|
+
thousand: אלף
|
|
160
|
+
trillion: טריליון
|
|
161
|
+
unit: ''
|
|
162
|
+
format:
|
|
163
|
+
delimiter: ''
|
|
164
|
+
precision: 3
|
|
165
|
+
significant: true
|
|
166
|
+
strip_insignificant_zeros: true
|
|
167
|
+
storage_units:
|
|
168
|
+
format: ! '%n %u'
|
|
169
|
+
units:
|
|
170
|
+
byte:
|
|
171
|
+
one: בייט
|
|
172
|
+
other: בתים
|
|
173
|
+
gb: ג'יגה-בייט
|
|
174
|
+
kb: קילו-בייט
|
|
175
|
+
mb: מגה-בייט
|
|
176
|
+
tb: טרה-בייט
|
|
177
|
+
percentage:
|
|
178
|
+
format:
|
|
179
|
+
delimiter: ''
|
|
180
|
+
precision:
|
|
181
|
+
format:
|
|
182
|
+
delimiter: ''
|
|
183
|
+
support:
|
|
184
|
+
array:
|
|
185
|
+
last_word_connector: ! ', את '
|
|
186
|
+
two_words_connector: ! ' את '
|
|
187
|
+
words_connector: ! ', '
|
|
188
|
+
time:
|
|
189
|
+
am: am
|
|
190
|
+
formats:
|
|
191
|
+
default: ! '%a %d %b %H:%M:%S %Z %Y'
|
|
192
|
+
long: ! '%d ב%B, %Y %H:%M'
|
|
193
|
+
short: ! '%d %b %H:%M'
|
|
194
|
+
pm: pm
|
|
195
|
+
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
|
|
196
|
+
activemodel:
|
|
197
|
+
errors:
|
|
198
|
+
<<: *errors
|
|
199
|
+
activerecord:
|
|
200
|
+
errors:
|
|
201
|
+
<<: *errors
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
hi-IN:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names:
|
|
4
|
+
- रवि
|
|
5
|
+
- सोम
|
|
6
|
+
- मंगल
|
|
7
|
+
- बुध
|
|
8
|
+
- गुरु
|
|
9
|
+
- शुक्र
|
|
10
|
+
- शनि
|
|
11
|
+
abbr_month_names:
|
|
12
|
+
-
|
|
13
|
+
- Jan
|
|
14
|
+
- Feb
|
|
15
|
+
- Mar
|
|
16
|
+
- Apr
|
|
17
|
+
- May
|
|
18
|
+
- Jun
|
|
19
|
+
- Jul
|
|
20
|
+
- Aug
|
|
21
|
+
- Sep
|
|
22
|
+
- Oct
|
|
23
|
+
- Nov
|
|
24
|
+
- Dec
|
|
25
|
+
day_names:
|
|
26
|
+
- रविवार
|
|
27
|
+
- सोमवार
|
|
28
|
+
- मंगलवार
|
|
29
|
+
- बुधवार
|
|
30
|
+
- गुरुवार
|
|
31
|
+
- शुक्रवार
|
|
32
|
+
- शनिवार
|
|
33
|
+
formats:
|
|
34
|
+
default: ! '%d-%m-%Y'
|
|
35
|
+
long: ! '%B %d, %Y'
|
|
36
|
+
short: ! '%b %d'
|
|
37
|
+
month_names:
|
|
38
|
+
-
|
|
39
|
+
- जनवरी
|
|
40
|
+
- फरवरी
|
|
41
|
+
- मार्च
|
|
42
|
+
- अप्रैल
|
|
43
|
+
- मई
|
|
44
|
+
- जून
|
|
45
|
+
- जुलाई
|
|
46
|
+
- अगस्त
|
|
47
|
+
- सितंबर
|
|
48
|
+
- अक्टूबर
|
|
49
|
+
- नवंबर
|
|
50
|
+
- दिसंबर
|
|
51
|
+
order:
|
|
52
|
+
- :day
|
|
53
|
+
- :month
|
|
54
|
+
- :year
|
|
55
|
+
datetime:
|
|
56
|
+
distance_in_words:
|
|
57
|
+
about_x_hours:
|
|
58
|
+
one: लग - भग एक घंटा
|
|
59
|
+
other: लग - भग %{count} घंटा
|
|
60
|
+
about_x_months:
|
|
61
|
+
one: लग - भग 1 महीना
|
|
62
|
+
other: लग - भग %{count} महीना
|
|
63
|
+
about_x_years:
|
|
64
|
+
one: लग - भग 1 साल
|
|
65
|
+
other: लग - भग %{count} साल
|
|
66
|
+
almost_x_years:
|
|
67
|
+
one: लग - भग एक साल
|
|
68
|
+
other: लग - भग %{count} साल
|
|
69
|
+
half_a_minute: एक आधा मिनट
|
|
70
|
+
less_than_x_minutes:
|
|
71
|
+
one: एक मिनट से कम
|
|
72
|
+
other: ! '%{count} मिनट से कम'
|
|
73
|
+
less_than_x_seconds:
|
|
74
|
+
one: एक सेकंड से कम
|
|
75
|
+
other: ! '%{count} सेकंड से कम'
|
|
76
|
+
over_x_years:
|
|
77
|
+
one: एक साल के ऊपर
|
|
78
|
+
other: ! '%{count} साल के ऊपर'
|
|
79
|
+
x_days:
|
|
80
|
+
one: एक दिन
|
|
81
|
+
other: ! '%{count} दिन'
|
|
82
|
+
x_minutes:
|
|
83
|
+
one: एक मिनट
|
|
84
|
+
other: ! '%{count} मिनट'
|
|
85
|
+
x_months:
|
|
86
|
+
one: एक महीना
|
|
87
|
+
other: ! '%{count} महीना'
|
|
88
|
+
x_seconds:
|
|
89
|
+
one: एक सेकंड
|
|
90
|
+
other: ! '%{count} सेकंड'
|
|
91
|
+
prompts:
|
|
92
|
+
day: दिन
|
|
93
|
+
hour: घंटा
|
|
94
|
+
minute: क्षण
|
|
95
|
+
month: माह
|
|
96
|
+
second: सेकंड
|
|
97
|
+
year: वर्ष
|
|
98
|
+
errors: &errors
|
|
99
|
+
format: ! '%{attribute} %{message}'
|
|
100
|
+
messages:
|
|
101
|
+
accepted: होना स्वीकार किया जाना आवश्यक
|
|
102
|
+
blank: खाली नहीं किया जा सकता
|
|
103
|
+
confirmation: पुष्टिकरण मेल नहीं खाता
|
|
104
|
+
empty: खाली नहीं किया जा सकता
|
|
105
|
+
equal_to: ! '%{count} के लिए बराबर होना चाहिए'
|
|
106
|
+
even: सम होना चाहिए
|
|
107
|
+
exclusion: आरक्षित है
|
|
108
|
+
greater_than: ! '%{count} से अधिक होना चाहिए'
|
|
109
|
+
greater_than_or_equal_to: ! '%{count} से बड़ा या बराबर होना आवश्यक है'
|
|
110
|
+
inclusion: सूची में शामिल नहीं है
|
|
111
|
+
invalid: अवैध है
|
|
112
|
+
less_than: ! '%{count} से कम होना चाहिए'
|
|
113
|
+
less_than_or_equal_to: ! '%{count} से कम या बराबर होना आवश्यक है'
|
|
114
|
+
not_a_number: कोई संख्या नहीं है
|
|
115
|
+
not_an_integer: एक पूर्णांक होना चाहिए
|
|
116
|
+
odd: विषम होना चाहिए
|
|
117
|
+
record_invalid: ! 'सत्यापन विफल: %{errors}'
|
|
118
|
+
taken: पहले ही ले लिया गया है
|
|
119
|
+
too_long: बहुत लंबा है (अधिकतम %{count} अक्षरों है)
|
|
120
|
+
too_short: बहुत छोटा है (न्यूनतम %{count} अक्षरों है)
|
|
121
|
+
wrong_length: गलत लंबाई है (%{count} वर्ण वाले होने चाहिए)
|
|
122
|
+
template:
|
|
123
|
+
body: ! 'वहाँ निम्नलिखित क्षेत्रों के साथ समस्याओं रहे थे:'
|
|
124
|
+
header:
|
|
125
|
+
one: एक त्रुटि सहेजे जाने से इस %{model} को निषिद्ध
|
|
126
|
+
other: ! '%{count} त्रुटियों को सहेजे जाने से इस %{model} निषिद्ध'
|
|
127
|
+
helpers:
|
|
128
|
+
select:
|
|
129
|
+
prompt: कृपया चुनें
|
|
130
|
+
submit:
|
|
131
|
+
create: बनाएँ %{model}
|
|
132
|
+
submit: सहेजें %{model}
|
|
133
|
+
update: अद्यतन %{model}
|
|
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: ₹
|
|
144
|
+
format:
|
|
145
|
+
delimiter: ! ','
|
|
146
|
+
precision: 3
|
|
147
|
+
separator: .
|
|
148
|
+
significant: false
|
|
149
|
+
strip_insignificant_zeros: false
|
|
150
|
+
human:
|
|
151
|
+
decimal_units:
|
|
152
|
+
format: ! '%n %u'
|
|
153
|
+
units:
|
|
154
|
+
billion: अरब
|
|
155
|
+
million: मिल्लिओंन
|
|
156
|
+
quadrillion: करोड़ शंख
|
|
157
|
+
thousand: हज़ार
|
|
158
|
+
trillion: खरब
|
|
159
|
+
unit: ''
|
|
160
|
+
format:
|
|
161
|
+
delimiter: ''
|
|
162
|
+
precision: 3
|
|
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: ! ', और '
|
|
184
|
+
two_words_connector: ! ' और '
|
|
185
|
+
words_connector: ! ', '
|
|
186
|
+
time:
|
|
187
|
+
am: am
|
|
188
|
+
formats:
|
|
189
|
+
default: ! '%a, %d %b %Y %H:%M:%S %z'
|
|
190
|
+
long: ! '%B %d, %Y %H:%M'
|
|
191
|
+
short: ! '%d %b %H:%M'
|
|
192
|
+
pm: pm
|
|
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
|