rails-i18n 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/MIT-LICENSE.txt +21 -0
- data/README.md +118 -0
- data/lib/rails-i18n.rb +4 -0
- data/rails/locale/ar.yml +226 -0
- data/rails/locale/bg.yml +322 -0
- data/rails/locale/bn-IN.yml +223 -0
- data/rails/locale/bs.yml +157 -0
- data/rails/locale/ca.yml +253 -0
- data/rails/locale/cs.rb +229 -0
- data/rails/locale/cy.yml +221 -0
- data/rails/locale/da.yml +235 -0
- data/rails/locale/de-AT.yml +194 -0
- data/rails/locale/de-CH.yml +194 -0
- data/rails/locale/de.yml +233 -0
- data/rails/locale/dsb.yml +225 -0
- data/rails/locale/el.yml +173 -0
- data/rails/locale/en-AU.yml +220 -0
- data/rails/locale/en-GB.yml +220 -0
- data/rails/locale/en-US.yml +222 -0
- data/rails/locale/eo.yml +222 -0
- data/rails/locale/es-AR.yml +219 -0
- data/rails/locale/es-CL.yml +224 -0
- data/rails/locale/es-CO.yml +220 -0
- data/rails/locale/es-MX.yml +227 -0
- data/rails/locale/es-PE.yml +170 -0
- data/rails/locale/es.yml +225 -0
- data/rails/locale/et.yml +260 -0
- data/rails/locale/eu.yml +224 -0
- data/rails/locale/fa.yml +222 -0
- data/rails/locale/fi.yml +225 -0
- data/rails/locale/fr-CA.yml +227 -0
- data/rails/locale/fr-CH.yml +224 -0
- data/rails/locale/fr.yml +222 -0
- data/rails/locale/fur.yml +184 -0
- data/rails/locale/gl-ES.yml +236 -0
- data/rails/locale/gsw-CH.yml +222 -0
- data/rails/locale/he.yml +227 -0
- data/rails/locale/hi-IN.yml +221 -0
- data/rails/locale/hi.yml +221 -0
- data/rails/locale/hr.yml +159 -0
- data/rails/locale/hsb.yml +233 -0
- data/rails/locale/hu.yml +215 -0
- data/rails/locale/id.yml +187 -0
- data/rails/locale/is.yml +230 -0
- data/rails/locale/it.yml +235 -0
- data/rails/locale/ja.yml +228 -0
- data/rails/locale/kn.yml +222 -0
- data/rails/locale/ko.yml +228 -0
- data/rails/locale/lo.yml +244 -0
- data/rails/locale/lt.yml +184 -0
- data/rails/locale/lv.yml +221 -0
- data/rails/locale/mk.yml +158 -0
- data/rails/locale/mn.yml +199 -0
- data/rails/locale/nb.yml +220 -0
- data/rails/locale/nl.yml +226 -0
- data/rails/locale/nn.yml +139 -0
- data/rails/locale/pl.yml +234 -0
- data/rails/locale/pt-BR.yml +239 -0
- data/rails/locale/pt-PT.yml +230 -0
- data/rails/locale/rm.yml +177 -0
- data/rails/locale/ro.yml +211 -0
- data/rails/locale/ru.yml +376 -0
- data/rails/locale/sk.yml +236 -0
- data/rails/locale/sl.yml +233 -0
- data/rails/locale/sr-Latn.yml +159 -0
- data/rails/locale/sr.yml +159 -0
- data/rails/locale/sv-SE.yml +273 -0
- data/rails/locale/sw.yml +222 -0
- data/rails/locale/th.rb +199 -0
- data/rails/locale/tr.yml +181 -0
- data/rails/locale/uk.yml +351 -0
- data/rails/locale/vi.yml +241 -0
- data/rails/locale/zh-CN.yml +250 -0
- data/rails/locale/zh-TW.yml +250 -0
- metadata +153 -0
data/rails/locale/he.yml
ADDED
@@ -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}"
|
@@ -0,0 +1,221 @@
|
|
1
|
+
# Hindi (India) translations for Rails
|
2
|
+
# by Aditya Sanghi (aditya.sanghi@risingsuntech.net)
|
3
|
+
|
4
|
+
hi-IN:
|
5
|
+
date:
|
6
|
+
formats:
|
7
|
+
default: "%d-%m-%Y"
|
8
|
+
short: "%b %d"
|
9
|
+
long: "%B %d, %Y"
|
10
|
+
|
11
|
+
day_names:
|
12
|
+
- रविवार
|
13
|
+
- सोमवार
|
14
|
+
- मंगलवार
|
15
|
+
- बुधवार
|
16
|
+
- गुरुवार
|
17
|
+
- शुक्रवार
|
18
|
+
- शनिवार
|
19
|
+
abbr_day_names:
|
20
|
+
- रवि
|
21
|
+
- सोम
|
22
|
+
- मंगल
|
23
|
+
- बुध
|
24
|
+
- गुरु
|
25
|
+
- शुक्र
|
26
|
+
- शनि
|
27
|
+
|
28
|
+
month_names:
|
29
|
+
- ~
|
30
|
+
- जनवरी
|
31
|
+
- फरवरी
|
32
|
+
- मार्च
|
33
|
+
- अप्रैल
|
34
|
+
- मई
|
35
|
+
- जून
|
36
|
+
- जुलाई
|
37
|
+
- अगस्त
|
38
|
+
- सितंबर
|
39
|
+
- अक्टूबर
|
40
|
+
- नवंबर
|
41
|
+
- दिसंबर
|
42
|
+
abbr_month_names:
|
43
|
+
- ~
|
44
|
+
- Jan
|
45
|
+
- Feb
|
46
|
+
- Mar
|
47
|
+
- Apr
|
48
|
+
- May
|
49
|
+
- Jun
|
50
|
+
- Jul
|
51
|
+
- Aug
|
52
|
+
- Sep
|
53
|
+
- Oct
|
54
|
+
- Nov
|
55
|
+
- Dec
|
56
|
+
order:
|
57
|
+
- :day
|
58
|
+
- :month
|
59
|
+
- :year
|
60
|
+
|
61
|
+
time:
|
62
|
+
formats:
|
63
|
+
default: "%a, %d %b %Y %H:%M:%S %z"
|
64
|
+
short: "%d %b %H:%M"
|
65
|
+
long: "%B %d, %Y %H:%M"
|
66
|
+
am: "am"
|
67
|
+
pm: "pm"
|
68
|
+
|
69
|
+
support:
|
70
|
+
array:
|
71
|
+
words_connector: ", "
|
72
|
+
two_words_connector: " और "
|
73
|
+
last_word_connector: ", और "
|
74
|
+
|
75
|
+
select:
|
76
|
+
prompt: "कृपया चुनें"
|
77
|
+
|
78
|
+
number:
|
79
|
+
format:
|
80
|
+
separator: "."
|
81
|
+
delimiter: ","
|
82
|
+
precision: 3
|
83
|
+
significant: false
|
84
|
+
strip_insignificant_zeros: false
|
85
|
+
|
86
|
+
currency:
|
87
|
+
format:
|
88
|
+
format: "%u%n"
|
89
|
+
unit: "$"
|
90
|
+
separator: "."
|
91
|
+
delimiter: ","
|
92
|
+
precision: 2
|
93
|
+
significant: false
|
94
|
+
strip_insignificant_zeros: false
|
95
|
+
|
96
|
+
percentage:
|
97
|
+
format:
|
98
|
+
delimiter: ""
|
99
|
+
|
100
|
+
precision:
|
101
|
+
format:
|
102
|
+
delimiter: ""
|
103
|
+
|
104
|
+
human:
|
105
|
+
format:
|
106
|
+
delimiter: ""
|
107
|
+
precision: 3
|
108
|
+
significant: true
|
109
|
+
strip_insignificant_zeros: true
|
110
|
+
storage_units:
|
111
|
+
format: "%n %u"
|
112
|
+
units:
|
113
|
+
byte:
|
114
|
+
one: "Byte"
|
115
|
+
other: "Bytes"
|
116
|
+
kb: "KB"
|
117
|
+
mb: "MB"
|
118
|
+
gb: "GB"
|
119
|
+
tb: "TB"
|
120
|
+
decimal_units:
|
121
|
+
format: "%n %u"
|
122
|
+
units:
|
123
|
+
unit: ""
|
124
|
+
thousand: "हज़ार"
|
125
|
+
million: "मिल्लिओंन"
|
126
|
+
billion: "अरब"
|
127
|
+
trillion: "खरब"
|
128
|
+
quadrillion: "करोड़ शंख"
|
129
|
+
|
130
|
+
datetime:
|
131
|
+
distance_in_words:
|
132
|
+
half_a_minute: "एक आधा मिनट"
|
133
|
+
less_than_x_seconds:
|
134
|
+
one: "एक सेकंड से कम"
|
135
|
+
other: "%{count} सेकंड से कम"
|
136
|
+
x_seconds:
|
137
|
+
one: "एक सेकंड"
|
138
|
+
other: "%{count} सेकंड"
|
139
|
+
less_than_x_minutes:
|
140
|
+
one: "एक मिनट से कम"
|
141
|
+
other: "%{count} मिनट से कम"
|
142
|
+
x_minutes:
|
143
|
+
one: "एक मिनट"
|
144
|
+
other: "%{count} मिनट"
|
145
|
+
about_x_hours:
|
146
|
+
one: "लग - भग एक घंटा"
|
147
|
+
other: "लग - भग %{count} घंटा"
|
148
|
+
x_days:
|
149
|
+
one: "एक दिन"
|
150
|
+
other: "%{count} दिन"
|
151
|
+
about_x_months:
|
152
|
+
one: "लग - भग 1 महीना"
|
153
|
+
other: "लग - भग %{count} महीना"
|
154
|
+
x_months:
|
155
|
+
one: "एक महीना"
|
156
|
+
other: "%{count} महीना"
|
157
|
+
about_x_years:
|
158
|
+
one: "लग - भग 1 साल"
|
159
|
+
other: "लग - भग %{count} साल"
|
160
|
+
over_x_years:
|
161
|
+
one: "एक साल के ऊपर"
|
162
|
+
other: "%{count} साल के ऊपर"
|
163
|
+
almost_x_years:
|
164
|
+
one: "लग - भग एक साल"
|
165
|
+
other: "लग - भग %{count} साल"
|
166
|
+
prompts:
|
167
|
+
year: "वर्ष"
|
168
|
+
month: "माह"
|
169
|
+
day: "दिन"
|
170
|
+
hour: "घंटा"
|
171
|
+
minute: "क्षण"
|
172
|
+
second: "सेकंड"
|
173
|
+
|
174
|
+
helpers:
|
175
|
+
select:
|
176
|
+
prompt: "कृपया चुनें"
|
177
|
+
|
178
|
+
submit:
|
179
|
+
create: 'बनाएँ %{model}'
|
180
|
+
update: 'अद्यतन %{model}'
|
181
|
+
submit: 'सहेजें %{model}'
|
182
|
+
|
183
|
+
errors:
|
184
|
+
format: "%{attribute} %{message}"
|
185
|
+
|
186
|
+
messages: &errors_messages
|
187
|
+
inclusion: "सूची में शामिल नहीं है"
|
188
|
+
exclusion: "आरक्षित है"
|
189
|
+
invalid: "अवैध है"
|
190
|
+
confirmation: "पुष्टिकरण मेल नहीं खाता"
|
191
|
+
accepted: "होना स्वीकार किया जाना आवश्यक"
|
192
|
+
empty: "खाली नहीं किया जा सकता"
|
193
|
+
blank: "खाली नहीं किया जा सकता"
|
194
|
+
too_long: "बहुत लंबा है (अधिकतम %{count} अक्षरों है)"
|
195
|
+
too_short: "बहुत छोटा है (न्यूनतम %{count} अक्षरों है)"
|
196
|
+
wrong_length: "गलत लंबाई है (%{count} वर्ण वाले होने चाहिए)"
|
197
|
+
not_a_number: "कोई संख्या नहीं है"
|
198
|
+
not_an_integer: "एक पूर्णांक होना चाहिए"
|
199
|
+
greater_than: "%{count} से अधिक होना चाहिए"
|
200
|
+
greater_than_or_equal_to: "%{count} से बड़ा या बराबर होना आवश्यक है"
|
201
|
+
equal_to: "%{count} के लिए बराबर होना चाहिए"
|
202
|
+
less_than: "%{count} से कम होना चाहिए"
|
203
|
+
less_than_or_equal_to: "%{count} से कम या बराबर होना आवश्यक है"
|
204
|
+
odd: "विषम होना चाहिए"
|
205
|
+
even: "सम होना चाहिए"
|
206
|
+
|
207
|
+
activerecord:
|
208
|
+
errors:
|
209
|
+
template:
|
210
|
+
header:
|
211
|
+
one: "एक त्रुटि सहेजे जाने से इस %{model} को निषिद्ध"
|
212
|
+
other: "%{count} त्रुटियों को सहेजे जाने से इस %{model} निषिद्ध"
|
213
|
+
body: "वहाँ निम्नलिखित क्षेत्रों के साथ समस्याओं रहे थे:"
|
214
|
+
|
215
|
+
messages:
|
216
|
+
taken: "पहले ही ले लिया गया है"
|
217
|
+
record_invalid: "सत्यापन विफल: %{errors}"
|
218
|
+
<<: *errors_messages
|
219
|
+
|
220
|
+
full_messages:
|
221
|
+
format: "%{attribute} %{message}"
|
data/rails/locale/hi.yml
ADDED
@@ -0,0 +1,221 @@
|
|
1
|
+
# Hindi (hi) translations for Rails
|
2
|
+
# by Rajesh Ranjan (rajesh672@gmail.com)
|
3
|
+
|
4
|
+
hi:
|
5
|
+
date:
|
6
|
+
formats:
|
7
|
+
default: "%d-%m-%Y"
|
8
|
+
short: "%b %d"
|
9
|
+
long: "%B %d, %Y"
|
10
|
+
|
11
|
+
day_names:
|
12
|
+
- रविवार
|
13
|
+
- सोमवार
|
14
|
+
- मंगलवार
|
15
|
+
- बुधवार
|
16
|
+
- गुरुवार
|
17
|
+
- शुक्रवार
|
18
|
+
- शनिवार
|
19
|
+
abbr_day_names:
|
20
|
+
- रवि
|
21
|
+
- सोम
|
22
|
+
- मंगल
|
23
|
+
- बुध
|
24
|
+
- गुरु
|
25
|
+
- शुक्र
|
26
|
+
- शनि
|
27
|
+
|
28
|
+
month_names:
|
29
|
+
- ~
|
30
|
+
- जनवरी
|
31
|
+
- फरवरी
|
32
|
+
- मार्च
|
33
|
+
- अप्रैल
|
34
|
+
- मई
|
35
|
+
- जून
|
36
|
+
- जुलाई
|
37
|
+
- अगस्त
|
38
|
+
- सितंबर
|
39
|
+
- अक्टूबर
|
40
|
+
- नवंबर
|
41
|
+
- दिसंबर
|
42
|
+
abbr_month_names:
|
43
|
+
- ~
|
44
|
+
- जन
|
45
|
+
- फर
|
46
|
+
- मार्च
|
47
|
+
- अप्रै
|
48
|
+
- मई
|
49
|
+
- जून
|
50
|
+
- जुला
|
51
|
+
- अग
|
52
|
+
- सितं
|
53
|
+
- अक्टू
|
54
|
+
- नवं
|
55
|
+
- दिस
|
56
|
+
order:
|
57
|
+
- :day
|
58
|
+
- :month
|
59
|
+
- :year
|
60
|
+
|
61
|
+
time:
|
62
|
+
formats:
|
63
|
+
default: "%a, %d %b %Y %H:%M:%S %z"
|
64
|
+
short: "%d %b %H:%M"
|
65
|
+
long: "%B %d, %Y %H:%M"
|
66
|
+
am: "पूर्वाह्न"
|
67
|
+
pm: "अपराह्न"
|
68
|
+
|
69
|
+
support:
|
70
|
+
array:
|
71
|
+
words_connector: ", "
|
72
|
+
two_words_connector: " और "
|
73
|
+
last_word_connector: ", और "
|
74
|
+
|
75
|
+
select:
|
76
|
+
prompt: "कृपया चुनें"
|
77
|
+
|
78
|
+
number:
|
79
|
+
format:
|
80
|
+
separator: "."
|
81
|
+
delimiter: ","
|
82
|
+
precision: 3
|
83
|
+
significant: false
|
84
|
+
strip_insignificant_zeros: false
|
85
|
+
|
86
|
+
currency:
|
87
|
+
format:
|
88
|
+
format: "%u%n"
|
89
|
+
unit: "$"
|
90
|
+
separator: "."
|
91
|
+
delimiter: ","
|
92
|
+
precision: 2
|
93
|
+
significant: false
|
94
|
+
strip_insignificant_zeros: false
|
95
|
+
|
96
|
+
percentage:
|
97
|
+
format:
|
98
|
+
delimiter: ""
|
99
|
+
|
100
|
+
precision:
|
101
|
+
format:
|
102
|
+
delimiter: ""
|
103
|
+
|
104
|
+
human:
|
105
|
+
format:
|
106
|
+
delimiter: ""
|
107
|
+
precision: 3
|
108
|
+
significant: true
|
109
|
+
strip_insignificant_zeros: true
|
110
|
+
storage_units:
|
111
|
+
format: "%n %u"
|
112
|
+
units:
|
113
|
+
byte:
|
114
|
+
one: "Byte"
|
115
|
+
other: "Bytes"
|
116
|
+
kb: "KB"
|
117
|
+
mb: "MB"
|
118
|
+
gb: "GB"
|
119
|
+
tb: "TB"
|
120
|
+
decimal_units:
|
121
|
+
format: "%n %u"
|
122
|
+
units:
|
123
|
+
unit: ""
|
124
|
+
thousand: "हज़ार"
|
125
|
+
million: "दस करोड़"
|
126
|
+
billion: "अरब"
|
127
|
+
trillion: "खरब"
|
128
|
+
quadrillion: "करोड़ शंख"
|
129
|
+
|
130
|
+
datetime:
|
131
|
+
distance_in_words:
|
132
|
+
half_a_minute: "एक आधा मिनट"
|
133
|
+
less_than_x_seconds:
|
134
|
+
one: "एक सेकेंड से कम"
|
135
|
+
other: "%{count} सेकेंड से कम"
|
136
|
+
x_seconds:
|
137
|
+
one: "एक सेकेंड"
|
138
|
+
other: "%{count} सेकेंड"
|
139
|
+
less_than_x_minutes:
|
140
|
+
one: "एक मिनट से कम"
|
141
|
+
other: "%{count} मिनट से कम"
|
142
|
+
x_minutes:
|
143
|
+
one: "एक मिनट"
|
144
|
+
other: "%{count} मिनट"
|
145
|
+
about_x_hours:
|
146
|
+
one: "लगभग एक घंटा"
|
147
|
+
other: "लगभग %{count} घंटा"
|
148
|
+
x_days:
|
149
|
+
one: "एक दिन"
|
150
|
+
other: "%{count} दिन"
|
151
|
+
about_x_months:
|
152
|
+
one: "लगभग 1 महीना"
|
153
|
+
other: "लगभग %{count} महीना"
|
154
|
+
x_months:
|
155
|
+
one: "एक महीना"
|
156
|
+
other: "%{count} महीना"
|
157
|
+
about_x_years:
|
158
|
+
one: "लगभग 1 साल"
|
159
|
+
other: "लगभग %{count} साल"
|
160
|
+
over_x_years:
|
161
|
+
one: "एक साल के ऊपर"
|
162
|
+
other: "%{count} साल से अधिक"
|
163
|
+
almost_x_years:
|
164
|
+
one: "लगभग एक साल"
|
165
|
+
other: "लगभग %{count} साल"
|
166
|
+
prompts:
|
167
|
+
year: "वर्ष"
|
168
|
+
month: "माह"
|
169
|
+
day: "दिन"
|
170
|
+
hour: "घंटा"
|
171
|
+
minute: "मिनट"
|
172
|
+
second: "सेकेंड"
|
173
|
+
|
174
|
+
helpers:
|
175
|
+
select:
|
176
|
+
prompt: "कृपया चुनें"
|
177
|
+
|
178
|
+
submit:
|
179
|
+
create: '%{model} बनाएँ'
|
180
|
+
update: '%{model} अद्यतन'
|
181
|
+
submit: '%{model} सौंपें'
|
182
|
+
|
183
|
+
errors:
|
184
|
+
format: "%{attribute} %{message}"
|
185
|
+
|
186
|
+
messages: &errors_messages
|
187
|
+
inclusion: "सूची में शामिल नहीं है"
|
188
|
+
exclusion: "आरक्षित है"
|
189
|
+
invalid: "अवैध है"
|
190
|
+
confirmation: "पुष्टिकरण मेल नहीं खाता"
|
191
|
+
accepted: "स्वीकार किया जाना जरूरी"
|
192
|
+
empty: "रिक्त नहीं रह सकता है"
|
193
|
+
blank: "खाली नहीं रह सकता है"
|
194
|
+
too_long: "अत्यधिक लंबा है (अधिकतम %{count} वर्ण हैं)"
|
195
|
+
too_short: "अत्यधिक छोटा है (न्यूनतम %{count} वर्ण हैं)"
|
196
|
+
wrong_length: "गलत लंबाई है (%{count} वर्ण युक्त होना चाहिए)"
|
197
|
+
not_a_number: "कोई संख्या नहीं है"
|
198
|
+
not_an_integer: "एक पूर्णांक होना चाहिए"
|
199
|
+
greater_than: "%{count} से अधिक होना चाहिए"
|
200
|
+
greater_than_or_equal_to: "%{count} से बड़ा या बराबर होना आवश्यक है"
|
201
|
+
equal_to: "%{count} के लिए बराबर होना चाहिए"
|
202
|
+
less_than: "%{count} से कम होना चाहिए"
|
203
|
+
less_than_or_equal_to: "%{count} से कम या बराबर होना आवश्यक है"
|
204
|
+
odd: "विसम होना चाहिए"
|
205
|
+
even: "सम होना चाहिए"
|
206
|
+
|
207
|
+
activerecord:
|
208
|
+
errors:
|
209
|
+
template:
|
210
|
+
header:
|
211
|
+
one: "इस %{model} को सहेजे जाना एक त्रुटि के कारण नहीं हुआ"
|
212
|
+
other: "इस %{model} को सहेजे जाना %{count} त्रुटि के कारण नहीं हुआ"
|
213
|
+
body: "निम्नलिखित क्षेत्रों के साथ समस्या थी:"
|
214
|
+
|
215
|
+
messages:
|
216
|
+
taken: "पहले ही ले लिया गया है"
|
217
|
+
record_invalid: "सत्यापन विफल: %{errors}"
|
218
|
+
<<: *errors_messages
|
219
|
+
|
220
|
+
full_messages:
|
221
|
+
format: "%{attribute} %{message}"
|