twitter_cldr 3.3.0 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (237) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +3 -1
  3. data/README.md +44 -10
  4. data/lib/twitter_cldr/data_readers/timespan_data_reader.rb +6 -4
  5. data/lib/twitter_cldr/localized/localized_number.rb +5 -1
  6. data/lib/twitter_cldr/localized/localized_object.rb +1 -7
  7. data/lib/twitter_cldr/localized/localized_string.rb +1 -1
  8. data/lib/twitter_cldr/shared.rb +1 -0
  9. data/lib/twitter_cldr/shared/unit.rb +126 -0
  10. data/lib/twitter_cldr/version.rb +1 -1
  11. data/resources/custom/locales/af/fields.yml +19 -0
  12. data/resources/custom/locales/ar/fields.yml +35 -0
  13. data/resources/custom/locales/be/fields.yml +27 -0
  14. data/resources/custom/locales/bg/fields.yml +19 -0
  15. data/resources/custom/locales/bn/fields.yml +15 -0
  16. data/resources/custom/locales/ca/fields.yml +19 -0
  17. data/resources/custom/locales/cs/fields.yml +23 -0
  18. data/resources/custom/locales/cy/fields.yml +35 -0
  19. data/resources/custom/locales/da/fields.yml +19 -0
  20. data/resources/custom/locales/de/fields.yml +19 -0
  21. data/resources/custom/locales/el/fields.yml +19 -0
  22. data/resources/custom/locales/en-GB/fields.yml +19 -0
  23. data/resources/custom/locales/en/fields.yml +19 -0
  24. data/resources/custom/locales/es/fields.yml +19 -0
  25. data/resources/custom/locales/eu/fields.yml +19 -0
  26. data/resources/custom/locales/fa/fields.yml +15 -0
  27. data/resources/custom/locales/fi/fields.yml +19 -0
  28. data/resources/custom/locales/fil/fields.yml +19 -0
  29. data/resources/custom/locales/fr/fields.yml +19 -0
  30. data/resources/custom/locales/ga/fields.yml +24 -0
  31. data/resources/custom/locales/gl/fields.yml +19 -0
  32. data/resources/custom/locales/he/fields.yml +164 -0
  33. data/resources/custom/locales/hi/fields.yml +19 -0
  34. data/resources/custom/locales/hr/fields.yml +9 -0
  35. data/resources/custom/locales/hu/fields.yml +19 -0
  36. data/resources/custom/locales/id/{units.yml → fields.yml} +5 -5
  37. data/resources/custom/locales/it/fields.yml +19 -0
  38. data/resources/custom/locales/ja/{units.yml → fields.yml} +5 -5
  39. data/resources/custom/locales/ko/{units.yml → fields.yml} +5 -5
  40. data/resources/custom/locales/lv/fields.yml +23 -0
  41. data/resources/custom/locales/ms/{units.yml → fields.yml} +5 -5
  42. data/resources/custom/locales/nb/fields.yml +19 -0
  43. data/resources/custom/locales/nl/fields.yml +19 -0
  44. data/resources/custom/locales/pl/fields.yml +27 -0
  45. data/resources/custom/locales/pt/fields.yml +19 -0
  46. data/resources/custom/locales/ro/fields.yml +23 -0
  47. data/resources/custom/locales/ru/fields.yml +27 -0
  48. data/resources/custom/locales/sk/fields.yml +23 -0
  49. data/resources/custom/locales/sr/fields.yml +27 -0
  50. data/resources/custom/locales/sv/{units.yml → fields.yml} +9 -9
  51. data/resources/custom/locales/ta/fields.yml +11 -0
  52. data/resources/custom/locales/th/fields.yml +15 -0
  53. data/resources/custom/locales/tr/{units.yml → fields.yml} +5 -5
  54. data/resources/custom/locales/uk/fields.yml +27 -0
  55. data/resources/custom/locales/ur/fields.yml +19 -0
  56. data/resources/custom/locales/vi/{units.yml → fields.yml} +5 -5
  57. data/resources/custom/locales/zh-Hant/{units.yml → fields.yml} +5 -5
  58. data/resources/custom/locales/zh/{units.yml → fields.yml} +5 -5
  59. data/resources/locales/af/fields.yml +108 -0
  60. data/resources/locales/af/units.yml +855 -104
  61. data/resources/locales/ar/fields.yml +220 -0
  62. data/resources/locales/ar/units.yml +1975 -216
  63. data/resources/locales/be/fields.yml +122 -0
  64. data/resources/locales/be/units.yml +284 -118
  65. data/resources/locales/bg/fields.yml +108 -0
  66. data/resources/locales/bg/units.yml +855 -104
  67. data/resources/locales/bn/fields.yml +108 -0
  68. data/resources/locales/bn/units.yml +855 -104
  69. data/resources/locales/ca/fields.yml +108 -0
  70. data/resources/locales/ca/units.yml +879 -104
  71. data/resources/locales/cs/fields.yml +136 -0
  72. data/resources/locales/cs/units.yml +1822 -132
  73. data/resources/locales/cy/fields.yml +108 -0
  74. data/resources/locales/cy/units.yml +1193 -104
  75. data/resources/locales/da/fields.yml +108 -0
  76. data/resources/locales/da/units.yml +883 -104
  77. data/resources/locales/de-CH/fields.yml +108 -0
  78. data/resources/locales/de-CH/units.yml +1096 -104
  79. data/resources/locales/de/fields.yml +108 -0
  80. data/resources/locales/de/units.yml +1096 -104
  81. data/resources/locales/el/fields.yml +108 -0
  82. data/resources/locales/el/units.yml +855 -104
  83. data/resources/locales/en-150/fields.yml +108 -0
  84. data/resources/locales/en-150/units.yml +1090 -104
  85. data/resources/locales/en-AU/fields.yml +108 -0
  86. data/resources/locales/en-AU/units.yml +1090 -104
  87. data/resources/locales/en-CA/fields.yml +108 -0
  88. data/resources/locales/en-CA/units.yml +1090 -104
  89. data/resources/locales/en-GB/fields.yml +108 -0
  90. data/resources/locales/en-GB/units.yml +1090 -104
  91. data/resources/locales/en-IE/fields.yml +108 -0
  92. data/resources/locales/en-IE/units.yml +1090 -104
  93. data/resources/locales/en-SG/fields.yml +108 -0
  94. data/resources/locales/en-SG/units.yml +1090 -104
  95. data/resources/locales/en-ZA/fields.yml +108 -0
  96. data/resources/locales/en-ZA/units.yml +1090 -104
  97. data/resources/locales/en/fields.yml +108 -0
  98. data/resources/locales/en/units.yml +1090 -104
  99. data/resources/locales/es-419/fields.yml +108 -0
  100. data/resources/locales/es-419/units.yml +855 -104
  101. data/resources/locales/es-CO/fields.yml +108 -0
  102. data/resources/locales/es-CO/units.yml +855 -104
  103. data/resources/locales/es-MX/fields.yml +108 -0
  104. data/resources/locales/es-MX/units.yml +855 -104
  105. data/resources/locales/es-US/fields.yml +108 -0
  106. data/resources/locales/es-US/units.yml +855 -104
  107. data/resources/locales/es/fields.yml +108 -0
  108. data/resources/locales/es/units.yml +855 -104
  109. data/resources/locales/eu/fields.yml +108 -0
  110. data/resources/locales/eu/units.yml +855 -104
  111. data/resources/locales/fa/fields.yml +108 -0
  112. data/resources/locales/fa/units.yml +865 -104
  113. data/resources/locales/fi/fields.yml +108 -0
  114. data/resources/locales/fi/units.yml +1096 -104
  115. data/resources/locales/fil/fields.yml +108 -0
  116. data/resources/locales/fil/units.yml +855 -104
  117. data/resources/locales/fr-BE/fields.yml +108 -0
  118. data/resources/locales/fr-BE/units.yml +944 -104
  119. data/resources/locales/fr-CA/fields.yml +108 -0
  120. data/resources/locales/fr-CA/units.yml +944 -104
  121. data/resources/locales/fr-CH/fields.yml +108 -0
  122. data/resources/locales/fr-CH/units.yml +944 -104
  123. data/resources/locales/fr/fields.yml +108 -0
  124. data/resources/locales/fr/units.yml +944 -104
  125. data/resources/locales/ga/fields.yml +108 -0
  126. data/resources/locales/ga/units.yml +2013 -104
  127. data/resources/locales/gl/fields.yml +108 -0
  128. data/resources/locales/gl/units.yml +774 -104
  129. data/resources/locales/gu/fields.yml +108 -0
  130. data/resources/locales/gu/units.yml +855 -104
  131. data/resources/locales/he/fields.yml +164 -0
  132. data/resources/locales/he/units.yml +1420 -160
  133. data/resources/locales/hi/fields.yml +108 -0
  134. data/resources/locales/hi/units.yml +855 -104
  135. data/resources/locales/hr/fields.yml +164 -0
  136. data/resources/locales/hr/units.yml +1459 -160
  137. data/resources/locales/hu/fields.yml +108 -0
  138. data/resources/locales/hu/units.yml +855 -104
  139. data/resources/locales/id/fields.yml +108 -0
  140. data/resources/locales/id/units.yml +575 -104
  141. data/resources/locales/is/fields.yml +108 -0
  142. data/resources/locales/is/units.yml +854 -104
  143. data/resources/locales/it-CH/fields.yml +108 -0
  144. data/resources/locales/it-CH/units.yml +855 -104
  145. data/resources/locales/it/fields.yml +108 -0
  146. data/resources/locales/it/units.yml +855 -104
  147. data/resources/locales/ja/fields.yml +108 -0
  148. data/resources/locales/ja/units.yml +733 -104
  149. data/resources/locales/kn/fields.yml +108 -0
  150. data/resources/locales/kn/units.yml +855 -104
  151. data/resources/locales/ko/fields.yml +108 -0
  152. data/resources/locales/ko/units.yml +575 -104
  153. data/resources/locales/lv/fields.yml +136 -0
  154. data/resources/locales/lv/units.yml +1135 -132
  155. data/resources/locales/mr/fields.yml +108 -0
  156. data/resources/locales/mr/units.yml +855 -104
  157. data/resources/locales/ms/fields.yml +108 -0
  158. data/resources/locales/ms/units.yml +575 -104
  159. data/resources/locales/nb/fields.yml +108 -0
  160. data/resources/locales/nb/units.yml +886 -104
  161. data/resources/locales/nl/fields.yml +108 -0
  162. data/resources/locales/nl/units.yml +1096 -104
  163. data/resources/locales/pl/fields.yml +164 -0
  164. data/resources/locales/pl/units.yml +1415 -160
  165. data/resources/locales/pt/fields.yml +108 -0
  166. data/resources/locales/pt/units.yml +855 -104
  167. data/resources/locales/ro/fields.yml +136 -0
  168. data/resources/locales/ro/units.yml +1135 -132
  169. data/resources/locales/ru/fields.yml +164 -0
  170. data/resources/locales/ru/units.yml +1415 -160
  171. data/resources/locales/sk/fields.yml +136 -0
  172. data/resources/locales/sk/units.yml +1635 -132
  173. data/resources/locales/sq/fields.yml +108 -0
  174. data/resources/locales/sq/units.yml +870 -104
  175. data/resources/locales/sr/fields.yml +164 -0
  176. data/resources/locales/sr/units.yml +1135 -160
  177. data/resources/locales/sv/fields.yml +108 -0
  178. data/resources/locales/sv/units.yml +1081 -104
  179. data/resources/locales/ta/fields.yml +108 -0
  180. data/resources/locales/ta/units.yml +855 -104
  181. data/resources/locales/th/fields.yml +108 -0
  182. data/resources/locales/th/units.yml +575 -104
  183. data/resources/locales/tr/fields.yml +108 -0
  184. data/resources/locales/tr/units.yml +1096 -104
  185. data/resources/locales/uk/fields.yml +164 -0
  186. data/resources/locales/uk/units.yml +1425 -160
  187. data/resources/locales/ur/fields.yml +108 -0
  188. data/resources/locales/ur/units.yml +855 -104
  189. data/resources/locales/vi/fields.yml +108 -0
  190. data/resources/locales/vi/units.yml +575 -104
  191. data/resources/locales/zh-Hant/fields.yml +108 -0
  192. data/resources/locales/zh-Hant/units.yml +733 -104
  193. data/resources/locales/zh/fields.yml +108 -0
  194. data/resources/locales/zh/units.yml +575 -104
  195. data/spec/resources/loader_spec.rb +4 -4
  196. data/spec/shared/unit_spec.rb +283 -0
  197. data/twitter_cldr.gemspec +1 -1
  198. metadata +124 -54
  199. data/resources/custom/locales/af/units.yml +0 -19
  200. data/resources/custom/locales/ar/units.yml +0 -35
  201. data/resources/custom/locales/be/units.yml +0 -27
  202. data/resources/custom/locales/bg/units.yml +0 -19
  203. data/resources/custom/locales/bn/units.yml +0 -15
  204. data/resources/custom/locales/ca/units.yml +0 -19
  205. data/resources/custom/locales/cs/units.yml +0 -23
  206. data/resources/custom/locales/cy/units.yml +0 -35
  207. data/resources/custom/locales/da/units.yml +0 -19
  208. data/resources/custom/locales/de/units.yml +0 -19
  209. data/resources/custom/locales/el/units.yml +0 -19
  210. data/resources/custom/locales/en-GB/units.yml +0 -19
  211. data/resources/custom/locales/en/units.yml +0 -19
  212. data/resources/custom/locales/es/units.yml +0 -19
  213. data/resources/custom/locales/eu/units.yml +0 -19
  214. data/resources/custom/locales/fa/units.yml +0 -15
  215. data/resources/custom/locales/fi/units.yml +0 -19
  216. data/resources/custom/locales/fil/units.yml +0 -19
  217. data/resources/custom/locales/fr/units.yml +0 -19
  218. data/resources/custom/locales/ga/units.yml +0 -24
  219. data/resources/custom/locales/gl/units.yml +0 -19
  220. data/resources/custom/locales/he/units.yml +0 -164
  221. data/resources/custom/locales/hi/units.yml +0 -19
  222. data/resources/custom/locales/hr/units.yml +0 -9
  223. data/resources/custom/locales/hu/units.yml +0 -19
  224. data/resources/custom/locales/it/units.yml +0 -19
  225. data/resources/custom/locales/lv/units.yml +0 -23
  226. data/resources/custom/locales/nb/units.yml +0 -19
  227. data/resources/custom/locales/nl/units.yml +0 -19
  228. data/resources/custom/locales/pl/units.yml +0 -27
  229. data/resources/custom/locales/pt/units.yml +0 -19
  230. data/resources/custom/locales/ro/units.yml +0 -23
  231. data/resources/custom/locales/ru/units.yml +0 -27
  232. data/resources/custom/locales/sk/units.yml +0 -23
  233. data/resources/custom/locales/sr/units.yml +0 -27
  234. data/resources/custom/locales/ta/units.yml +0 -11
  235. data/resources/custom/locales/th/units.yml +0 -15
  236. data/resources/custom/locales/uk/units.yml +0 -27
  237. data/resources/custom/locales/ur/units.yml +0 -19
@@ -0,0 +1,108 @@
1
+ ---
2
+ :ta:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} நாள்"
7
+ :other: "{0} நாட்கள்"
8
+ :short:
9
+ :one: "{0} நாள்"
10
+ :other: "{0} நாட்கள்"
11
+ :day-future:
12
+ :default:
13
+ :one: "{0} நாளில்"
14
+ :other: "{0} நாட்களில்"
15
+ :day-past:
16
+ :default:
17
+ :one: "{0} நாளுக்கு முன்"
18
+ :other: "{0} நாட்களுக்கு முன்"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} மணிநேரம்"
22
+ :other: "{0} மணிநேரம்"
23
+ :short:
24
+ :one: "{0} மணிநேரம்"
25
+ :other: "{0} மணிநேரம்"
26
+ :hour-future:
27
+ :default:
28
+ :one: "{0} மணிநேரத்தில்"
29
+ :other: "{0} மணிநேரத்தில்"
30
+ :hour-past:
31
+ :default:
32
+ :one: "{0} மணிநேரம் முன்"
33
+ :other: "{0} மணிநேரம் முன்"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} நிமிடம்"
37
+ :other: "{0} நிமிடங்கள்"
38
+ :short:
39
+ :one: "{0} நிமிடம்"
40
+ :other: "{0} நிமிடங்கள்"
41
+ :minute-future:
42
+ :default:
43
+ :one: "{0} நிமிடத்தில்"
44
+ :other: "{0} நிமிடங்களில்"
45
+ :minute-past:
46
+ :default:
47
+ :one: "{0} நிமிடத்திற்கு முன்"
48
+ :other: "{0} நிமிடங்களுக்கு முன்"
49
+ :month:
50
+ :default:
51
+ :one: "{0} மாதம்"
52
+ :other: "{0} மாதங்கள்"
53
+ :short:
54
+ :one: "{0} மாதம்"
55
+ :other: "{0} மாதங்கள்"
56
+ :month-future:
57
+ :default:
58
+ :one: "{0} மாதத்தில்"
59
+ :other: "{0} மாதங்களில்"
60
+ :month-past:
61
+ :default:
62
+ :one: "{0} மாதத்துக்கு முன்"
63
+ :other: "{0} மாதங்களுக்கு முன்"
64
+ :second:
65
+ :default:
66
+ :one: "{0} வினாடி"
67
+ :other: "{0} வினாடிகள்"
68
+ :short:
69
+ :one: "{0} வினாடி"
70
+ :other: "{0} வினாடிகள்"
71
+ :second-future:
72
+ :default:
73
+ :one: "{0} வினாடியில்"
74
+ :other: "{0} வினாடிகள்"
75
+ :second-past:
76
+ :default:
77
+ :one: "{0} வினாடிக்கு முன்"
78
+ :other: "{0} வினாடிக்கு முன்"
79
+ :week:
80
+ :default:
81
+ :one: "{0} வாரம்"
82
+ :other: "{0} வாரங்கள்"
83
+ :short:
84
+ :one: "{0} வாரம்"
85
+ :other: "{0} வாரங்கள்"
86
+ :week-future:
87
+ :default:
88
+ :one: "{0} வாரத்தில்"
89
+ :other: "{0} வாரங்களில்"
90
+ :week-past:
91
+ :default:
92
+ :one: "{0} வாரத்திற்கு முன்பு"
93
+ :other: "{0} வாரத்திற்கு முன்"
94
+ :year:
95
+ :default:
96
+ :one: "{0} வருடம்"
97
+ :other: "{0} வருடங்கள்"
98
+ :short:
99
+ :one: "{0} வருடம்"
100
+ :other: "{0} வருடங்கள்"
101
+ :year-future:
102
+ :default:
103
+ :one: "{0} வருடத்தில்"
104
+ :other: "{0} வருடங்களில்"
105
+ :year-past:
106
+ :default:
107
+ :one: "{0} வருடத்திற்கு முன்"
108
+ :other: "{0} வருடங்களுக்கு முன்"
@@ -1,108 +1,859 @@
1
1
  ---
2
2
  :ta:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} நாள்"
7
- :other: "{0} நாட்கள்"
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} Mb"
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}லி."
8
500
  :short:
9
- :one: "{0} நாள்"
10
- :other: "{0} நாட்கள்"
11
- :day-future:
12
- :default:
13
- :one: "{0} நாளில்"
14
- :other: "{0} நாட்களில்"
15
- :day-past:
16
- :default:
17
- :one: "{0} நாளுக்கு முன்"
18
- :other: "{0} நாட்களுக்கு முன்"
19
- :hour:
20
- :default:
21
- :one: "{0} மணிநேரம்"
22
- :other: "{0} மணிநேரம்"
23
- :short:
24
- :one: "{0} மணிநேரம்"
25
- :other: "{0} மணிநேரம்"
26
- :hour-future:
27
- :default:
28
- :one: "{0} மணிநேரத்தில்"
29
- :other: "{0} மணிநேரத்தில்"
30
- :hour-past:
31
- :default:
32
- :one: "{0} மணிநேரம் முன்"
33
- :other: "{0} மணிநேரம் முன்"
34
- :minute:
35
- :default:
36
- :one: "{0} நிமிடம்"
37
- :other: "{0} நிமிடங்கள்"
38
- :short:
39
- :one: "{0} நிமிடம்"
40
- :other: "{0} நிமிடங்கள்"
41
- :minute-future:
42
- :default:
43
- :one: "{0} நிமிடத்தில்"
44
- :other: "{0} நிமிடங்களில்"
45
- :minute-past:
46
- :default:
47
- :one: "{0} நிமிடத்திற்கு முன்"
48
- :other: "{0} நிமிடங்களுக்கு முன்"
49
- :month:
50
- :default:
51
- :one: "{0} மாதம்"
52
- :other: "{0} மாதங்கள்"
53
- :short:
54
- :one: "{0} மாதம்"
55
- :other: "{0} மாதங்கள்"
56
- :month-future:
57
- :default:
58
- :one: "{0} மாதத்தில்"
59
- :other: "{0} மாதங்களில்"
60
- :month-past:
61
- :default:
62
- :one: "{0} மாதத்துக்கு முன்"
63
- :other: "{0} மாதங்களுக்கு முன்"
64
- :second:
65
- :default:
66
- :one: "{0} வினாடி"
67
- :other: "{0} வினாடிகள்"
68
- :short:
69
- :one: "{0} வினாடி"
70
- :other: "{0} வினாடிகள்"
71
- :second-future:
72
- :default:
73
- :one: "{0} வினாடியில்"
74
- :other: "{0} வினாடிகள்"
75
- :second-past:
76
- :default:
77
- :one: "{0} வினாடிக்கு முன்"
78
- :other: "{0} வினாடிக்கு முன்"
79
- :week:
80
- :default:
81
- :one: "{0} வாரம்"
82
- :other: "{0} வாரங்கள்"
83
- :short:
84
- :one: "{0} வாரம்"
85
- :other: "{0} வாரங்கள்"
86
- :week-future:
87
- :default:
88
- :one: "{0} வாரத்தில்"
89
- :other: "{0} வாரங்களில்"
90
- :week-past:
91
- :default:
92
- :one: "{0} வாரத்திற்கு முன்பு"
93
- :other: "{0} வாரத்திற்கு முன்"
94
- :year:
95
- :default:
96
- :one: "{0} வருடம்"
97
- :other: "{0} வருடங்கள்"
98
- :short:
99
- :one: "{0} வருடம்"
100
- :other: "{0} வருடங்கள்"
101
- :year-future:
102
- :default:
103
- :one: "{0} வருடத்தில்"
104
- :other: "{0} வருடங்களில்"
105
- :year-past:
106
- :default:
107
- :one: "{0} வருடத்திற்கு முன்"
108
- :other: "{0} வருடங்களுக்கு முன்"
501
+ :acceleration-g-force:
502
+ :one: "{0} ஜி.ஃபோ."
503
+ :other: "{0} ஜி.ஃபோ."
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} ரேடி."
518
+ :other: "{0} ரேடி."
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} மை./கா."
551
+ :other: "{0} மை./கா."
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} ஆம்."
614
+ :other: "{0} ஆம்."
615
+ :electric-milliampere:
616
+ :one: "{0} மி.ஆ."
617
+ :other: "{0} மி.ஆ."
618
+ :electric-ohm:
619
+ :one: "{0} Ω"
620
+ :other: "{0} Ω"
621
+ :electric-volt:
622
+ :one: "{0} வோ."
623
+ :other: "{0} வோ."
624
+ :energy-calorie:
625
+ :one: "{0} கலோ."
626
+ :other: "{0} கலோ."
627
+ :energy-foodcalorie:
628
+ :one: "{0} கலோ."
629
+ :other: "{0} கலோ."
630
+ :energy-joule:
631
+ :one: "{0} ஜூ."
632
+ :other: "{0} ஜூ."
633
+ :energy-kilocalorie:
634
+ :one: "{0} கி.கலோ."
635
+ :other: "{0} கி.கலோ."
636
+ :energy-kilojoule:
637
+ :one: "{0} கி.ஜூ."
638
+ :other: "{0} கி.ஜூ."
639
+ :energy-kilowatt-hour:
640
+ :one: "{0} கி.வா.ம.நே."
641
+ :other: "{0} கி.வா.ம.நே."
642
+ :frequency-gigahertz:
643
+ :one: "{0} ஜி.ஹெஸ்."
644
+ :other: "{0} ஜி.ஹெஸ்."
645
+ :frequency-hertz:
646
+ :one: "{0} ஹெஸ்."
647
+ :other: "{0} ஹெஸ்."
648
+ :frequency-kilohertz:
649
+ :one: "{0} கி.ஹெஸ்."
650
+ :other: "{0} கி.ஹெஸ்."
651
+ :frequency-megahertz:
652
+ :one: "{0} மெ.ஹெஸ்."
653
+ :other: "{0} மெ.ஹெஸ்."
654
+ :length-astronomical-unit:
655
+ :one: "{0} வா.அ."
656
+ :other: "{0} வா.அ."
657
+ :length-centimeter:
658
+ :one: "{0} செ.மீ."
659
+ :other: "{0} செ.மீ."
660
+ :length-decimeter:
661
+ :one: "{0} டெ.மீ"
662
+ :other: "{0} டெ.மீ"
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} µமீ."
684
+ :other: "{0} µமீ."
685
+ :length-mile:
686
+ :one: "{0} மை."
687
+ :other: "{0} மை."
688
+ :length-millimeter:
689
+ :one: "{0} மி.மீ."
690
+ :other: "{0} மி.மீ."
691
+ :length-nanometer:
692
+ :one: "{0} நா.மீ."
693
+ :other: "{0} நா.மீ."
694
+ :length-nautical-mile:
695
+ :one: "{0} க.மை."
696
+ :other: "{0} க.மை."
697
+ :length-parsec:
698
+ :one: "{0} பு.நொ."
699
+ :other: "{0} பு.நொ."
700
+ :length-picometer:
701
+ :one: "{0} பை.மீ."
702
+ :other: "{0} பை.மீ."
703
+ :length-yard:
704
+ :one: "{0} கெஜ."
705
+ :other: "{0} கெஜ."
706
+ :light-lux:
707
+ :one: "{0} லக்."
708
+ :other: "{0} லக்."
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} ட."
720
+ :other: "{0} ட."
721
+ :mass-microgram:
722
+ :one: "{0} µகி"
723
+ :other: "{0} µகி"
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} அவு. டி."
732
+ :other: "{0} அவு. டி."
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} கி.வாட்."
743
+ :other: "{0} கி.வாட்."
744
+ :power-horsepower:
745
+ :one: "{0} கு.தி."
746
+ :other: "{0} கு.தி."
747
+ :power-kilowatt:
748
+ :one: "{0} கி.வா."
749
+ :other: "{0} கி.வா."
750
+ :power-megawatt:
751
+ :one: "{0} மெ.வா."
752
+ :other: "{0} மெ.வா."
753
+ :power-milliwatt:
754
+ :one: "{0} மி.வா."
755
+ :other: "{0} மி.வா."
756
+ :power-watt:
757
+ :one: "{0} வா."
758
+ :other: "{0} வா."
759
+ :pressure-hectopascal:
760
+ :one: "{0} ஹெ.பாஸ்."
761
+ :other: "{0} ஹெ.பாஸ்."
762
+ :pressure-inch-hg:
763
+ :one: "{0} பா.அங்."
764
+ :other: "{0} பா.அங்."
765
+ :pressure-millibar:
766
+ :one: "{0} மி.பா."
767
+ :other: "{0} மி.பா."
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} கார."
776
+ :other: "{0} கார."
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} கெல்"
794
+ :other: "{0} கெல்"
795
+ :volume-acre-foot:
796
+ :one: "{0} ஏக். அடி"
797
+ :other: "{0} ஏக். அடி"
798
+ :volume-bushel:
799
+ :other: "{0} bu"
800
+ :volume-centiliter:
801
+ :one: "{0} செ.லி."
802
+ :other: "{0} செ.லி."
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} கோ."
826
+ :other: "{0} கோ."
827
+ :volume-deciliter:
828
+ :one: "{0} டெ.லி."
829
+ :other: "{0} டெ.லி."
830
+ :volume-fluid-ounce:
831
+ :one: "{0} தி. அவு."
832
+ :other: "{0} தி. அவு."
833
+ :volume-gallon:
834
+ :one: "{0} கேல."
835
+ :other: "{0} கேல."
836
+ :volume-hectoliter:
837
+ :one: "{0} ஹெ.லி."
838
+ :other: "{0} ஹெ.லி."
839
+ :volume-liter:
840
+ :one: "{0} லி."
841
+ :other: "{0} லி."
842
+ :volume-megaliter:
843
+ :one: "{0} மெ.லி."
844
+ :other: "{0} மெ.லி."
845
+ :volume-milliliter:
846
+ :one: "{0} மிலி"
847
+ :other: "{0} மிலி"
848
+ :volume-pint:
849
+ :one: "{0} பின்."
850
+ :other: "{0} பின்."
851
+ :volume-quart:
852
+ :one: "{0} குவாட்."
853
+ :other: "{0} குவாட்."
854
+ :volume-tablespoon:
855
+ :one: "{0} மே.க."
856
+ :other: "{0} மே.க."
857
+ :volume-teaspoon:
858
+ :one: "{0} தே.க."
859
+ :other: "{0} தே.க."