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
+ :de:
3
+ :fields:
4
+ :day:
5
+ :default:
6
+ :one: "{0} Tag"
7
+ :other: "{0} Tage"
8
+ :short:
9
+ :one: "{0} Tag"
10
+ :other: "{0} Tage"
11
+ :day-future:
12
+ :default:
13
+ :one: "In {0} Tag"
14
+ :other: "In {0} Tagen"
15
+ :day-past:
16
+ :default:
17
+ :one: "Vor {0} Tag"
18
+ :other: "Vor {0} Tagen"
19
+ :hour:
20
+ :default:
21
+ :one: "{0} Stunde"
22
+ :other: "{0} Stunden"
23
+ :short:
24
+ :one: "{0} Std."
25
+ :other: "{0} Std."
26
+ :hour-future:
27
+ :default:
28
+ :one: "In {0} Stunde"
29
+ :other: "In {0} Stunden"
30
+ :hour-past:
31
+ :default:
32
+ :one: "Vor {0} Stunde"
33
+ :other: "Vor {0} Stunden"
34
+ :minute:
35
+ :default:
36
+ :one: "{0} Minute"
37
+ :other: "{0} Minuten"
38
+ :short:
39
+ :one: "{0} Min."
40
+ :other: "{0} Min."
41
+ :minute-future:
42
+ :default:
43
+ :one: "In {0} Minute"
44
+ :other: "In {0} Minuten"
45
+ :minute-past:
46
+ :default:
47
+ :one: "Vor {0} Minute"
48
+ :other: "Vor {0} Minuten"
49
+ :month:
50
+ :default:
51
+ :one: "{0} Monat"
52
+ :other: "{0} Monate"
53
+ :short:
54
+ :one: "{0} Monat"
55
+ :other: "{0} Monate"
56
+ :month-future:
57
+ :default:
58
+ :one: "In {0} Monat"
59
+ :other: "In {0} Monaten"
60
+ :month-past:
61
+ :default:
62
+ :one: "Vor {0} Monat"
63
+ :other: "Vor {0} Monaten"
64
+ :second:
65
+ :default:
66
+ :one: "{0} Sekunde"
67
+ :other: "{0} Sekunden"
68
+ :short:
69
+ :one: "{0} Sek."
70
+ :other: "{0} Sek."
71
+ :second-future:
72
+ :default:
73
+ :one: "In {0} Sekunde"
74
+ :other: "In {0} Sekunden"
75
+ :second-past:
76
+ :default:
77
+ :one: "Vor {0} Sekunde"
78
+ :other: "Vor {0} Sekunden"
79
+ :week:
80
+ :default:
81
+ :one: "{0} Woche"
82
+ :other: "{0} Wochen"
83
+ :short:
84
+ :one: "{0} Woche"
85
+ :other: "{0} Wochen"
86
+ :week-future:
87
+ :default:
88
+ :one: "In {0} Woche"
89
+ :other: "In {0} Wochen"
90
+ :week-past:
91
+ :default:
92
+ :one: "Vor {0} Woche"
93
+ :other: "Vor {0} Wochen"
94
+ :year:
95
+ :default:
96
+ :one: "{0} Jahr"
97
+ :other: "{0} Jahre"
98
+ :short:
99
+ :one: "{0} Jahr"
100
+ :other: "{0} Jahre"
101
+ :year-future:
102
+ :default:
103
+ :one: "In {0} Jahr"
104
+ :other: "In {0} Jahren"
105
+ :year-past:
106
+ :default:
107
+ :one: "Vor {0} Jahr"
108
+ :other: "Vor {0} Jahren"
@@ -1,108 +1,1100 @@
1
1
  ---
2
2
  :de:
3
3
  :units:
4
- :day:
5
- :default:
6
- :one: "{0} Tag"
7
- :other: "{0} Tage"
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}-fache Erdbeschleunigung"
12
+ :other: "{0}-fache Erdbeschleunigung"
13
+ :acceleration-meter-per-second-squared:
14
+ :one: "{0} m/s²"
15
+ :other: "{0} m/s²"
16
+ :angle-arc-minute:
17
+ :one: "{0} Winkelminute"
18
+ :other: "{0} Winkelminuten"
19
+ :angle-arc-second:
20
+ :one: "{0} Winkelsekunde"
21
+ :other: "{0} Winkelsekunden"
22
+ :angle-degree:
23
+ :one: "{0} Grad"
24
+ :other: "{0} Grad"
25
+ :angle-radian:
26
+ :one: "{0} Radiant"
27
+ :other: "{0} Radianten"
28
+ :area-acre:
29
+ :one: "{0} Acre"
30
+ :other: "{0} Acres"
31
+ :area-hectare:
32
+ :one: "{0} Hektar"
33
+ :other: "{0} Hektar"
34
+ :area-square-centimeter:
35
+ :one: "{0} Quadratzentimeter"
36
+ :other: "{0} Quadratzentimeter"
37
+ :area-square-foot:
38
+ :one: "{0} Quadratfuß"
39
+ :other: "{0} Quadratfuß"
40
+ :area-square-inch:
41
+ :one: "{0} Quadratzoll"
42
+ :other: "{0} Quadratzoll"
43
+ :area-square-kilometer:
44
+ :one: "{0} Quadratkilometer"
45
+ :other: "{0} Quadratkilometer"
46
+ :area-square-meter:
47
+ :one: "{0} Quadratmeter"
48
+ :other: "{0} Quadratmeter"
49
+ :area-square-mile:
50
+ :one: "{0} Quadratmeile"
51
+ :other: "{0} Quadratmeilen"
52
+ :area-square-yard:
53
+ :one: "{0} Quadratyard"
54
+ :other: "{0} Quadratyards"
55
+ :consumption-liter-per-kilometer:
56
+ :one: "{0} Liter pro Kilometer"
57
+ :other: "{0} Liter pro Kilometer"
58
+ :consumption-mile-per-gallon:
59
+ :one: "{0} Meile pro Gallone"
60
+ :other: "{0} Meilen pro Gallone"
61
+ :digital-bit:
62
+ :one: "{0} Bit"
63
+ :other: "{0} Bits"
64
+ :digital-byte:
65
+ :one: "{0} Byte"
66
+ :other: "{0} Bytes"
67
+ :digital-gigabit:
68
+ :one: "{0} Gigabit"
69
+ :other: "{0} Gigabits"
70
+ :digital-gigabyte:
71
+ :one: "{0} Gigabyte"
72
+ :other: "{0} Gigabytes"
73
+ :digital-kilobit:
74
+ :one: "{0} Kilobit"
75
+ :other: "{0} Kilobits"
76
+ :digital-kilobyte:
77
+ :one: "{0} Kilobyte"
78
+ :other: "{0} Kilobytes"
79
+ :digital-megabit:
80
+ :one: "{0} Megabit"
81
+ :other: "{0} Megabits"
82
+ :digital-megabyte:
83
+ :one: "{0} Megabyte"
84
+ :other: "{0} Megabytes"
85
+ :digital-terabit:
86
+ :one: "{0} Terabit"
87
+ :other: "{0} Terabits"
88
+ :digital-terabyte:
89
+ :one: "{0} Terabyte"
90
+ :other: "{0} Terabytes"
91
+ :duration-day:
92
+ :one: "{0} Tag"
93
+ :other: "{0} Tage"
94
+ :duration-hour:
95
+ :one: "{0} Stunde"
96
+ :other: "{0} Stunden"
97
+ :duration-microsecond:
98
+ :one: "{0} Mikrosekunde"
99
+ :other: "{0} Mikrosekunden"
100
+ :duration-millisecond:
101
+ :one: "{0} Millisekunde"
102
+ :other: "{0} Millisekunden"
103
+ :duration-minute:
104
+ :one: "{0} Minute"
105
+ :other: "{0} Minuten"
106
+ :duration-month:
107
+ :one: "{0} Monat"
108
+ :other: "{0} Monate"
109
+ :duration-nanosecond:
110
+ :one: "{0} Nanosekunde"
111
+ :other: "{0} Nanosekunden"
112
+ :duration-second:
113
+ :one: "{0} Sekunde"
114
+ :other: "{0} Sekunden"
115
+ :duration-week:
116
+ :one: "{0} Woche"
117
+ :other: "{0} Wochen"
118
+ :duration-year:
119
+ :one: "{0} Jahr"
120
+ :other: "{0} Jahre"
121
+ :electric-ampere:
122
+ :one: "{0} Ampere"
123
+ :other: "{0} Ampere"
124
+ :electric-milliampere:
125
+ :one: "{0} Milliampere"
126
+ :other: "{0} Milliampere"
127
+ :electric-ohm:
128
+ :one: "{0} Ohm"
129
+ :other: "{0} Ohm"
130
+ :electric-volt:
131
+ :one: "{0} Volt"
132
+ :other: "{0} Volt"
133
+ :energy-calorie:
134
+ :one: "{0} Kalorie"
135
+ :other: "{0} Kalorien"
136
+ :energy-foodcalorie:
137
+ :one: "{0} Cal"
138
+ :other: "{0} Kilokalorien"
139
+ :energy-joule:
140
+ :one: "{0} Joule"
141
+ :other: "{0} Joule"
142
+ :energy-kilocalorie:
143
+ :one: "{0} Kilokalorie"
144
+ :other: "{0} Kilokalorien"
145
+ :energy-kilojoule:
146
+ :one: "{0} Kilojoule"
147
+ :other: "{0} Kilojoule"
148
+ :energy-kilowatt-hour:
149
+ :one: "{0} Kilowattstunde"
150
+ :other: "{0} Kilowattstunden"
151
+ :frequency-gigahertz:
152
+ :one: "{0} Gigahertz"
153
+ :other: "{0} Gigahertz"
154
+ :frequency-hertz:
155
+ :one: "{0} Hertz"
156
+ :other: "{0} Hertz"
157
+ :frequency-kilohertz:
158
+ :one: "{0} Kilohertz"
159
+ :other: "{0} Kilohertz"
160
+ :frequency-megahertz:
161
+ :one: "{0} Megahertz"
162
+ :other: "{0} Megahertz"
163
+ :length-astronomical-unit:
164
+ :one: "{0} AE"
165
+ :other: "{0} AE"
166
+ :length-centimeter:
167
+ :one: "{0} Zentimeter"
168
+ :other: "{0} Zentimeter"
169
+ :length-decimeter:
170
+ :one: "{0} Dezimeter"
171
+ :other: "{0} Dezimeter"
172
+ :length-fathom:
173
+ :one: "{0} Faden"
174
+ :other: "{0} Faden"
175
+ :length-foot:
176
+ :one: "{0} Fuß"
177
+ :other: "{0} Fuß"
178
+ :length-furlong:
179
+ :one: "{0} Furlong"
180
+ :other: "{0} Furlong"
181
+ :length-inch:
182
+ :one: "{0} Zoll"
183
+ :other: "{0} Zoll"
184
+ :length-kilometer:
185
+ :one: "{0} Kilometer"
186
+ :other: "{0} Kilometer"
187
+ :length-light-year:
188
+ :one: "{0} Lichtjahr"
189
+ :other: "{0} Lichtjahre"
190
+ :length-meter:
191
+ :one: "{0} Meter"
192
+ :other: "{0} Meter"
193
+ :length-micrometer:
194
+ :one: "{0} Mikrometer"
195
+ :other: "{0} Mikrometer"
196
+ :length-mile:
197
+ :one: "{0} Meile"
198
+ :other: "{0} Meilen"
199
+ :length-millimeter:
200
+ :one: "{0} Millimeter"
201
+ :other: "{0} Millimeter"
202
+ :length-nanometer:
203
+ :one: "{0} Nanometer"
204
+ :other: "{0} Nanometer"
205
+ :length-nautical-mile:
206
+ :one: "{0} Seemeile"
207
+ :other: "{0} Seemeilen"
208
+ :length-parsec:
209
+ :one: "{0} Parsec"
210
+ :other: "{0} Parsec"
211
+ :length-picometer:
212
+ :one: "{0} Pikometer"
213
+ :other: "{0} Pikometer"
214
+ :length-yard:
215
+ :one: "{0} Yard"
216
+ :other: "{0} Yards"
217
+ :light-lux:
218
+ :one: "{0} Lux"
219
+ :other: "{0} Lux"
220
+ :mass-carat:
221
+ :one: "{0} Karat"
222
+ :other: "{0} Karat"
223
+ :mass-gram:
224
+ :one: "{0} Gramm"
225
+ :other: "{0} Gramm"
226
+ :mass-kilogram:
227
+ :one: "{0} Kilogramm"
228
+ :other: "{0} Kilogramm"
229
+ :mass-metric-ton:
230
+ :one: "{0} Tonne"
231
+ :other: "{0} Tonnen"
232
+ :mass-microgram:
233
+ :one: "{0} Mikrogramm"
234
+ :other: "{0} Mikrogramm"
235
+ :mass-milligram:
236
+ :one: "{0} Milligramm"
237
+ :other: "{0} Milligramm"
238
+ :mass-ounce:
239
+ :one: "{0} Unze"
240
+ :other: "{0} Unzen"
241
+ :mass-ounce-troy:
242
+ :one: "{0} Feinunze"
243
+ :other: "{0} Feinunzen"
244
+ :mass-pound:
245
+ :one: "{0} Pfund"
246
+ :other: "{0} Pfund"
247
+ :mass-stone:
248
+ :one: "{0} Stone"
249
+ :other: "{0} Stones"
250
+ :mass-ton:
251
+ :one: "{0} Short Ton"
252
+ :other: "{0} Short Tons"
253
+ :power-gigawatt:
254
+ :one: "{0} Gigawatt"
255
+ :other: "{0} Gigawatt"
256
+ :power-horsepower:
257
+ :one: "{0} Pferdestärke"
258
+ :other: "{0} Pferdestärken"
259
+ :power-kilowatt:
260
+ :one: "{0} Kilowatt"
261
+ :other: "{0} Kilowatt"
262
+ :power-megawatt:
263
+ :one: "{0} Megawatt"
264
+ :other: "{0} Megawatt"
265
+ :power-milliwatt:
266
+ :one: "{0} Milliwatt"
267
+ :other: "{0} Milliwatt"
268
+ :power-watt:
269
+ :one: "{0} Watt"
270
+ :other: "{0} Watt"
271
+ :pressure-hectopascal:
272
+ :one: "{0} Hektopascal"
273
+ :other: "{0} Hektopascal"
274
+ :pressure-inch-hg:
275
+ :one: "{0} Zoll Quecksilbersäule"
276
+ :other: "{0} Zoll Quecksilbersäule"
277
+ :pressure-millibar:
278
+ :one: "{0} Millibar"
279
+ :other: "{0} Millibar"
280
+ :pressure-millimeter-of-mercury:
281
+ :one: "{0} Millimeter Quecksilbersäule"
282
+ :other: "{0} Millimeter Quecksilbersäule"
283
+ :pressure-pound-per-square-inch:
284
+ :one: "{0} Pfund pro Quadratzoll"
285
+ :other: "{0} Pfund pro Quadratzoll"
286
+ :proportion-karat:
287
+ :one: "{0} Karat"
288
+ :other: "{0} Karat"
289
+ :speed-kilometer-per-hour:
290
+ :one: "{0} Kilometer pro Stunde"
291
+ :other: "{0} Kilometer pro Stunde"
292
+ :speed-meter-per-second:
293
+ :one: "{0} Meter pro Sekunde"
294
+ :other: "{0} Meter pro Sekunde"
295
+ :speed-mile-per-hour:
296
+ :one: "{0} Meile pro Stunde"
297
+ :other: "{0} Meilen pro Stunde"
298
+ :temperature-celsius:
299
+ :one: "{0} Grad Celsius"
300
+ :other: "{0} Grad Celsius"
301
+ :temperature-fahrenheit:
302
+ :one: "{0} Grad Fahrenheit"
303
+ :other: "{0} Grad Fahrenheit"
304
+ :temperature-kelvin:
305
+ :one: "{0} Kelvin"
306
+ :other: "{0} Kelvin"
307
+ :volume-acre-foot:
308
+ :one: "{0} Acre-Foot"
309
+ :other: "{0} Acre-Feet"
310
+ :volume-bushel:
311
+ :one: "{0} Bushel"
312
+ :other: "{0} Bushel"
313
+ :volume-centiliter:
314
+ :one: "{0} Zentiliter"
315
+ :other: "{0} Zentiliter"
316
+ :volume-cubic-centimeter:
317
+ :one: "{0} Kubikzentimeter"
318
+ :other: "{0} Kubikzentimeter"
319
+ :volume-cubic-foot:
320
+ :one: "{0} Kubikfuß"
321
+ :other: "{0} Kubikfuß"
322
+ :volume-cubic-inch:
323
+ :one: "{0} Kubikzoll"
324
+ :other: "{0} Kubikzoll"
325
+ :volume-cubic-kilometer:
326
+ :one: "{0} Kubikkilometer"
327
+ :other: "{0} Kubikkilometer"
328
+ :volume-cubic-meter:
329
+ :one: "{0} Kubikmeter"
330
+ :other: "{0} Kubikmeter"
331
+ :volume-cubic-mile:
332
+ :one: "{0} Kubikmeile"
333
+ :other: "{0} Kubikmeilen"
334
+ :volume-cubic-yard:
335
+ :one: "{0} Kubikyard"
336
+ :other: "{0} Kubikyards"
337
+ :volume-cup:
338
+ :one: "{0} Cup"
339
+ :other: "{0} Cups"
340
+ :volume-deciliter:
341
+ :one: "{0} Deziliter"
342
+ :other: "{0} Deziliter"
343
+ :volume-fluid-ounce:
344
+ :one: "{0} Flüssigunze"
345
+ :other: "{0} Flüssigunzen"
346
+ :volume-gallon:
347
+ :one: "{0} Gallone"
348
+ :other: "{0} Gallonen"
349
+ :volume-hectoliter:
350
+ :one: "{0} Hektoliter"
351
+ :other: "{0} Hektoliter"
352
+ :volume-liter:
353
+ :one: "{0} Liter"
354
+ :other: "{0} Liter"
355
+ :volume-megaliter:
356
+ :one: "{0} Megaliter"
357
+ :other: "{0} Megaliter"
358
+ :volume-milliliter:
359
+ :one: "{0} Milliliter"
360
+ :other: "{0} Milliliter"
361
+ :volume-pint:
362
+ :one: "{0} Pint"
363
+ :other: "{0} Pints"
364
+ :volume-quart:
365
+ :one: "{0} Quart"
366
+ :other: "{0} Quart"
367
+ :volume-tablespoon:
368
+ :one: "{0} Esslöffel"
369
+ :other: "{0} Esslöffel"
370
+ :volume-teaspoon:
371
+ :one: "{0} Teelöffel"
372
+ :other: "{0} Teelöffel"
373
+ :narrow:
374
+ :acceleration-g-force:
375
+ :one: "{0} G"
376
+ :other: "{0} G"
377
+ :acceleration-meter-per-second-squared:
378
+ :one: "{0} m/s²"
379
+ :other: "{0} m/s²"
380
+ :angle-arc-minute:
381
+ :one: "{0}′"
382
+ :other: "{0}′"
383
+ :angle-arc-second:
384
+ :one: "{0}″"
385
+ :other: "{0}″"
386
+ :angle-degree:
387
+ :one: "{0}°"
388
+ :other: "{0}°"
389
+ :angle-radian:
390
+ :one: "{0} rad"
391
+ :other: "{0} rad"
392
+ :area-acre:
393
+ :one: "{0} ac"
394
+ :other: "{0} ac"
395
+ :area-hectare:
396
+ :one: "{0} ha"
397
+ :other: "{0} ha"
398
+ :area-square-centimeter:
399
+ :one: "{0} cm²"
400
+ :other: "{0} cm²"
401
+ :area-square-foot:
402
+ :one: "{0} ft²"
403
+ :other: "{0} ft²"
404
+ :area-square-inch:
405
+ :one: "{0} in²"
406
+ :other: "{0} in²"
407
+ :area-square-kilometer:
408
+ :one: "{0} km²"
409
+ :other: "{0} km²"
410
+ :area-square-meter:
411
+ :one: "{0} m²"
412
+ :other: "{0} m²"
413
+ :area-square-mile:
414
+ :one: "{0} mi²"
415
+ :other: "{0} mi²"
416
+ :area-square-yard:
417
+ :one: "{0} yd²"
418
+ :other: "{0} yd²"
419
+ :consumption-liter-per-kilometer:
420
+ :one: "{0} l/km"
421
+ :other: "{0} l/km"
422
+ :consumption-mile-per-gallon:
423
+ :one: "{0} mpg"
424
+ :other: "{0} mpg"
425
+ :digital-bit:
426
+ :one: "{0} Bit"
427
+ :other: "{0} Bits"
428
+ :digital-byte:
429
+ :one: "{0} Byte"
430
+ :other: "{0} Bytes"
431
+ :digital-gigabit:
432
+ :one: "{0} Gb"
433
+ :other: "{0} Gb"
434
+ :digital-gigabyte:
435
+ :one: "{0} GB"
436
+ :other: "{0} GB"
437
+ :digital-kilobit:
438
+ :one: "{0} kb"
439
+ :other: "{0} kb"
440
+ :digital-kilobyte:
441
+ :one: "{0} kB"
442
+ :other: "{0} kB"
443
+ :digital-megabit:
444
+ :one: "{0} Mb"
445
+ :other: "{0} Mb"
446
+ :digital-megabyte:
447
+ :one: "{0} MB"
448
+ :other: "{0} MB"
449
+ :digital-terabit:
450
+ :one: "{0} Tb"
451
+ :other: "{0} Tb"
452
+ :digital-terabyte:
453
+ :one: "{0} TB"
454
+ :other: "{0} TB"
455
+ :duration-day:
456
+ :one: "{0} T"
457
+ :other: "{0} T"
458
+ :duration-hour:
459
+ :one: "{0} Std."
460
+ :other: "{0} Std."
461
+ :duration-microsecond:
462
+ :one: "{0} μs"
463
+ :other: "{0} μs"
464
+ :duration-millisecond:
465
+ :one: "{0} ms"
466
+ :other: "{0} ms"
467
+ :duration-minute:
468
+ :one: "{0} Min."
469
+ :other: "{0} Min."
470
+ :duration-month:
471
+ :one: "{0} M"
472
+ :other: "{0} M"
473
+ :duration-nanosecond:
474
+ :one: "{0} ns"
475
+ :other: "{0} ns"
476
+ :duration-second:
477
+ :one: "{0} s"
478
+ :other: "{0} s"
479
+ :duration-week:
480
+ :one: "{0} W"
481
+ :other: "{0} W"
482
+ :duration-year:
483
+ :one: "{0} J"
484
+ :other: "{0} J"
485
+ :electric-ampere:
486
+ :one: "{0} A"
487
+ :other: "{0} A"
488
+ :electric-milliampere:
489
+ :one: "{0} mA"
490
+ :other: "{0} mA"
491
+ :electric-ohm:
492
+ :one: "{0} Ω"
493
+ :other: "{0} Ω"
494
+ :electric-volt:
495
+ :one: "{0} V"
496
+ :other: "{0} V"
497
+ :energy-calorie:
498
+ :one: "{0} cal"
499
+ :other: "{0} cal"
500
+ :energy-foodcalorie:
501
+ :one: "{0} kcal"
502
+ :other: "{0} kcal"
503
+ :energy-joule:
504
+ :one: "{0} J"
505
+ :other: "{0} J"
506
+ :energy-kilocalorie:
507
+ :one: "{0} kcal"
508
+ :other: "{0} kcal"
509
+ :energy-kilojoule:
510
+ :one: "{0} kJ"
511
+ :other: "{0} kJ"
512
+ :energy-kilowatt-hour:
513
+ :one: "{0} kWh"
514
+ :other: "{0} kWh"
515
+ :frequency-gigahertz:
516
+ :one: "{0} GHz"
517
+ :other: "{0} GHz"
518
+ :frequency-hertz:
519
+ :one: "{0} Hz"
520
+ :other: "{0} Hz"
521
+ :frequency-kilohertz:
522
+ :one: "{0} kHz"
523
+ :other: "{0} kHz"
524
+ :frequency-megahertz:
525
+ :one: "{0} MHz"
526
+ :other: "{0} MHz"
527
+ :length-astronomical-unit:
528
+ :one: "{0} AE"
529
+ :other: "{0} AE"
530
+ :length-centimeter:
531
+ :one: "{0} cm"
532
+ :other: "{0} cm"
533
+ :length-decimeter:
534
+ :one: "{0} dm"
535
+ :other: "{0} dm"
536
+ :length-fathom:
537
+ :one: "{0} fm"
538
+ :other: "{0} fm"
539
+ :length-foot:
540
+ :one: "{0} ft"
541
+ :other: "{0} ft"
542
+ :length-furlong:
543
+ :one: "{0} fur"
544
+ :other: "{0} fur"
545
+ :length-inch:
546
+ :one: "{0} in"
547
+ :other: "{0} in"
548
+ :length-kilometer:
549
+ :one: "{0} km"
550
+ :other: "{0} km"
551
+ :length-light-year:
552
+ :one: "{0} ly"
553
+ :other: "{0} ly"
554
+ :length-meter:
555
+ :one: "{0} m"
556
+ :other: "{0} m"
557
+ :length-micrometer:
558
+ :one: "{0} µm"
559
+ :other: "{0} µm"
560
+ :length-mile:
561
+ :one: "{0} mi"
562
+ :other: "{0} mi"
563
+ :length-millimeter:
564
+ :one: "{0} mm"
565
+ :other: "{0} mm"
566
+ :length-nanometer:
567
+ :one: "{0} nm"
568
+ :other: "{0} nm"
569
+ :length-nautical-mile:
570
+ :one: "{0} sm"
571
+ :other: "{0} sm"
572
+ :length-parsec:
573
+ :one: "{0} pc"
574
+ :other: "{0} pc"
575
+ :length-picometer:
576
+ :one: "{0} pm"
577
+ :other: "{0} pm"
578
+ :length-yard:
579
+ :one: "{0} yd"
580
+ :other: "{0} yd"
581
+ :light-lux:
582
+ :one: "{0} lx"
583
+ :other: "{0} lx"
584
+ :mass-carat:
585
+ :one: "{0} Kt"
586
+ :other: "{0} Kt"
587
+ :mass-gram:
588
+ :one: "{0} g"
589
+ :other: "{0} g"
590
+ :mass-kilogram:
591
+ :one: "{0} kg"
592
+ :other: "{0} kg"
593
+ :mass-metric-ton:
594
+ :one: "{0} t"
595
+ :other: "{0} t"
596
+ :mass-microgram:
597
+ :one: "{0} µg"
598
+ :other: "{0} µg"
599
+ :mass-milligram:
600
+ :one: "{0} mg"
601
+ :other: "{0} mg"
602
+ :mass-ounce:
603
+ :one: "{0} oz"
604
+ :other: "{0} oz"
605
+ :mass-ounce-troy:
606
+ :one: "{0} oz.tr."
607
+ :other: "{0} oz.tr."
608
+ :mass-pound:
609
+ :one: "{0} lb"
610
+ :other: "{0} lb"
611
+ :mass-stone:
612
+ :one: "{0} st"
613
+ :other: "{0} st"
614
+ :mass-ton:
615
+ :one: "{0} tn"
616
+ :other: "{0} tn"
617
+ :power-gigawatt:
618
+ :one: "{0} GW"
619
+ :other: "{0} GW"
620
+ :power-horsepower:
621
+ :one: "{0} PS"
622
+ :other: "{0} PS"
623
+ :power-kilowatt:
624
+ :one: "{0} kW"
625
+ :other: "{0} kW"
626
+ :power-megawatt:
627
+ :one: "{0} MW"
628
+ :other: "{0} MW"
629
+ :power-milliwatt:
630
+ :one: "{0} mW"
631
+ :other: "{0} mW"
632
+ :power-watt:
633
+ :one: "{0} W"
634
+ :other: "{0} W"
635
+ :pressure-hectopascal:
636
+ :one: "{0} hPa"
637
+ :other: "{0} hPa"
638
+ :pressure-inch-hg:
639
+ :one: "{0} inHg"
640
+ :other: "{0} inHg"
641
+ :pressure-millibar:
642
+ :one: "{0} mbar"
643
+ :other: "{0} mbar"
644
+ :pressure-millimeter-of-mercury:
645
+ :one: "{0} mm Hg"
646
+ :other: "{0} mm Hg"
647
+ :pressure-pound-per-square-inch:
648
+ :one: "{0} psi"
649
+ :other: "{0} psi"
650
+ :proportion-karat:
651
+ :one: "{0} kt"
652
+ :other: "{0} kt"
653
+ :speed-kilometer-per-hour:
654
+ :one: "{0} km/h"
655
+ :other: "{0} km/h"
656
+ :speed-meter-per-second:
657
+ :one: "{0} m/s"
658
+ :other: "{0} m/s"
659
+ :speed-mile-per-hour:
660
+ :one: "{0} mi/h"
661
+ :other: "{0} mi/h"
662
+ :temperature-celsius:
663
+ :one: "{0}°"
664
+ :other: "{0}°"
665
+ :temperature-fahrenheit:
666
+ :one: "{0}°F"
667
+ :other: "{0}°F"
668
+ :temperature-kelvin:
669
+ :one: "{0} K"
670
+ :other: "{0} K"
671
+ :volume-acre-foot:
672
+ :one: "{0} ac ft"
673
+ :other: "{0} ac ft"
674
+ :volume-bushel:
675
+ :one: "{0} bu"
676
+ :other: "{0} bu"
677
+ :volume-centiliter:
678
+ :one: "{0} cl"
679
+ :other: "{0} cl"
680
+ :volume-cubic-centimeter:
681
+ :one: "{0} cm³"
682
+ :other: "{0} cm³"
683
+ :volume-cubic-foot:
684
+ :one: "{0} ft³"
685
+ :other: "{0} ft³"
686
+ :volume-cubic-inch:
687
+ :one: "{0} in³"
688
+ :other: "{0} in³"
689
+ :volume-cubic-kilometer:
690
+ :one: "{0} km³"
691
+ :other: "{0} km³"
692
+ :volume-cubic-meter:
693
+ :one: "{0} m³"
694
+ :other: "{0} m³"
695
+ :volume-cubic-mile:
696
+ :one: "{0} mi³"
697
+ :other: "{0} mi³"
698
+ :volume-cubic-yard:
699
+ :one: "{0} yd³"
700
+ :other: "{0} yd³"
701
+ :volume-cup:
702
+ :one: "{0} Cup"
703
+ :other: "{0} Cups"
704
+ :volume-deciliter:
705
+ :one: "{0} dl"
706
+ :other: "{0} dl"
707
+ :volume-fluid-ounce:
708
+ :one: "{0} fl oz"
709
+ :other: "{0} fl oz"
710
+ :volume-gallon:
711
+ :one: "{0} gal"
712
+ :other: "{0} gal"
713
+ :volume-hectoliter:
714
+ :one: "{0} hl"
715
+ :other: "{0} hl"
716
+ :volume-liter:
717
+ :one: "{0} l"
718
+ :other: "{0} l"
719
+ :volume-megaliter:
720
+ :one: "{0} Ml"
721
+ :other: "{0} Ml"
722
+ :volume-milliliter:
723
+ :one: "{0} ml"
724
+ :other: "{0} ml"
725
+ :volume-pint:
726
+ :one: "{0} pt"
727
+ :other: "{0} pt"
728
+ :volume-quart:
729
+ :one: "{0} qt"
730
+ :other: "{0} qt"
731
+ :volume-tablespoon:
732
+ :one: "{0} EL"
733
+ :other: "{0} EL"
734
+ :volume-teaspoon:
735
+ :one: "{0} TL"
736
+ :other: "{0} TL"
8
737
  :short:
9
- :one: "{0} Tag"
10
- :other: "{0} Tage"
11
- :day-future:
12
- :default:
13
- :one: "In {0} Tag"
14
- :other: "In {0} Tagen"
15
- :day-past:
16
- :default:
17
- :one: "Vor {0} Tag"
18
- :other: "Vor {0} Tagen"
19
- :hour:
20
- :default:
21
- :one: "{0} Stunde"
22
- :other: "{0} Stunden"
23
- :short:
24
- :one: "{0} Std."
25
- :other: "{0} Std."
26
- :hour-future:
27
- :default:
28
- :one: "In {0} Stunde"
29
- :other: "In {0} Stunden"
30
- :hour-past:
31
- :default:
32
- :one: "Vor {0} Stunde"
33
- :other: "Vor {0} Stunden"
34
- :minute:
35
- :default:
36
- :one: "{0} Minute"
37
- :other: "{0} Minuten"
38
- :short:
39
- :one: "{0} Min."
40
- :other: "{0} Min."
41
- :minute-future:
42
- :default:
43
- :one: "In {0} Minute"
44
- :other: "In {0} Minuten"
45
- :minute-past:
46
- :default:
47
- :one: "Vor {0} Minute"
48
- :other: "Vor {0} Minuten"
49
- :month:
50
- :default:
51
- :one: "{0} Monat"
52
- :other: "{0} Monate"
53
- :short:
54
- :one: "{0} Monat"
55
- :other: "{0} Monate"
56
- :month-future:
57
- :default:
58
- :one: "In {0} Monat"
59
- :other: "In {0} Monaten"
60
- :month-past:
61
- :default:
62
- :one: "Vor {0} Monat"
63
- :other: "Vor {0} Monaten"
64
- :second:
65
- :default:
66
- :one: "{0} Sekunde"
67
- :other: "{0} Sekunden"
68
- :short:
69
- :one: "{0} Sek."
70
- :other: "{0} Sek."
71
- :second-future:
72
- :default:
73
- :one: "In {0} Sekunde"
74
- :other: "In {0} Sekunden"
75
- :second-past:
76
- :default:
77
- :one: "Vor {0} Sekunde"
78
- :other: "Vor {0} Sekunden"
79
- :week:
80
- :default:
81
- :one: "{0} Woche"
82
- :other: "{0} Wochen"
83
- :short:
84
- :one: "{0} Woche"
85
- :other: "{0} Wochen"
86
- :week-future:
87
- :default:
88
- :one: "In {0} Woche"
89
- :other: "In {0} Wochen"
90
- :week-past:
91
- :default:
92
- :one: "Vor {0} Woche"
93
- :other: "Vor {0} Wochen"
94
- :year:
95
- :default:
96
- :one: "{0} Jahr"
97
- :other: "{0} Jahre"
98
- :short:
99
- :one: "{0} Jahr"
100
- :other: "{0} Jahre"
101
- :year-future:
102
- :default:
103
- :one: "In {0} Jahr"
104
- :other: "In {0} Jahren"
105
- :year-past:
106
- :default:
107
- :one: "Vor {0} Jahr"
108
- :other: "Vor {0} Jahren"
738
+ :acceleration-g-force:
739
+ :one: "{0} G"
740
+ :other: "{0} G"
741
+ :acceleration-meter-per-second-squared:
742
+ :one: "{0} m/s²"
743
+ :other: "{0} m/s²"
744
+ :angle-arc-minute:
745
+ :one: "{0}′"
746
+ :other: "{0}"
747
+ :angle-arc-second:
748
+ :one: "{0}″"
749
+ :other: "{0}″"
750
+ :angle-degree:
751
+ :one: "{0}°"
752
+ :other: "{0}°"
753
+ :angle-radian:
754
+ :one: "{0} rad"
755
+ :other: "{0} rad"
756
+ :area-acre:
757
+ :one: "{0} ac"
758
+ :other: "{0} ac"
759
+ :area-hectare:
760
+ :one: "{0} ha"
761
+ :other: "{0} ha"
762
+ :area-square-centimeter:
763
+ :one: "{0} cm²"
764
+ :other: "{0} cm²"
765
+ :area-square-foot:
766
+ :one: "{0} ft²"
767
+ :other: "{0} ft²"
768
+ :area-square-inch:
769
+ :one: "{0} in²"
770
+ :other: "{0} in²"
771
+ :area-square-kilometer:
772
+ :one: "{0} km²"
773
+ :other: "{0} km²"
774
+ :area-square-meter:
775
+ :one: "{0} m²"
776
+ :other: "{0} "
777
+ :area-square-mile:
778
+ :one: "{0} mi²"
779
+ :other: "{0} mi²"
780
+ :area-square-yard:
781
+ :one: "{0} yd²"
782
+ :other: "{0} yd²"
783
+ :consumption-liter-per-kilometer:
784
+ :one: "{0} l/km"
785
+ :other: "{0} l/km"
786
+ :consumption-mile-per-gallon:
787
+ :one: "{0} mpg"
788
+ :other: "{0} mpg"
789
+ :digital-bit:
790
+ :one: "{0} Bit"
791
+ :other: "{0} Bits"
792
+ :digital-byte:
793
+ :one: "{0} Byte"
794
+ :other: "{0} Bytes"
795
+ :digital-gigabit:
796
+ :one: "{0} Gb"
797
+ :other: "{0} Gb"
798
+ :digital-gigabyte:
799
+ :one: "{0} GB"
800
+ :other: "{0} GB"
801
+ :digital-kilobit:
802
+ :one: "{0} kb"
803
+ :other: "{0} kb"
804
+ :digital-kilobyte:
805
+ :one: "{0} kB"
806
+ :other: "{0} kB"
807
+ :digital-megabit:
808
+ :one: "{0} Mb"
809
+ :other: "{0} Mb"
810
+ :digital-megabyte:
811
+ :one: "{0} MB"
812
+ :other: "{0} MB"
813
+ :digital-terabit:
814
+ :one: "{0} Tb"
815
+ :other: "{0} Tb"
816
+ :digital-terabyte:
817
+ :one: "{0} TB"
818
+ :other: "{0} TB"
819
+ :duration-day:
820
+ :one: "{0} T"
821
+ :other: "{0} T"
822
+ :duration-hour:
823
+ :one: "{0} Std."
824
+ :other: "{0} Std."
825
+ :duration-microsecond:
826
+ :one: "{0} μs"
827
+ :other: "{0} μs"
828
+ :duration-millisecond:
829
+ :one: "{0} ms"
830
+ :other: "{0} ms"
831
+ :duration-minute:
832
+ :one: "{0} Min."
833
+ :other: "{0} Min."
834
+ :duration-month:
835
+ :one: "{0} Mon"
836
+ :other: "{0} Mon"
837
+ :duration-nanosecond:
838
+ :one: "{0} ns"
839
+ :other: "{0} ns"
840
+ :duration-second:
841
+ :one: "{0} Sek."
842
+ :other: "{0} Sek."
843
+ :duration-week:
844
+ :one: "{0} W"
845
+ :other: "{0} W"
846
+ :duration-year:
847
+ :one: "{0} J"
848
+ :other: "{0} J"
849
+ :electric-ampere:
850
+ :one: "{0} A"
851
+ :other: "{0} A"
852
+ :electric-milliampere:
853
+ :one: "{0} mA"
854
+ :other: "{0} mA"
855
+ :electric-ohm:
856
+ :one: "{0} Ω"
857
+ :other: "{0} Ω"
858
+ :electric-volt:
859
+ :one: "{0} V"
860
+ :other: "{0} V"
861
+ :energy-calorie:
862
+ :one: "{0} cal"
863
+ :other: "{0} cal"
864
+ :energy-foodcalorie:
865
+ :one: "{0} kcal"
866
+ :other: "{0} kcal"
867
+ :energy-joule:
868
+ :one: "{0} J"
869
+ :other: "{0} J"
870
+ :energy-kilocalorie:
871
+ :one: "{0} kcal"
872
+ :other: "{0} kcal"
873
+ :energy-kilojoule:
874
+ :one: "{0} kJ"
875
+ :other: "{0} kJ"
876
+ :energy-kilowatt-hour:
877
+ :one: "{0} kWh"
878
+ :other: "{0} kWh"
879
+ :frequency-gigahertz:
880
+ :one: "{0} GHz"
881
+ :other: "{0} GHz"
882
+ :frequency-hertz:
883
+ :one: "{0} Hz"
884
+ :other: "{0} Hz"
885
+ :frequency-kilohertz:
886
+ :one: "{0} kHz"
887
+ :other: "{0} kHz"
888
+ :frequency-megahertz:
889
+ :one: "{0} MHz"
890
+ :other: "{0} MHz"
891
+ :length-astronomical-unit:
892
+ :one: "{0} AE"
893
+ :other: "{0} AE"
894
+ :length-centimeter:
895
+ :one: "{0} cm"
896
+ :other: "{0} cm"
897
+ :length-decimeter:
898
+ :one: "{0} dm"
899
+ :other: "{0} dm"
900
+ :length-fathom:
901
+ :one: "{0} fm"
902
+ :other: "{0} fm"
903
+ :length-foot:
904
+ :one: "{0} ft"
905
+ :other: "{0} ft"
906
+ :length-furlong:
907
+ :one: "{0} fur"
908
+ :other: "{0} fur"
909
+ :length-inch:
910
+ :one: "{0} in"
911
+ :other: "{0} in"
912
+ :length-kilometer:
913
+ :one: "{0} km"
914
+ :other: "{0} km"
915
+ :length-light-year:
916
+ :one: "{0} Lj"
917
+ :other: "{0} Lj"
918
+ :length-meter:
919
+ :one: "{0} m"
920
+ :other: "{0} m"
921
+ :length-micrometer:
922
+ :one: "{0} µm"
923
+ :other: "{0} µm"
924
+ :length-mile:
925
+ :one: "{0} mi"
926
+ :other: "{0} mi"
927
+ :length-millimeter:
928
+ :one: "{0} mm"
929
+ :other: "{0} mm"
930
+ :length-nanometer:
931
+ :one: "{0} nm"
932
+ :other: "{0} nm"
933
+ :length-nautical-mile:
934
+ :one: "{0} sm"
935
+ :other: "{0} sm"
936
+ :length-parsec:
937
+ :one: "{0} pc"
938
+ :other: "{0} pc"
939
+ :length-picometer:
940
+ :one: "{0} pm"
941
+ :other: "{0} pm"
942
+ :length-yard:
943
+ :one: "{0} yd"
944
+ :other: "{0} yd"
945
+ :light-lux:
946
+ :one: "{0} lx"
947
+ :other: "{0} lx"
948
+ :mass-carat:
949
+ :one: "{0} Kt"
950
+ :other: "{0} Kt"
951
+ :mass-gram:
952
+ :one: "{0} g"
953
+ :other: "{0} g"
954
+ :mass-kilogram:
955
+ :one: "{0} kg"
956
+ :other: "{0} kg"
957
+ :mass-metric-ton:
958
+ :one: "{0} t"
959
+ :other: "{0} t"
960
+ :mass-microgram:
961
+ :one: "{0} µg"
962
+ :other: "{0} µg"
963
+ :mass-milligram:
964
+ :one: "{0} mg"
965
+ :other: "{0} mg"
966
+ :mass-ounce:
967
+ :one: "{0} oz"
968
+ :other: "{0} oz"
969
+ :mass-ounce-troy:
970
+ :one: "{0} oz.tr."
971
+ :other: "{0} oz.tr."
972
+ :mass-pound:
973
+ :one: "{0} lb"
974
+ :other: "{0} lb"
975
+ :mass-stone:
976
+ :one: "{0} st"
977
+ :other: "{0} st"
978
+ :mass-ton:
979
+ :one: "{0} tn"
980
+ :other: "{0} tn"
981
+ :power-gigawatt:
982
+ :one: "{0} GW"
983
+ :other: "{0} GW"
984
+ :power-horsepower:
985
+ :one: "{0} PS"
986
+ :other: "{0} PS"
987
+ :power-kilowatt:
988
+ :one: "{0} kW"
989
+ :other: "{0} kW"
990
+ :power-megawatt:
991
+ :one: "{0} MW"
992
+ :other: "{0} MW"
993
+ :power-milliwatt:
994
+ :one: "{0} mW"
995
+ :other: "{0} mW"
996
+ :power-watt:
997
+ :one: "{0} W"
998
+ :other: "{0} W"
999
+ :pressure-hectopascal:
1000
+ :one: "{0} hPa"
1001
+ :other: "{0} hPa"
1002
+ :pressure-inch-hg:
1003
+ :one: "{0} inHg"
1004
+ :other: "{0} inHg"
1005
+ :pressure-millibar:
1006
+ :one: "{0} mbar"
1007
+ :other: "{0} mbar"
1008
+ :pressure-millimeter-of-mercury:
1009
+ :one: "{0} mm Hg"
1010
+ :other: "{0} mm Hg"
1011
+ :pressure-pound-per-square-inch:
1012
+ :one: "{0} psi"
1013
+ :other: "{0} psi"
1014
+ :proportion-karat:
1015
+ :one: "{0} kt"
1016
+ :other: "{0} kt"
1017
+ :speed-kilometer-per-hour:
1018
+ :one: "{0} km/h"
1019
+ :other: "{0} km/h"
1020
+ :speed-meter-per-second:
1021
+ :one: "{0} m/s"
1022
+ :other: "{0} m/s"
1023
+ :speed-mile-per-hour:
1024
+ :one: "{0} mi/h"
1025
+ :other: "{0} mi/h"
1026
+ :temperature-celsius:
1027
+ :one: "{0} °C"
1028
+ :other: "{0} °C"
1029
+ :temperature-fahrenheit:
1030
+ :one: "{0}°F"
1031
+ :other: "{0}°F"
1032
+ :temperature-kelvin:
1033
+ :one: "{0} K"
1034
+ :other: "{0} K"
1035
+ :volume-acre-foot:
1036
+ :one: "{0} ac ft"
1037
+ :other: "{0} ac ft"
1038
+ :volume-bushel:
1039
+ :one: "{0} bu"
1040
+ :other: "{0} bu"
1041
+ :volume-centiliter:
1042
+ :one: "{0} cl"
1043
+ :other: "{0} cl"
1044
+ :volume-cubic-centimeter:
1045
+ :one: "{0} cm³"
1046
+ :other: "{0} cm³"
1047
+ :volume-cubic-foot:
1048
+ :one: "{0} ft³"
1049
+ :other: "{0} ft³"
1050
+ :volume-cubic-inch:
1051
+ :one: "{0} in³"
1052
+ :other: "{0} in³"
1053
+ :volume-cubic-kilometer:
1054
+ :one: "{0} km³"
1055
+ :other: "{0} km³"
1056
+ :volume-cubic-meter:
1057
+ :one: "{0} m³"
1058
+ :other: "{0} m³"
1059
+ :volume-cubic-mile:
1060
+ :one: "{0} mi³"
1061
+ :other: "{0} mi³"
1062
+ :volume-cubic-yard:
1063
+ :one: "{0} yd³"
1064
+ :other: "{0} yd³"
1065
+ :volume-cup:
1066
+ :one: "{0} Cup"
1067
+ :other: "{0} Cups"
1068
+ :volume-deciliter:
1069
+ :one: "{0} dl"
1070
+ :other: "{0} dl"
1071
+ :volume-fluid-ounce:
1072
+ :one: "{0} fl oz"
1073
+ :other: "{0} fl oz"
1074
+ :volume-gallon:
1075
+ :one: "{0} gal"
1076
+ :other: "{0} gal"
1077
+ :volume-hectoliter:
1078
+ :one: "{0} hl"
1079
+ :other: "{0} hl"
1080
+ :volume-liter:
1081
+ :one: "{0} l"
1082
+ :other: "{0} l"
1083
+ :volume-megaliter:
1084
+ :one: "{0} Ml"
1085
+ :other: "{0} Ml"
1086
+ :volume-milliliter:
1087
+ :one: "{0} ml"
1088
+ :other: "{0} ml"
1089
+ :volume-pint:
1090
+ :one: "{0} pt"
1091
+ :other: "{0} pt"
1092
+ :volume-quart:
1093
+ :one: "{0} qt"
1094
+ :other: "{0} qt"
1095
+ :volume-tablespoon:
1096
+ :one: "{0} EL"
1097
+ :other: "{0} EL"
1098
+ :volume-teaspoon:
1099
+ :one: "{0} TL"
1100
+ :other: "{0} TL"