twitter_cldr 3.1.2 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +3 -0
  3. data/README.md +1 -1
  4. data/lib/twitter_cldr/version.rb +1 -1
  5. data/resources/collation/tailoring/gu.yml +4 -0
  6. data/resources/collation/tailoring/kn.yml +4 -0
  7. data/resources/collation/tailoring/mr.yml +4 -0
  8. data/resources/collation/tries/gu.dump +0 -0
  9. data/resources/collation/tries/kn.dump +0 -0
  10. data/resources/collation/tries/mr.dump +0 -0
  11. data/resources/locales/gu/calendars.yml +303 -0
  12. data/resources/locales/gu/currencies.yml +638 -0
  13. data/resources/locales/gu/languages.yml +507 -0
  14. data/resources/locales/gu/layout.yml +5 -0
  15. data/resources/locales/gu/lists.yml +23 -0
  16. data/resources/locales/gu/numbers.yml +111 -0
  17. data/resources/locales/gu/plural_rules.yml +11 -0
  18. data/resources/locales/gu/plurals.yml +20 -0
  19. data/resources/locales/gu/rbnf.yml +4 -0
  20. data/resources/locales/gu/territories.yml +264 -0
  21. data/resources/locales/gu/units.yml +859 -0
  22. data/resources/locales/kn/calendars.yml +304 -0
  23. data/resources/locales/kn/currencies.yml +638 -0
  24. data/resources/locales/kn/languages.yml +492 -0
  25. data/resources/locales/kn/layout.yml +5 -0
  26. data/resources/locales/kn/lists.yml +23 -0
  27. data/resources/locales/kn/numbers.yml +111 -0
  28. data/resources/locales/kn/plural_rules.yml +7 -0
  29. data/resources/locales/kn/plurals.yml +14 -0
  30. data/resources/locales/kn/rbnf.yml +4 -0
  31. data/resources/locales/kn/territories.yml +264 -0
  32. data/resources/locales/kn/units.yml +859 -0
  33. data/resources/locales/mr/calendars.yml +304 -0
  34. data/resources/locales/mr/currencies.yml +638 -0
  35. data/resources/locales/mr/languages.yml +494 -0
  36. data/resources/locales/mr/layout.yml +5 -0
  37. data/resources/locales/mr/lists.yml +23 -0
  38. data/resources/locales/mr/numbers.yml +111 -0
  39. data/resources/locales/mr/plural_rules.yml +10 -0
  40. data/resources/locales/mr/plurals.yml +19 -0
  41. data/resources/locales/mr/rbnf.yml +4 -0
  42. data/resources/locales/mr/territories.yml +264 -0
  43. data/resources/locales/mr/units.yml +859 -0
  44. data/resources/unicode_data/blocks/gujarati.yml +16 -0
  45. data/resources/unicode_data/blocks/kannada.yml +16 -0
  46. data/spec/formatters/numbers/rbnf/locales/gu/rbnf_test.yml +1291 -0
  47. data/spec/formatters/numbers/rbnf/locales/kn/rbnf_test.yml +1291 -0
  48. data/spec/formatters/numbers/rbnf/locales/mr/rbnf_test.yml +1291 -0
  49. data/spec/localized/localized_datetime_spec.rb +1 -1
  50. metadata +45 -4
@@ -0,0 +1,5 @@
1
+ ---
2
+ :mr:
3
+ :layout:
4
+ :orientation:
5
+ :character_order: left-to-right
@@ -0,0 +1,23 @@
1
+ ---
2
+ :mr:
3
+ :lists:
4
+ :default:
5
+ 2: "{0} आणि {1}"
6
+ :end: "{0} आणि {1}"
7
+ :middle: "{0}, {1}"
8
+ :start: "{0}, {1}"
9
+ :unit:
10
+ 2: "{0} आणि {1}"
11
+ :end: "{0} आणि {1}"
12
+ :middle: "{0}, {1}"
13
+ :start: "{0}, {1}"
14
+ :unit-narrow:
15
+ 2: "{0} {1}"
16
+ :end: "{0} {1}"
17
+ :middle: "{0} {1}"
18
+ :start: "{0} {1}"
19
+ :unit-short:
20
+ 2: "{0}, {1}"
21
+ :end: "{0}, {1}"
22
+ :middle: "{0}, {1}"
23
+ :start: "{0}, {1}"
@@ -0,0 +1,111 @@
1
+ ---
2
+ :mr:
3
+ :numbers:
4
+ :formats:
5
+ :currency:
6
+ :number_system: deva
7
+ :patterns:
8
+ :default: "¤#,##0.00"
9
+ :unit:
10
+ :one: "{0} {1}"
11
+ :other: "{0} {1}"
12
+ :decimal:
13
+ :number_system: deva
14
+ :patterns:
15
+ :default: "#,##,##0.###"
16
+ :long:
17
+ 1000:
18
+ :one: "0 हजार"
19
+ :other: "0 हजार"
20
+ 10000:
21
+ :one: "00 हजार"
22
+ :other: "00 हजार"
23
+ 100000:
24
+ :one: "000 हजार"
25
+ :other: "000 हजार"
26
+ 1000000:
27
+ :one: "0 दशलक्ष"
28
+ :other: "0 दशलक्ष"
29
+ 10000000:
30
+ :one: "00 दशलक्ष"
31
+ :other: "00 दशलक्ष"
32
+ 100000000:
33
+ :one: "000 दशलक्ष"
34
+ :other: "000 दशलक्ष"
35
+ 1000000000:
36
+ :one: "0 महापद्म"
37
+ :other: "0 महापद्म"
38
+ 10000000000:
39
+ :one: "00 महापद्म"
40
+ :other: "00 महापद्म"
41
+ 100000000000:
42
+ :one: "000 महापद्म"
43
+ :other: "000 महापद्म"
44
+ 1000000000000:
45
+ :one: "0 खरब"
46
+ :other: "0 खरब"
47
+ 10000000000000:
48
+ :one: "00 खरब"
49
+ :other: "00 खरब"
50
+ 100000000000000:
51
+ :one: "000 खरब"
52
+ :other: "000 खरब"
53
+ :short:
54
+ 1000:
55
+ :one: 0 ह
56
+ :other: 0 ह
57
+ 10000:
58
+ :one: 00 ह
59
+ :other: 00 ह
60
+ 100000:
61
+ :one: 0 लाख
62
+ :other: 0 लाख
63
+ 1000000:
64
+ :one: 00 लाख
65
+ :other: 00 लाख
66
+ 10000000:
67
+ :one: 0 कोटी
68
+ :other: 0 कोटी
69
+ 100000000:
70
+ :one: 00 कोटी
71
+ :other: 00 कोटी
72
+ 1000000000:
73
+ :one: 0 अब्ज
74
+ :other: 0 अब्ज
75
+ 10000000000:
76
+ :one: 00 अब्ज
77
+ :other: 00 अब्ज
78
+ 100000000000:
79
+ :one: 0 खर्व
80
+ :other: 0 खर्व
81
+ 1000000000000:
82
+ :one: 00 खर्व
83
+ :other: 00 खर्व
84
+ 10000000000000:
85
+ :one: 0 पद्म
86
+ :other: 0 पद्म
87
+ 100000000000000:
88
+ :one: 00 पद्म
89
+ :other: 00 पद्म
90
+ :percent:
91
+ :number_system: deva
92
+ :patterns:
93
+ :default: "#,##0%"
94
+ :scientific:
95
+ :number_system: deva
96
+ :patterns:
97
+ :default: "[#E0]"
98
+ :symbols:
99
+ :alias: ""
100
+ :decimal: "."
101
+ :exponential: E
102
+ :group: ","
103
+ :infinity: ∞
104
+ :list: ;
105
+ :minus_sign: "-"
106
+ :nan: NaN
107
+ :per_mille: ‰
108
+ :percent_sign: "%"
109
+ :plus_sign: +
110
+ :superscripting_exponent: ×
111
+ :time_separator: ":"
@@ -0,0 +1,10 @@
1
+ ---
2
+ :mr:
3
+ :cardinal:
4
+ :one: "i = 0 or n = 1 @integer 0, 1 @decimal 0.0~1.0, 0.00~0.04"
5
+ :other: " @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 1.1~2.6, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :few: "n = 4 @integer 4"
8
+ :one: "n = 1 @integer 1"
9
+ :other: " @integer 0, 5~19, 100, 1000, 10000, 100000, 1000000, …"
10
+ :two: "n = 2,3 @integer 2, 3"
@@ -0,0 +1,19 @@
1
+ ---
2
+ :mr:
3
+ :cardinal:
4
+ :rule: ! 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v =
5
+ runtime.v(num); w = runtime.w(num); f = runtime.f(num); t = runtime.t(num);
6
+ ((i == 0 || n == 1) ? :one : :other) }'
7
+ :names:
8
+ - :one
9
+ - :other
10
+ :ordinal:
11
+ :rule: ! 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v =
12
+ runtime.v(num); w = runtime.w(num); f = runtime.f(num); t = runtime.t(num);
13
+ (n == 4 ? :few : (n == 1 ? :one : (((n == 2) || (n == 3)) ? :two : :other)))
14
+ }'
15
+ :names:
16
+ - :few
17
+ - :one
18
+ - :two
19
+ - :other
@@ -0,0 +1,4 @@
1
+ ---
2
+ :mr:
3
+ :rbnf:
4
+ :grouping: {}
@@ -0,0 +1,264 @@
1
+ ---
2
+ :mr:
3
+ :territories:
4
+ :ac: "अ‍ॅसेन्शियन बेट"
5
+ :ad: अँडोरा
6
+ :ae: "संयुक्त अरब अमीरात"
7
+ :af: अफगाणिस्तान
8
+ :ag: "अँटिग्वा आणि बर्बुडा"
9
+ :ai: अँग्विला
10
+ :al: अल्बानिया
11
+ :am: अर्मेनिया
12
+ :an: "नेदरलँड्‍स अँ‍टिल्स"
13
+ :ao: अंगोला
14
+ :aq: अंटार्क्टिका
15
+ :ar: अर्जेंटिना
16
+ :as: "अमेरिकन सामोआ"
17
+ :at: ऑस्ट्रिया
18
+ :au: ऑस्ट्रेलिया
19
+ :aw: अरुबा
20
+ :ax: "अ‍ॅलँड बेटे"
21
+ :az: अझरबैजान
22
+ :ba: "बोस्निया अणि हर्जेगोविना"
23
+ :bb: बार्बाडोस
24
+ :bd: बांगलादेश
25
+ :be: बेल्जियम
26
+ :bf: "बुर्किना फासो"
27
+ :bg: बल्गेरिया
28
+ :bh: बहारीन
29
+ :bi: बुरुंडी
30
+ :bj: बेनिन
31
+ :bl: "सेंट बार्थेलेमी"
32
+ :bm: बर्मुडा
33
+ :bn: ब्रुनेई
34
+ :bo: बोलिव्हिया
35
+ :bq: "कॅरिबियन नेदरलँड्स"
36
+ :br: ब्राझिल
37
+ :bs: बहामाज
38
+ :bt: भूतान
39
+ :bv: "बोउवेट बेट"
40
+ :bw: बोट्सवाना
41
+ :by: बेलारूस
42
+ :bz: बलिझ
43
+ :ca: कॅनडा
44
+ :cc: "कोकोस (कीलिंग) बेटे"
45
+ :cd: "काँगो (ङीआरसी)"
46
+ :cf: "केंद्रीय अफ्रिकी प्रजासत्ताक"
47
+ :cg: "काँगो (प्रजासत्ताक)"
48
+ :ch: स्वित्झर्लंड
49
+ :ci: "आयव्हरी कोस्ट"
50
+ :ck: "कुक बेटे"
51
+ :cl: चिली
52
+ :cm: कॅमेरून
53
+ :cn: चीन
54
+ :co: कोलम्बिया
55
+ :cp: "क्लिपरटोन बेट"
56
+ :cr: "कोस्टा रिका"
57
+ :cu: क्यूबा
58
+ :cv: "केप व्हर्डे"
59
+ :cw: कुरॅको
60
+ :cx: "ख्रिसमस बेट"
61
+ :cy: सायप्रस
62
+ :cz: "झेक प्रजासत्ताक"
63
+ :de: जर्मनी
64
+ :dg: "दिएगो गार्सिया"
65
+ :dj: जिबौटी
66
+ :dk: डेन्मार्क
67
+ :dm: डोमिनिका
68
+ :do: "डोमिनिकन प्रजासत्ताक"
69
+ :dz: अल्जीरिया
70
+ :ea: "स्यूटा आणि मेलिला"
71
+ :ec: इक्वाडोर
72
+ :ee: एस्टोनिया
73
+ :eg: इजिप्त
74
+ :eh: "पश्चिम सहारा"
75
+ :er: एरिट्रिया
76
+ :es: स्पेन
77
+ :et: इथिओपिया
78
+ :eu: "युरोपीय संघ"
79
+ :fi: फिनलंड
80
+ :fj: फिजी
81
+ :fk: "फॉकलंड बेटे (इस्लास मालविनास)"
82
+ :fm: मायक्रोनेशिया
83
+ :fo: "फेरो बेटे"
84
+ :fr: फ्रान्स
85
+ :ga: गॅबॉन
86
+ :gb: यू.के.
87
+ :gd: ग्रेनेडा
88
+ :ge: जॉर्जिया
89
+ :gf: "फ्रेंच गयाना"
90
+ :gg: ग्वेर्नसे
91
+ :gh: घाना
92
+ :gi: जिब्राल्टर
93
+ :gl: ग्रीनलंड
94
+ :gm: गाम्बिया
95
+ :gn: गिनी
96
+ :gp: ग्वाडेलोउपे
97
+ :gq: "इक्वेटोरियल गिनी"
98
+ :gr: ग्रीस
99
+ :gs: "दक्षिण जॉर्जिया आणि दक्षिण सँडविच बेटे"
100
+ :gt: ग्वाटेमाला
101
+ :gu: गुआम
102
+ :gw: गिनी-बिसाउ
103
+ :gy: गयाना
104
+ :hk: हाँगकाँग
105
+ :hm: "हर्ड आणि मॅक्डोनाल्ड बेटे"
106
+ :hn: होंडुरास
107
+ :hr: क्रोएशिया
108
+ :ht: हैती
109
+ :hu: हंगेरी
110
+ :ic: "कॅनरी बेटे"
111
+ :id: इंडोनेशिया
112
+ :ie: आयर्लंड
113
+ :il: इस्त्राइल
114
+ :im: "इस्ले ऑफ मॅन"
115
+ :in: भारत
116
+ :io: "ब्रिटिश हिंदी महासागर क्षेत्र"
117
+ :iq: इराक
118
+ :ir: ईराण
119
+ :is: आइसलँड
120
+ :it: इटली
121
+ :je: जर्सी
122
+ :jm: जमैका
123
+ :jo: जॉर्डन
124
+ :jp: जपान
125
+ :ke: केनिया
126
+ :kg: किरगिझस्तान
127
+ :kh: कंबोडिया
128
+ :ki: किरीबाटी
129
+ :km: कोमोरोज
130
+ :kn: "सेंट किट्स आणि नेव्हिस"
131
+ :kp: "उत्तर कोरिया"
132
+ :kr: "दक्षिण कोरिया"
133
+ :kw: कुवेत
134
+ :ky: "केमन बेटे"
135
+ :kz: कझाकस्तान
136
+ :la: लाओस
137
+ :lb: लेबनॉन
138
+ :lc: "सेंट ल्यूसिया"
139
+ :li: लिक्टेनस्टाइन
140
+ :lk: श्रीलंका
141
+ :lr: लायबेरिया
142
+ :ls: लेसोथो
143
+ :lt: लिथुआनिया
144
+ :lu: लक्झेंबर्ग
145
+ :lv: लात्विया
146
+ :ly: लिबिया
147
+ :ma: मोरोक्को
148
+ :mc: मोनॅको
149
+ :md: मोल्डोव्हा
150
+ :me: मोंटेनेग्रो
151
+ :mf: "सेंट मार्टिन"
152
+ :mg: मादागास्कर
153
+ :mh: "मार्शल बेटे"
154
+ :mk: "मॅसेडोनिया (FYROM)"
155
+ :ml: माली
156
+ :mm: "म्यानमार (बर्मा)"
157
+ :mn: मंगोलिया
158
+ :mo: मकाओ
159
+ :mp: "उत्तरी मारियाना बेटे"
160
+ :mq: मार्टिनिक
161
+ :mr: मॉरिटानिया
162
+ :ms: मॉन्ट्सेराट
163
+ :mt: माल्टा
164
+ :mu: मॉरिशस
165
+ :mv: मालदीव
166
+ :mw: मलावी
167
+ :mx: मेक्सिको
168
+ :my: मलेशिया
169
+ :mz: मोझाम्बिक
170
+ :na: नामिबिया
171
+ :nc: "न्यू कॅलेडोनिया"
172
+ :ne: नाइजर
173
+ :nf: "नॉरफॉक बेट"
174
+ :ng: नायजेरिया
175
+ :ni: निकाराग्वा
176
+ :nl: नेदरलँड
177
+ ? !ruby/symbol "no"
178
+ : नॉर्वे
179
+ :np: नेपाळ
180
+ :nr: नऊरु
181
+ :nu: नीयू
182
+ :nz: न्यूझीलंड
183
+ :om: ओमान
184
+ :pa: पनामा
185
+ :pe: पेरू
186
+ :pf: "फ्रेंच पॉलिनेशिया"
187
+ :pg: "पापुआ न्यू गिनी"
188
+ :ph: फिलिपिन्स
189
+ :pk: पाकिस्तान
190
+ :pl: पोलंड
191
+ :pm: "सेंट पियरे आणि मिक्वेलोन"
192
+ :pn: "पिटकैर्न बेटे"
193
+ :pr: "प्युएर्तो रिको"
194
+ :ps: पॅलेस्टाईन
195
+ :pt: पोर्तुगाल
196
+ :pw: पलाऊ
197
+ :py: पराग्वे
198
+ :qa: कतार
199
+ :qo: "आउटलाईंग ओशनिया"
200
+ :re: रियुनियन
201
+ :ro: रोमानिया
202
+ :rs: सर्बिया
203
+ :ru: रशिया
204
+ :rw: रवांडा
205
+ :sa: "सौदी अरब"
206
+ :sb: "सोलोमन बेटे"
207
+ :sc: सेशेल्स
208
+ :sd: सुदान
209
+ :se: स्वीडन
210
+ :sg: सिंगापूर
211
+ :sh: "सेंट हेलेना"
212
+ :si: स्लोव्हेनिया
213
+ :sj: "स्वालबर्ड आणि जान मायेन"
214
+ :sk: स्लोव्हाकिया
215
+ :sl: "सिएरा लिओन"
216
+ :sm: "सॅन मरीनो"
217
+ :sn: सेनेगल
218
+ :so: सोमालिया
219
+ :sr: सुरिनाम
220
+ :ss: "दक्षिण सुदान"
221
+ :st: "साओ टोम आणि प्रिंसिपे"
222
+ :sv: "अल साल्वाडोर"
223
+ :sx: "सिंट मार्टेन"
224
+ :sy: सीरिया
225
+ :sz: स्वाझिलँड
226
+ :ta: "ट्रिस्टन दा कुन्हा"
227
+ :tc: "टर्क्स आणि कैकोस बेटे"
228
+ :td: चाड
229
+ :tf: "फ्रेंच दाक्षिणात्य प्रदेश"
230
+ :tg: टोगो
231
+ :th: थायलंड
232
+ :tj: ताजिकिस्तान
233
+ :tk: तोकेलाउ
234
+ :tl: "पूर्व तिमोर"
235
+ :tm: तुर्कमेनिस्तान
236
+ :tn: ट्यूनिशिया
237
+ :to: टोंगा
238
+ :tr: तुर्की
239
+ :tt: "त्रिनिदाद आणि टोबॅगो"
240
+ :tv: टुवालु
241
+ :tw: तैवान
242
+ :tz: टांझानिया
243
+ :ua: युक्रेन
244
+ :ug: युगांडा
245
+ :um: "यू.एस. आउटलाइंग बेटे"
246
+ :us: यू.एस.
247
+ :uy: उरुग्वे
248
+ :uz: उझबेकिस्तान
249
+ :va: "व्हॅटिकन सिटी"
250
+ :vc: "सेंट व्हिन्सेंट आणि ग्रेनडाइन्स"
251
+ :ve: व्हेनेझुएला
252
+ :vg: "ब्रिटिश व्हर्जिन बेटे"
253
+ :vi: "यू.एस. व्हर्जिन बेटे"
254
+ :vn: व्हिएतनाम
255
+ :vu: वानौटु
256
+ :wf: "वालिस आणि फ्यूचूना"
257
+ :ws: सामोआ
258
+ :xk: कोसोव्हो
259
+ :ye: येमेन
260
+ :yt: मायोट्टे
261
+ :za: "दक्षिण आफ्रिका"
262
+ :zm: झाम्बिया
263
+ :zw: झिम्बाब्वे
264
+ :zz: "अज्ञात प्रदेश"
@@ -0,0 +1,859 @@
1
+ ---
2
+ :mr:
3
+ :units:
4
+ :durationUnit:
5
+ :hm: "h:mm"
6
+ :hms: "h:mm:ss"
7
+ :ms: "m:ss"
8
+ :unitLength:
9
+ :long:
10
+ :acceleration-g-force:
11
+ :one: "{0} जी-फोर्स"
12
+ :other: "{0} जी-फोर्स"
13
+ :acceleration-meter-per-second-squared:
14
+ :one: "{0} मीटर प्रति सेकंद चौरस"
15
+ :other: "{0} मीटर प्रति सेकंद चौरस"
16
+ :angle-arc-minute:
17
+ :one: "{0} आर्कमिनिट"
18
+ :other: "{0} आर्कमिनिटे"
19
+ :angle-arc-second:
20
+ :one: "{0} आर्कसेकंद"
21
+ :other: "{0} आर्कसेकंद"
22
+ :angle-degree:
23
+ :one: "{0} अंश"
24
+ :other: "{0} अंश"
25
+ :angle-radian:
26
+ :one: "{0} रेडियन"
27
+ :other: "{0} रेडियन"
28
+ :area-acre:
29
+ :one: "{0} एकर"
30
+ :other: "{0} एकर"
31
+ :area-hectare:
32
+ :one: "{0} हेक्टर"
33
+ :other: "{0} हेक्टर"
34
+ :area-square-centimeter:
35
+ :one: "{0} चौरस सेंटीमीटर"
36
+ :other: "{0} चौरस सेंटीमीटर"
37
+ :area-square-foot:
38
+ :one: "{0} चौरस फूट"
39
+ :other: "{0} चौरस फूट"
40
+ :area-square-inch:
41
+ :one: "{0} चौरस इंच"
42
+ :other: "{0} चौरस इंच"
43
+ :area-square-kilometer:
44
+ :one: "{0} चौरस किलोमीटर"
45
+ :other: "{0} चौरस किलोमीटर"
46
+ :area-square-meter:
47
+ :one: "{0} चौरस मीटर"
48
+ :other: "{0} चौरस मीटर"
49
+ :area-square-mile:
50
+ :one: "{0} चौरस मैल"
51
+ :other: "{0} चौरस मैल"
52
+ :area-square-yard:
53
+ :one: "{0} वर्ग यार्ड"
54
+ :other: "{0} वर्ग यार्ड"
55
+ :consumption-liter-per-kilometer:
56
+ :one: "{0} लीटर प्रति किलोमीटर"
57
+ :other: "{0} लीटर प्रति किलोमीटर"
58
+ :consumption-mile-per-gallon:
59
+ :one: "{0} मैल प्रति गॅलन"
60
+ :other: "{0} मैल प्रति गॅलन"
61
+ :digital-bit:
62
+ :one: "{0} बिट"
63
+ :other: "{0} बिट"
64
+ :digital-byte:
65
+ :one: "{0} बाइट"
66
+ :other: "{0} बाइट"
67
+ :digital-gigabit:
68
+ :one: "{0} गिगाबिट"
69
+ :other: "{0} गिगाबिट"
70
+ :digital-gigabyte:
71
+ :one: "{0} गिगाबाइट"
72
+ :other: "{0} गिगाबाइट"
73
+ :digital-kilobit:
74
+ :one: "{0} किलोबिट"
75
+ :other: "{0} किलोबिट"
76
+ :digital-kilobyte:
77
+ :one: "{0} किलोबाइट"
78
+ :other: "{0} किलोबाइट"
79
+ :digital-megabit:
80
+ :one: "{0} मेगाबिट"
81
+ :other: "{0} मेगाबिट"
82
+ :digital-megabyte:
83
+ :one: "{0} मेगाबाइट"
84
+ :other: "{0} मेगाबाइट"
85
+ :digital-terabit:
86
+ :one: "{0} टेराबिट"
87
+ :other: "{0} टेराबिट"
88
+ :digital-terabyte:
89
+ :one: "{0} टेराबाइट"
90
+ :other: "{0} टेराबाइट"
91
+ :duration-day:
92
+ :one: "{0} दिवस"
93
+ :other: "{0} दिवस"
94
+ :duration-hour:
95
+ :one: "{0} तास"
96
+ :other: "{0} तास"
97
+ :duration-microsecond:
98
+ :one: "{0} मायक्रोसेकंद"
99
+ :other: "{0} मायक्रोसेकंद"
100
+ :duration-millisecond:
101
+ :one: "{0} मिलिसेकंद"
102
+ :other: "{0} मिलिसेकंद"
103
+ :duration-minute:
104
+ :one: "{0} मिनिट"
105
+ :other: "{0} मिनिटे"
106
+ :duration-month:
107
+ :one: "{0} महिना"
108
+ :other: "{0} महिने"
109
+ :duration-nanosecond:
110
+ :one: "{0} नॅनोसेकंद"
111
+ :other: "{0} नॅनोसेकंद"
112
+ :duration-second:
113
+ :one: "{0} सेकंद"
114
+ :other: "{0} सेकंद"
115
+ :duration-week:
116
+ :one: "{0} आठवडा"
117
+ :other: "{0} आठवडे"
118
+ :duration-year:
119
+ :one: "{0} वर्ष"
120
+ :other: "{0} वर्षे"
121
+ :electric-ampere:
122
+ :one: "{0} अँपियर"
123
+ :other: "{0} अँपियर"
124
+ :electric-milliampere:
125
+ :one: "{0} मिलिअँपियर"
126
+ :other: "{0} मिलिअँपियर"
127
+ :electric-ohm:
128
+ :one: "{0} ओहम"
129
+ :other: "{0} ओहम"
130
+ :electric-volt:
131
+ :one: "{0} व्होल्ट"
132
+ :other: "{0} व्होल्ट"
133
+ :energy-calorie:
134
+ :one: "{0} कॅलरी"
135
+ :other: "{0} कॅलरीज"
136
+ :energy-foodcalorie:
137
+ :one: "{0} कॅलरी"
138
+ :other: "{0} कॅलरीज"
139
+ :energy-joule:
140
+ :one: "{0} ज्यूल"
141
+ :other: "{0} ज्यूल"
142
+ :energy-kilocalorie:
143
+ :one: "{0} किलोकॅलोरी"
144
+ :other: "{0} किलोकॅलोरी"
145
+ :energy-kilojoule:
146
+ :one: "{0} किलोज्यूल"
147
+ :other: "{0} किलोज्यूल"
148
+ :energy-kilowatt-hour:
149
+ :one: "{0} किलोवॉट तास"
150
+ :other: "{0} किलोवॉट-तास"
151
+ :frequency-gigahertz:
152
+ :one: "{0} गिगाहर्ट्झ"
153
+ :other: "{0} गिगाहर्ट्झ"
154
+ :frequency-hertz:
155
+ :one: "{0} हर्ट्झ"
156
+ :other: "{0} हर्ट्झ"
157
+ :frequency-kilohertz:
158
+ :one: "{0} किलोहर्ट्झ"
159
+ :other: "{0} किलोहर्ट्झ"
160
+ :frequency-megahertz:
161
+ :one: "{0} मेगाहर्ट्झ"
162
+ :other: "{0} मेगाहर्ट्झ"
163
+ :length-astronomical-unit:
164
+ :one: "{0} खगोलीय एकक"
165
+ :other: "{0} खगोलीय एकके"
166
+ :length-centimeter:
167
+ :one: "{0} सेंटीमीटर"
168
+ :other: "{0} सेंटीमीटर"
169
+ :length-decimeter:
170
+ :one: "{0} डेसीमीटर"
171
+ :other: "{0} डेसीमीटर"
172
+ :length-foot:
173
+ :one: "{0} फूट"
174
+ :other: "{0} फूट"
175
+ :length-inch:
176
+ :one: "{0} इंच"
177
+ :other: "{0} इंच"
178
+ :length-kilometer:
179
+ :one: "{0} किलोमीटर"
180
+ :other: "{0} किलोमीटर"
181
+ :length-light-year:
182
+ :one: "{0} प्रकाश वर्ष"
183
+ :other: "{0} प्रकाश वर्षे"
184
+ :length-meter:
185
+ :one: "{0} मीटर"
186
+ :other: "{0} मीटर"
187
+ :length-micrometer:
188
+ :one: "{0} मायक्रोमीटर"
189
+ :other: "{0} मायक्रोमीटर"
190
+ :length-mile:
191
+ :one: "{0} मैल"
192
+ :other: "{0} मैल"
193
+ :length-millimeter:
194
+ :one: "{0} मिलिमीटर"
195
+ :other: "{0} मिलिमीटर"
196
+ :length-nanometer:
197
+ :one: "{0} नॅनोमीटर"
198
+ :other: "{0} नॅनोमीटर"
199
+ :length-nautical-mile:
200
+ :one: "{0} नॉटिकल मैल"
201
+ :other: "{0} नॉटिकल मैल"
202
+ :length-parsec:
203
+ :one: "{0} पार्सेक"
204
+ :other: "{0} पार्सेक"
205
+ :length-picometer:
206
+ :one: "{0} पिकोमीटर"
207
+ :other: "{0} पिकोमीटर"
208
+ :length-yard:
209
+ :one: "{0} यार्ड"
210
+ :other: "{0} यार्ड"
211
+ :light-lux:
212
+ :one: "{0} लक्स"
213
+ :other: "{0} लक्स"
214
+ :mass-carat:
215
+ :one: "{0} कॅरेट"
216
+ :other: "{0} कॅरेट्स"
217
+ :mass-gram:
218
+ :one: "{0} ग्रॅम"
219
+ :other: "{0} ग्रॅम"
220
+ :mass-kilogram:
221
+ :one: "{0} किलोग्रॅम"
222
+ :other: "{0} किलोग्रॅम"
223
+ :mass-metric-ton:
224
+ :one: "{0} मेट्रिक टन"
225
+ :other: "{0} मेट्रिक टन"
226
+ :mass-microgram:
227
+ :one: "{0} मायक्रोग्रॅम"
228
+ :other: "{0} मायक्रोग्रॅम"
229
+ :mass-milligram:
230
+ :one: "{0} मिलिग्रॅम"
231
+ :other: "{0} मिलिग्रॅम"
232
+ :mass-ounce:
233
+ :one: "{0} औंस"
234
+ :other: "{0} औंस"
235
+ :mass-ounce-troy:
236
+ :one: "{0} ट्रॉय औंस"
237
+ :other: "{0} ट्रॉय औंस"
238
+ :mass-pound:
239
+ :one: "{0} पाउंड"
240
+ :other: "{0} पाउंड"
241
+ :mass-ton:
242
+ :one: "{0} टन"
243
+ :other: "{0} टन"
244
+ :power-gigawatt:
245
+ :one: "{0} गिगावॉट"
246
+ :other: "{0} गिगावॉट"
247
+ :power-horsepower:
248
+ :one: "{0} हॉर्सपॉवर"
249
+ :other: "{0} हॉर्सपॉवर"
250
+ :power-kilowatt:
251
+ :one: "{0} किलोवॉट"
252
+ :other: "{0} किलोवॉट"
253
+ :power-megawatt:
254
+ :one: "{0} मेगावॉट"
255
+ :other: "{0} मेगावॉट"
256
+ :power-milliwatt:
257
+ :one: "{0} मिलिवॉट"
258
+ :other: "{0} मिलिवॉट"
259
+ :power-watt:
260
+ :one: "{0} वॉट"
261
+ :other: "{0} वॉट"
262
+ :pressure-hectopascal:
263
+ :one: "{0} हेक्टोपास्कल"
264
+ :other: "{0} हेक्टोपास्कल"
265
+ :pressure-inch-hg:
266
+ :one: "{0} मर्क्यूरी इंच"
267
+ :other: "{0} मर्क्यूरी इंच"
268
+ :pressure-millibar:
269
+ :one: "{0} मिलिबार"
270
+ :other: "{0} मिलिबार"
271
+ :pressure-millimeter-of-mercury:
272
+ :one: "{0} मर्क्यूरी मिलिमीटर"
273
+ :other: "{0} मर्क्यूरी मिलिमीटर"
274
+ :pressure-pound-per-square-inch:
275
+ :one: "{0} प्रति चौरस इंच पाउंड"
276
+ :other: "{0} प्रति चौरस इंच पाउंड"
277
+ :proportion-karat:
278
+ :one: "{0} कॅरेट"
279
+ :other: "{0} कॅरेट्स"
280
+ :speed-kilometer-per-hour:
281
+ :one: "{0} किलोमीटर प्रति तास"
282
+ :other: "{0} किलोमीटर प्रति तास"
283
+ :speed-meter-per-second:
284
+ :one: "{0} मीटर प्रति सेकंद"
285
+ :other: "{0} मीटर प्रति सेकंद"
286
+ :speed-mile-per-hour:
287
+ :one: "{0} मैल प्रति तास"
288
+ :other: "{0} मैल प्रति तास"
289
+ :temperature-celsius:
290
+ :one: "{0} अंश सेल्सिअस"
291
+ :other: "{0} अंश सेल्सिअस"
292
+ :temperature-fahrenheit:
293
+ :one: "{0} अंश फॅरनहाईट"
294
+ :other: "{0} अंश फॅरनहाईट"
295
+ :temperature-kelvin:
296
+ :one: "{0} केल्व्हिन"
297
+ :other: "{0} केल्व्हिन"
298
+ :volume-acre-foot:
299
+ :one: "{0} एकर-फूट"
300
+ :other: "{0} एकर-फूट"
301
+ :volume-centiliter:
302
+ :one: "{0} सेंटीलीटर"
303
+ :other: "{0} सेंटीलीटर"
304
+ :volume-cubic-centimeter:
305
+ :one: "{0} घन सेंटीमीटर"
306
+ :other: "{0} घन सेंटीमीटर"
307
+ :volume-cubic-foot:
308
+ :one: "{0} घन फूट"
309
+ :other: "{0} घन फूट"
310
+ :volume-cubic-inch:
311
+ :one: "{0} घन इंच"
312
+ :other: "{0} घन इंच"
313
+ :volume-cubic-kilometer:
314
+ :one: "{0} घन किलोमीटर"
315
+ :other: "{0} घन किलोमीटर"
316
+ :volume-cubic-meter:
317
+ :one: "{0} घन मीटर"
318
+ :other: "{0} घन मीटर"
319
+ :volume-cubic-mile:
320
+ :one: "{0} घन मैल"
321
+ :other: "{0} घन मैल"
322
+ :volume-cubic-yard:
323
+ :one: "{0} घन यार्ड"
324
+ :other: "{0} घन यार्ड"
325
+ :volume-cup:
326
+ :one: "{0} कप"
327
+ :other: "{0} कप"
328
+ :volume-deciliter:
329
+ :one: "{0} डेसीलीटर"
330
+ :other: "{0} डेसीलीटर"
331
+ :volume-fluid-ounce:
332
+ :one: "{0} फ्लूइड औंस"
333
+ :other: "{0} फ्लूइड औंस"
334
+ :volume-gallon:
335
+ :one: "{0} गॅलन"
336
+ :other: "{0} गॅलन"
337
+ :volume-hectoliter:
338
+ :one: "{0} हेक्टोलीटर"
339
+ :other: "{0} हेक्टोलीटर"
340
+ :volume-liter:
341
+ :one: "{0} लीटर"
342
+ :other: "{0} लीटर"
343
+ :volume-megaliter:
344
+ :one: "{0} मेगालीटर"
345
+ :other: "{0} मेगालीटर"
346
+ :volume-milliliter:
347
+ :one: "{0} मिलीलीटर"
348
+ :other: "{0} मिलीलीटर"
349
+ :volume-pint:
350
+ :one: "{0} पिंट"
351
+ :other: "{0} पिंट"
352
+ :volume-quart:
353
+ :one: "{0} क्वार्ट"
354
+ :other: "{0} क्वार्ट"
355
+ :volume-tablespoon:
356
+ :one: "{0} टेबलस्पून"
357
+ :other: "{0} टेबलस्पून"
358
+ :volume-teaspoon:
359
+ :one: "{0} टीस्पून"
360
+ :other: "{0} टीस्पून"
361
+ :narrow:
362
+ :acceleration-g-force:
363
+ :one: "{0}जी"
364
+ :other: "{0}जी"
365
+ :angle-arc-minute:
366
+ :one: "{0}′"
367
+ :other: "{0}'"
368
+ :angle-arc-second:
369
+ :one: "{0}″"
370
+ :other: "{0}\""
371
+ :angle-degree:
372
+ :one: "{0}°"
373
+ :other: "{0}°"
374
+ :area-acre:
375
+ :one: "{0}एकर"
376
+ :other: "{0}एकर"
377
+ :area-hectare:
378
+ :one: "{0}हेक्टर"
379
+ :other: "{0}हेक्टर"
380
+ :area-square-foot:
381
+ :one: "{0} फूट²"
382
+ :other: "{0}फूट²"
383
+ :area-square-kilometer:
384
+ :one: "{0} किमी²"
385
+ :other: "{0} किमी²"
386
+ :area-square-meter:
387
+ :one: "{0} मी²"
388
+ :other: "{0} मी²"
389
+ :area-square-mile:
390
+ :one: "{0}मै²"
391
+ :other: "{0}मै²"
392
+ :duration-day:
393
+ :one: "{0}दि"
394
+ :other: "{0}दि"
395
+ :duration-hour:
396
+ :one: "{0}ता"
397
+ :other: "{0}ता"
398
+ :duration-millisecond:
399
+ :one: "{0} मिलिसे"
400
+ :other: "{0} मिलिसे"
401
+ :duration-minute:
402
+ :one: "{0}मि"
403
+ :other: "{0}मि"
404
+ :duration-month:
405
+ :one: "{0}म"
406
+ :other: "{0}म"
407
+ :duration-second:
408
+ :one: "{0}से"
409
+ :other: "{0}से"
410
+ :duration-week:
411
+ :one: "{0}आ"
412
+ :other: "{0}आ"
413
+ :duration-year:
414
+ :one: "{0}व"
415
+ :other: "{0}व"
416
+ :length-centimeter:
417
+ :one: "{0}सेंमी"
418
+ :other: "{0}सेंमी"
419
+ :length-foot:
420
+ :one: "{0}'"
421
+ :other: "{0}'"
422
+ :length-inch:
423
+ :one: "{0}″"
424
+ :other: "{0}″"
425
+ :length-kilometer:
426
+ :one: "{0}किमी"
427
+ :other: "{0}किमी"
428
+ :length-light-year:
429
+ :one: "{0}प्रव"
430
+ :other: "{0}प्रव"
431
+ :length-meter:
432
+ :one: "{0}मी"
433
+ :other: "{0}मी"
434
+ :length-mile:
435
+ :one: "{0}मैल"
436
+ :other: "{0}मैल"
437
+ :length-millimeter:
438
+ :one: "{0}मिमी"
439
+ :other: "{0}मिमी"
440
+ :length-picometer:
441
+ :one: "{0}पिमी"
442
+ :other: "{0}पिमी"
443
+ :length-yard:
444
+ :one: "{0}यार्ड"
445
+ :other: "{0}यार्ड"
446
+ :mass-gram:
447
+ :one: "{0}ग्रॅ"
448
+ :other: "{0}ग्रॅ"
449
+ :mass-kilogram:
450
+ :one: "{0}किग्रॅ"
451
+ :other: "{0}किग्रॅ"
452
+ :mass-ounce:
453
+ :one: "{0}औंस"
454
+ :other: "{0}औंस"
455
+ :mass-pound:
456
+ :one: "{0}#"
457
+ :other: "{0}#"
458
+ :power-horsepower:
459
+ :one: "{0} हॉपॉ"
460
+ :other: "{0}हॉपॉ"
461
+ :power-kilowatt:
462
+ :one: "{0}किवॉ"
463
+ :other: "{0}किवॉ"
464
+ :power-watt:
465
+ :one: "{0}वॉ"
466
+ :other: "{0}वॉ"
467
+ :pressure-hectopascal:
468
+ :one: "{0}हेक्टोपा"
469
+ :other: "{0}हेक्टोपा"
470
+ :pressure-inch-hg:
471
+ :one: "{0}\" हेग्रॅ"
472
+ :other: "{0}\" हेग्रॅ"
473
+ :pressure-millibar:
474
+ :one: "{0}मिबा"
475
+ :other: "{0}मिबा"
476
+ :speed-kilometer-per-hour:
477
+ :one: "{0}किप्रता"
478
+ :other: "{0}किप्रता"
479
+ :speed-meter-per-second:
480
+ :one: "{0}मी/से"
481
+ :other: "{0}मी/से"
482
+ :speed-mile-per-hour:
483
+ :one: "{0}मैप्रता"
484
+ :other: "{0}मैप्रता"
485
+ :temperature-celsius:
486
+ :one: "{0}°से"
487
+ :other: "{0}°से"
488
+ :temperature-fahrenheit:
489
+ :one: "{0}°फॅ"
490
+ :other: "{0}°फॅ"
491
+ :volume-cubic-kilometer:
492
+ :one: "{0}किमी³"
493
+ :other: "{0}किमी³"
494
+ :volume-cubic-mile:
495
+ :one: "{0}मै³"
496
+ :other: "{0}मै³"
497
+ :volume-liter:
498
+ :one: "{0}ली"
499
+ :other: "{0}ली"
500
+ :short:
501
+ :acceleration-g-force:
502
+ :one: "{0} G"
503
+ :other: "{0} G"
504
+ :acceleration-meter-per-second-squared:
505
+ :one: "{0} मी/से²"
506
+ :other: "{0} मी/से²"
507
+ :angle-arc-minute:
508
+ :one: "{0} आर्कमिनि"
509
+ :other: "{0} आर्कमिनि"
510
+ :angle-arc-second:
511
+ :one: "{0} आर्कसेक"
512
+ :other: "{0} आर्कसेक"
513
+ :angle-degree:
514
+ :one: "{0} अंश"
515
+ :other: "{0} अंश"
516
+ :angle-radian:
517
+ :one: "{0} rad"
518
+ :other: "{0} rad"
519
+ :area-acre:
520
+ :one: "{0} एकर"
521
+ :other: "{0} एकर"
522
+ :area-hectare:
523
+ :one: "{0} हेक्टर"
524
+ :other: "{0} हेक्टर"
525
+ :area-square-centimeter:
526
+ :one: "{0} सेंमी²"
527
+ :other: "{0} सेंमी²"
528
+ :area-square-foot:
529
+ :one: "{0} चौ फूट"
530
+ :other: "{0} चौ फूट"
531
+ :area-square-inch:
532
+ :one: "{0} इंच²"
533
+ :other: "{0} इंच²"
534
+ :area-square-kilometer:
535
+ :one: "{0} किमी²"
536
+ :other: "{0} किमी²"
537
+ :area-square-meter:
538
+ :one: "{0} मी²"
539
+ :other: "{0} मी²"
540
+ :area-square-mile:
541
+ :one: "{0} चौ मै"
542
+ :other: "{0} चौ मै"
543
+ :area-square-yard:
544
+ :one: "{0} यार्ड²"
545
+ :other: "{0} यार्ड²"
546
+ :consumption-liter-per-kilometer:
547
+ :one: "{0} ली/किमी"
548
+ :other: "{0} ली/किमी"
549
+ :consumption-mile-per-gallon:
550
+ :one: "{0} mpg"
551
+ :other: "{0} mpg"
552
+ :digital-bit:
553
+ :one: "{0} बिट"
554
+ :other: "{0} बिट"
555
+ :digital-byte:
556
+ :one: "{0} बाइट"
557
+ :other: "{0} बाइट"
558
+ :digital-gigabit:
559
+ :one: "{0} Gb"
560
+ :other: "{0} Gb"
561
+ :digital-gigabyte:
562
+ :one: "{0} GB"
563
+ :other: "{0} GB"
564
+ :digital-kilobit:
565
+ :one: "{0} kb"
566
+ :other: "{0} kb"
567
+ :digital-kilobyte:
568
+ :one: "{0} kB"
569
+ :other: "{0} kB"
570
+ :digital-megabit:
571
+ :one: "{0} Mb"
572
+ :other: "{0} Mb"
573
+ :digital-megabyte:
574
+ :one: "{0} MB"
575
+ :other: "{0} MB"
576
+ :digital-terabit:
577
+ :one: "{0} Tb"
578
+ :other: "{0} Tb"
579
+ :digital-terabyte:
580
+ :one: "{0} TB"
581
+ :other: "{0} TB"
582
+ :duration-day:
583
+ :one: "{0} दिवस"
584
+ :other: "{0} दिवस"
585
+ :duration-hour:
586
+ :one: "{0} ता"
587
+ :other: "{0} ता"
588
+ :duration-microsecond:
589
+ :one: "{0} μs"
590
+ :other: "{0} μs"
591
+ :duration-millisecond:
592
+ :one: "{0} मिलिसे"
593
+ :other: "{0} मिलिसे"
594
+ :duration-minute:
595
+ :one: "{0} मिनि"
596
+ :other: "{0} मिनि"
597
+ :duration-month:
598
+ :one: "{0} महिना"
599
+ :other: "{0} महिने"
600
+ :duration-nanosecond:
601
+ :one: "{0} नॅसे"
602
+ :other: "{0} नॅसे"
603
+ :duration-second:
604
+ :one: "{0} से"
605
+ :other: "{0} से"
606
+ :duration-week:
607
+ :one: "{0} आ"
608
+ :other: "{0} आ"
609
+ :duration-year:
610
+ :one: "{0} वर्ष"
611
+ :other: "{0} वर्षे"
612
+ :electric-ampere:
613
+ :one: "{0} A"
614
+ :other: "{0} A"
615
+ :electric-milliampere:
616
+ :one: "{0} mA"
617
+ :other: "{0} mA"
618
+ :electric-ohm:
619
+ :one: "{0} Ω"
620
+ :other: "{0} Ω"
621
+ :electric-volt:
622
+ :one: "{0} V"
623
+ :other: "{0} V"
624
+ :energy-calorie:
625
+ :one: "{0} cal"
626
+ :other: "{0} cal"
627
+ :energy-foodcalorie:
628
+ :one: "{0} Cal"
629
+ :other: "{0} Cal"
630
+ :energy-joule:
631
+ :one: "{0} J"
632
+ :other: "{0} J"
633
+ :energy-kilocalorie:
634
+ :one: "{0} kcal"
635
+ :other: "{0} kcal"
636
+ :energy-kilojoule:
637
+ :one: "{0} kJ"
638
+ :other: "{0} kJ"
639
+ :energy-kilowatt-hour:
640
+ :one: "{0} kWh"
641
+ :other: "{0} kWh"
642
+ :frequency-gigahertz:
643
+ :one: "{0} GHz"
644
+ :other: "{0} GHz"
645
+ :frequency-hertz:
646
+ :one: "{0} Hz"
647
+ :other: "{0} Hz"
648
+ :frequency-kilohertz:
649
+ :one: "{0} kHz"
650
+ :other: "{0} kHz"
651
+ :frequency-megahertz:
652
+ :one: "{0} MHz"
653
+ :other: "{0} MHz"
654
+ :length-astronomical-unit:
655
+ :one: "{0} au"
656
+ :other: "{0} au"
657
+ :length-centimeter:
658
+ :one: "{0} सेंमी"
659
+ :other: "{0} सेंमी"
660
+ :length-decimeter:
661
+ :one: "{0} dm"
662
+ :other: "{0} dm"
663
+ :length-fathom:
664
+ :other: "{0} fm"
665
+ :length-foot:
666
+ :one: "{0} फूट"
667
+ :other: "{0} फूट"
668
+ :length-furlong:
669
+ :other: "{0} fur"
670
+ :length-inch:
671
+ :one: "{0} इंच"
672
+ :other: "{0} इंच"
673
+ :length-kilometer:
674
+ :one: "{0} किमी"
675
+ :other: "{0} किमी"
676
+ :length-light-year:
677
+ :one: "{0} प्रव"
678
+ :other: "{0} प्रव"
679
+ :length-meter:
680
+ :one: "{0} मी"
681
+ :other: "{0} मी"
682
+ :length-micrometer:
683
+ :one: "{0} µm"
684
+ :other: "{0} µm"
685
+ :length-mile:
686
+ :one: "{0} मैल"
687
+ :other: "{0} मैल"
688
+ :length-millimeter:
689
+ :one: "{0} मिमी"
690
+ :other: "{0} मिमी"
691
+ :length-nanometer:
692
+ :one: "{0} nm"
693
+ :other: "{0} nm"
694
+ :length-nautical-mile:
695
+ :one: "{0} nmi"
696
+ :other: "{0} nmi"
697
+ :length-parsec:
698
+ :one: "{0} pc"
699
+ :other: "{0} pc"
700
+ :length-picometer:
701
+ :one: "{0} पिमी"
702
+ :other: "{0} पिमी"
703
+ :length-yard:
704
+ :one: "{0} यार्ड"
705
+ :other: "{0} यार्ड"
706
+ :light-lux:
707
+ :one: "{0} lx"
708
+ :other: "{0} lx"
709
+ :mass-carat:
710
+ :one: "{0} CD"
711
+ :other: "{0} CD"
712
+ :mass-gram:
713
+ :one: "{0} ग्रॅ"
714
+ :other: "{0} ग्रॅ"
715
+ :mass-kilogram:
716
+ :one: "{0} किग्रॅ"
717
+ :other: "{0} किग्रॅ"
718
+ :mass-metric-ton:
719
+ :one: "{0} t"
720
+ :other: "{0} t"
721
+ :mass-microgram:
722
+ :one: "{0} µg"
723
+ :other: "{0} µg"
724
+ :mass-milligram:
725
+ :one: "{0} मिग्रॅ"
726
+ :other: "{0} मिग्रॅ"
727
+ :mass-ounce:
728
+ :one: "{0} औंस"
729
+ :other: "{0} औंस"
730
+ :mass-ounce-troy:
731
+ :one: "{0} oz t"
732
+ :other: "{0} oz t"
733
+ :mass-pound:
734
+ :one: "{0} पाउंड"
735
+ :other: "{0} पाउंड"
736
+ :mass-stone:
737
+ :other: "{0} st"
738
+ :mass-ton:
739
+ :one: "{0} टन"
740
+ :other: "{0} टन"
741
+ :power-gigawatt:
742
+ :one: "{0} GW"
743
+ :other: "{0} GW"
744
+ :power-horsepower:
745
+ :one: "{0} hp"
746
+ :other: "{0} hp"
747
+ :power-kilowatt:
748
+ :one: "{0} किवॉ"
749
+ :other: "{0} किवॉ"
750
+ :power-megawatt:
751
+ :one: "{0} MW"
752
+ :other: "{0} MW"
753
+ :power-milliwatt:
754
+ :one: "{0} mW"
755
+ :other: "{0} mW"
756
+ :power-watt:
757
+ :one: "{0} वॉ"
758
+ :other: "{0} वॉ"
759
+ :pressure-hectopascal:
760
+ :one: "{0} hPa"
761
+ :other: "{0} hPa"
762
+ :pressure-inch-hg:
763
+ :one: "{0} inHg"
764
+ :other: "{0} inHg"
765
+ :pressure-millibar:
766
+ :one: "{0} mbar"
767
+ :other: "{0} mbar"
768
+ :pressure-millimeter-of-mercury:
769
+ :one: "{0} mm Hg"
770
+ :other: "{0} mm Hg"
771
+ :pressure-pound-per-square-inch:
772
+ :one: "{0} psi"
773
+ :other: "{0} psi"
774
+ :proportion-karat:
775
+ :one: "{0} kt"
776
+ :other: "{0} kt"
777
+ :speed-kilometer-per-hour:
778
+ :one: "{0} किप्रता"
779
+ :other: "{0} किप्रता"
780
+ :speed-meter-per-second:
781
+ :one: "{0} मी/से"
782
+ :other: "{0} मी/से"
783
+ :speed-mile-per-hour:
784
+ :one: "{0} मैप्रता"
785
+ :other: "{0} मैप्रता"
786
+ :temperature-celsius:
787
+ :one: "{0}°से"
788
+ :other: "{0}°से"
789
+ :temperature-fahrenheit:
790
+ :one: "{0}°फॅ"
791
+ :other: "{0}°फॅ"
792
+ :temperature-kelvin:
793
+ :one: "{0} K"
794
+ :other: "{0} K"
795
+ :volume-acre-foot:
796
+ :one: "{0} ac ft"
797
+ :other: "{0} ac ft"
798
+ :volume-bushel:
799
+ :other: "{0} bu"
800
+ :volume-centiliter:
801
+ :one: "{0} cL"
802
+ :other: "{0} cL"
803
+ :volume-cubic-centimeter:
804
+ :one: "{0} सेंमी³"
805
+ :other: "{0} सेंमी³"
806
+ :volume-cubic-foot:
807
+ :one: "{0} फूट³"
808
+ :other: "{0} फूट³"
809
+ :volume-cubic-inch:
810
+ :one: "{0} इंच³"
811
+ :other: "{0} इंच³"
812
+ :volume-cubic-kilometer:
813
+ :one: "{0} किमी³"
814
+ :other: "{0} किमी³"
815
+ :volume-cubic-meter:
816
+ :one: "{0} मी³"
817
+ :other: "{0} मी³"
818
+ :volume-cubic-mile:
819
+ :one: "{0} मै³"
820
+ :other: "{0} मै³"
821
+ :volume-cubic-yard:
822
+ :one: "{0} यार्ड³"
823
+ :other: "{0} यार्ड³"
824
+ :volume-cup:
825
+ :one: "{0} c"
826
+ :other: "{0} c"
827
+ :volume-deciliter:
828
+ :one: "{0} dL"
829
+ :other: "{0} dL"
830
+ :volume-fluid-ounce:
831
+ :one: "{0} fl oz"
832
+ :other: "{0} fl oz"
833
+ :volume-gallon:
834
+ :one: "{0} gal"
835
+ :other: "{0} gal"
836
+ :volume-hectoliter:
837
+ :one: "{0} hL"
838
+ :other: "{0} hL"
839
+ :volume-liter:
840
+ :one: "{0} ली"
841
+ :other: "{0} ली"
842
+ :volume-megaliter:
843
+ :one: "{0} ML"
844
+ :other: "{0} ML"
845
+ :volume-milliliter:
846
+ :one: "{0} मिली"
847
+ :other: "{0} मिली"
848
+ :volume-pint:
849
+ :one: "{0} pt"
850
+ :other: "{0} pt"
851
+ :volume-quart:
852
+ :one: "{0} qt"
853
+ :other: "{0} qt"
854
+ :volume-tablespoon:
855
+ :one: "{0} tbsp"
856
+ :other: "{0} tbsp"
857
+ :volume-teaspoon:
858
+ :one: "{0} tsp"
859
+ :other: "{0} tsp"