@ui5/webcomponents-localization 0.0.0-d010d8832 → 0.0.0-d473b9686

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/.eslintignore +2 -1
  2. package/CHANGELOG.md +843 -0
  3. package/README.md +2 -1
  4. package/dist/.tsbuildinfo +1 -0
  5. package/dist/dates/CalendarDate.d.ts +2 -2
  6. package/dist/dates/CalendarDate.js.map +1 -1
  7. package/dist/dates/ExtremeDates.d.ts +2 -2
  8. package/dist/dates/ExtremeDates.js.map +1 -1
  9. package/dist/dates/UniversalDate.d.ts +1 -1
  10. package/dist/dates/UniversalDate.js.map +1 -1
  11. package/dist/dates/calculateWeekNumber.d.ts +2 -1
  12. package/dist/dates/calculateWeekNumber.js +6 -6
  13. package/dist/dates/calculateWeekNumber.js.map +1 -1
  14. package/dist/dates/convertMonthNumbersToMonthNames.d.ts +1 -1
  15. package/dist/dates/convertMonthNumbersToMonthNames.js.map +1 -1
  16. package/dist/dates/getTodayUTCTimestamp.d.ts +1 -1
  17. package/dist/dates/getTodayUTCTimestamp.js.map +1 -1
  18. package/dist/dates/modifyDateBy.d.ts +2 -1
  19. package/dist/dates/modifyDateBy.js +34 -19
  20. package/dist/dates/modifyDateBy.js.map +1 -1
  21. package/dist/dates/transformDateToSecondaryType.d.ts +1 -1
  22. package/dist/dates/transformDateToSecondaryType.js.map +1 -1
  23. package/dist/generated/assets/cldr/ar.json +2812 -57
  24. package/dist/generated/assets/cldr/ar_EG.json +2812 -57
  25. package/dist/generated/assets/cldr/ar_SA.json +2812 -57
  26. package/dist/generated/assets/cldr/bg.json +2057 -299
  27. package/dist/generated/assets/cldr/ca.json +2189 -391
  28. package/dist/generated/assets/cldr/cnr.json +4667 -0
  29. package/dist/generated/assets/cldr/cs.json +2673 -322
  30. package/dist/generated/assets/cldr/cy.json +2949 -267
  31. package/dist/generated/assets/cldr/da.json +2000 -226
  32. package/dist/generated/assets/cldr/de.json +2046 -240
  33. package/dist/generated/assets/cldr/de_AT.json +2047 -240
  34. package/dist/generated/assets/cldr/de_CH.json +2044 -239
  35. package/dist/generated/assets/cldr/el.json +1813 -99
  36. package/dist/generated/assets/cldr/el_CY.json +1813 -99
  37. package/dist/generated/assets/cldr/en.json +2246 -487
  38. package/dist/generated/assets/cldr/en_AU.json +2273 -483
  39. package/dist/generated/assets/cldr/en_GB.json +2205 -416
  40. package/dist/generated/assets/cldr/en_HK.json +2235 -446
  41. package/dist/generated/assets/cldr/en_IE.json +2201 -412
  42. package/dist/generated/assets/cldr/en_IN.json +2204 -414
  43. package/dist/generated/assets/cldr/en_NZ.json +2221 -432
  44. package/dist/generated/assets/cldr/en_PG.json +2222 -432
  45. package/dist/generated/assets/cldr/en_SG.json +2222 -432
  46. package/dist/generated/assets/cldr/en_ZA.json +2202 -412
  47. package/dist/generated/assets/cldr/es.json +2399 -455
  48. package/dist/generated/assets/cldr/es_AR.json +2351 -409
  49. package/dist/generated/assets/cldr/es_BO.json +2384 -443
  50. package/dist/generated/assets/cldr/es_CL.json +2231 -397
  51. package/dist/generated/assets/cldr/es_CO.json +2149 -314
  52. package/dist/generated/assets/cldr/es_MX.json +2377 -434
  53. package/dist/generated/assets/cldr/es_PE.json +2096 -371
  54. package/dist/generated/assets/cldr/es_UY.json +2098 -371
  55. package/dist/generated/assets/cldr/es_VE.json +2117 -391
  56. package/dist/generated/assets/cldr/et.json +2080 -306
  57. package/dist/generated/assets/cldr/fa.json +1829 -18
  58. package/dist/generated/assets/cldr/fi.json +2095 -307
  59. package/dist/generated/assets/cldr/fr.json +2096 -303
  60. package/dist/generated/assets/cldr/fr_BE.json +2096 -303
  61. package/dist/generated/assets/cldr/fr_CA.json +2150 -378
  62. package/dist/generated/assets/cldr/fr_CH.json +2050 -256
  63. package/dist/generated/assets/cldr/fr_LU.json +2096 -303
  64. package/dist/generated/assets/cldr/he.json +2286 -17
  65. package/dist/generated/assets/cldr/hi.json +1756 -13
  66. package/dist/generated/assets/cldr/hr.json +2397 -409
  67. package/dist/generated/assets/cldr/hu.json +2011 -194
  68. package/dist/generated/assets/cldr/id.json +1981 -393
  69. package/dist/generated/assets/cldr/it.json +2115 -350
  70. package/dist/generated/assets/cldr/it_CH.json +2115 -350
  71. package/dist/generated/assets/cldr/ja.json +1591 -3
  72. package/dist/generated/assets/cldr/kk.json +2240 -326
  73. package/dist/generated/assets/cldr/ko.json +1571 -2
  74. package/dist/generated/assets/cldr/lt.json +2449 -230
  75. package/dist/generated/assets/cldr/lv.json +2126 -119
  76. package/dist/generated/assets/cldr/mk.json +4408 -0
  77. package/dist/generated/assets/cldr/ms.json +1930 -375
  78. package/dist/generated/assets/cldr/nb.json +1872 -90
  79. package/dist/generated/assets/cldr/nl.json +2311 -370
  80. package/dist/generated/assets/cldr/nl_BE.json +2311 -370
  81. package/dist/generated/assets/cldr/pl.json +2533 -278
  82. package/dist/generated/assets/cldr/pt.json +2320 -330
  83. package/dist/generated/assets/cldr/pt_PT.json +2443 -453
  84. package/dist/generated/assets/cldr/ro.json +2321 -333
  85. package/dist/generated/assets/cldr/ru.json +2520 -277
  86. package/dist/generated/assets/cldr/ru_UA.json +2515 -272
  87. package/dist/generated/assets/cldr/sk.json +2666 -412
  88. package/dist/generated/assets/cldr/sl.json +2339 -79
  89. package/dist/generated/assets/cldr/sr.json +2215 -141
  90. package/dist/generated/assets/cldr/sr_Latn.json +2455 -399
  91. package/dist/generated/assets/cldr/sv.json +2070 -295
  92. package/dist/generated/assets/cldr/th.json +1622 -23
  93. package/dist/generated/assets/cldr/tr.json +2158 -319
  94. package/dist/generated/assets/cldr/uk.json +2495 -271
  95. package/dist/generated/assets/cldr/vi.json +1866 -327
  96. package/dist/generated/assets/cldr/zh_CN.json +1572 -3
  97. package/dist/generated/assets/cldr/zh_HK.json +1571 -2
  98. package/dist/generated/assets/cldr/zh_SG.json +1572 -2
  99. package/dist/generated/assets/cldr/zh_TW.json +1595 -27
  100. package/dist/generated/json-imports/LocaleData.d.ts +1 -0
  101. package/dist/generated/json-imports/LocaleData.js +89 -89
  102. package/dist/generated/json-imports/LocaleData.js.map +1 -0
  103. package/dist/sap/base/Event.js +59 -0
  104. package/dist/sap/base/Eventing.js +146 -0
  105. package/dist/sap/base/Log.js +2 -239
  106. package/dist/sap/base/assert.js +28 -1
  107. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  108. package/dist/sap/base/config.js +17 -0
  109. package/dist/sap/base/i18n/Formatting.js +1130 -0
  110. package/dist/sap/base/i18n/LanguageTag.js +173 -0
  111. package/dist/sap/base/i18n/Localization.d.ts +4 -0
  112. package/dist/sap/base/i18n/Localization.js +12 -0
  113. package/dist/sap/base/i18n/Localization.js.map +1 -0
  114. package/dist/sap/base/i18n/date/CalendarType.js +43 -0
  115. package/dist/sap/base/i18n/date/CalendarWeekNumbering.js +105 -0
  116. package/dist/sap/base/i18n/date/TimezoneUtils.js +319 -0
  117. package/dist/sap/base/strings/camelize.js +30 -0
  118. package/dist/sap/base/strings/formatMessage.js +88 -15
  119. package/dist/sap/base/util/ObjectPath.d.ts +4 -0
  120. package/dist/sap/base/util/ObjectPath.js +4 -33
  121. package/dist/sap/base/util/ObjectPath.js.map +1 -0
  122. package/dist/sap/base/util/Version.js +157 -0
  123. package/dist/sap/base/util/_merge.js +83 -26
  124. package/dist/sap/base/util/array/uniqueSort.js +37 -15
  125. package/dist/sap/base/util/deepClone.js +102 -0
  126. package/dist/sap/base/util/deepEqual.js +75 -51
  127. package/dist/sap/base/util/extend.js +58 -7
  128. package/dist/sap/base/util/isEmptyObject.js +34 -0
  129. package/dist/sap/base/util/isPlainObject.js +35 -1
  130. package/dist/sap/base/util/now.js +24 -3
  131. package/dist/sap/base/util/resolveReference.js +3 -0
  132. package/dist/sap/base/util/uid.js +27 -0
  133. package/dist/sap/ui/base/DataType.js +657 -0
  134. package/dist/sap/ui/base/Interface.js +47 -1
  135. package/dist/sap/ui/base/Metadata.js +435 -171
  136. package/dist/sap/ui/base/Object.js +284 -48
  137. package/dist/sap/ui/core/CalendarType.js +24 -8
  138. package/dist/sap/ui/core/Configuration.d.ts +1 -0
  139. package/dist/sap/ui/core/Configuration.js +2 -0
  140. package/dist/sap/ui/core/Configuration.js.map +1 -1
  141. package/dist/sap/ui/core/Core.d.ts +1 -0
  142. package/dist/sap/ui/core/Locale.js +190 -155
  143. package/dist/sap/ui/core/LocaleData.js +2659 -1351
  144. package/dist/sap/ui/core/Supportability.js +5 -0
  145. package/dist/sap/ui/core/Theming.js +539 -0
  146. package/dist/sap/ui/core/date/Buddhist.js +162 -87
  147. package/dist/sap/ui/core/date/CalendarUtils.js +61 -32
  148. package/dist/sap/ui/core/date/CalendarWeekNumbering.js +30 -7
  149. package/dist/sap/ui/core/date/Gregorian.js +25 -10
  150. package/dist/sap/ui/core/date/Islamic.js +298 -185
  151. package/dist/sap/ui/core/date/Japanese.js +210 -115
  152. package/dist/sap/ui/core/date/Persian.js +324 -195
  153. package/dist/sap/ui/core/date/UI5Date.js +923 -237
  154. package/dist/sap/ui/core/date/UniversalDate.js +1238 -256
  155. package/dist/sap/ui/core/date/_Calendars.js +10 -1
  156. package/dist/sap/ui/core/format/DateFormat.js +3171 -2111
  157. package/dist/sap/ui/core/format/TimezoneUtil.js +24 -89
  158. package/package-scripts.cjs +11 -20
  159. package/package.json +13 -7
  160. package/tsconfig.json +11 -1
  161. package/used-modules.txt +24 -1
  162. package/dist/Assets-static.d.ts +0 -1
  163. package/dist/Assets-static.js +0 -3
  164. package/dist/Assets-static.js.map +0 -1
  165. package/dist/generated/json-imports/LocaleData-static.js +0 -90
  166. package/dist/sap/ui/Device.js +0 -5
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "__license": "This file has been derived from Unicode Common Locale Data Repository (CLDR) files (http://cldr.unicode.org). See the copyright and permission notice in the Unicode-Data-Files-LICENSE.txt available at the same location as this file or visit http://www.unicode.org/copyright.html",
3
- "__version": "41.0.0",
4
- "__buildtime": "2022-12-19T09:41:25.319Z",
3
+ "__version": "43.0.0",
4
+ "__buildtime": "2023-09-28T11:39:07.908Z",
5
5
  "orientation": "left-to-right",
6
6
  "ca-gregorian": {
7
7
  "dateFormats": {
@@ -30,9 +30,9 @@
30
30
  "EBhm": "E h:mm B",
31
31
  "EBhms": "E h:mm:ss B",
32
32
  "Ed": "E d.",
33
- "Ehm": "E h:mm a",
33
+ "Ehm": "E h:mma",
34
34
  "EHm": "E HH:mm",
35
- "Ehms": "E h:mm:ss a",
35
+ "Ehms": "E h:mm:ssa",
36
36
  "EHms": "E HH:mm:ss",
37
37
  "Gy": "y G",
38
38
  "GyMd": "d. M. y GGGGG",
@@ -40,15 +40,15 @@
40
40
  "GyMMMd": "d. M. y G",
41
41
  "GyMMMEd": "E d. M. y G",
42
42
  "GyMMMMd": "d. M. y G",
43
- "h": "h a",
43
+ "h": "ha",
44
44
  "H": "H",
45
- "hm": "h:mm a",
45
+ "hm": "h:mma",
46
46
  "Hm": "H:mm",
47
- "hms": "h:mm:ss a",
47
+ "hms": "h:mm:ssa",
48
48
  "Hms": "H:mm:ss",
49
- "hmsv": "h:mm:ss a v",
49
+ "hmsv": "h:mm:ssa v",
50
50
  "Hmsv": "H:mm:ss v",
51
- "hmv": "h:mm a v",
51
+ "hmv": "h:mma v",
52
52
  "Hmv": "H:mm v",
53
53
  "M": "L.",
54
54
  "Md": "d. M.",
@@ -88,148 +88,148 @@
88
88
  "Year": "{1} {0}"
89
89
  },
90
90
  "intervalFormats": {
91
- "intervalFormatFallback": "{0} {1}",
91
+ "intervalFormatFallback": "{0}{1}",
92
92
  "Bh": {
93
93
  "B": "h B – h B",
94
- "h": "h h B"
94
+ "h": "hh B"
95
95
  },
96
96
  "Bhm": {
97
97
  "B": "h:mm B – h:mm B",
98
- "h": "h:mm h:mm B",
99
- "m": "h:mm h:mm B"
98
+ "h": "h:mmh:mm B",
99
+ "m": "h:mmh:mm B"
100
100
  },
101
101
  "d": {
102
- "d": "d. d."
102
+ "d": "d.d."
103
103
  },
104
104
  "Gy": {
105
- "G": "y G y G",
106
- "y": "y y G"
105
+ "G": "y Gy G",
106
+ "y": "yy G"
107
107
  },
108
108
  "GyM": {
109
- "G": "M/y GGGGG M/y GGGGG",
110
- "M": "M/y M/y GGGGG",
111
- "y": "M/y M/y GGGGG"
109
+ "G": "M/y GGGGGM/y GGGGG",
110
+ "M": "M/yM/y GGGGG",
111
+ "y": "M/yM/y GGGGG"
112
112
  },
113
113
  "GyMd": {
114
- "d": "d. M. y d. M. y GGGGG",
115
- "G": "d. M. y GGGGG d. M. y GGGGG",
116
- "M": "d. M. y d. M. y GGGGG",
117
- "y": "d. M. y d. M. y GGGGG"
114
+ "d": "d. M. yd. M. y GGGGG",
115
+ "G": "d. M. y GGGGGd. M. y GGGGG",
116
+ "M": "d. M. yd. M. y GGGGG",
117
+ "y": "d. M. yd. M. y GGGGG"
118
118
  },
119
119
  "GyMEd": {
120
- "d": "E d. M. y E d. M. y GGGGG",
121
- "G": "E d. M. y GGGGG E d. M. y GGGGG",
122
- "M": "E d. M. y E d. M. y GGGGG",
123
- "y": "E d. M. y E d. M. y GGGGG"
120
+ "d": "E d. M. yE d. M. y GGGGG",
121
+ "G": "E d. M. y GGGGGE d. M. y GGGGG",
122
+ "M": "E d. M. yE d. M. y GGGGG",
123
+ "y": "E d. M. yE d. M. y GGGGG"
124
124
  },
125
125
  "GyMMM": {
126
- "G": "LLLL y G LLLL y G",
127
- "M": "LLLL LLLL y G",
128
- "y": "LLLL y LLLL y G"
126
+ "G": "LLLL y GLLLL y G",
127
+ "M": "LLLLLLLL y G",
128
+ "y": "LLLL yLLLL y G"
129
129
  },
130
130
  "GyMMMd": {
131
- "d": "d. d. M. y G",
132
- "G": "d. M. y G d. M. y G",
133
- "M": "d. M. d. M. y G",
134
- "y": "d. M. y d. M. y G"
131
+ "d": "d.d. M. y G",
132
+ "G": "d. M. y Gd. M. y G",
133
+ "M": "d. M.d. M. y G",
134
+ "y": "d. M. yd. M. y G"
135
135
  },
136
136
  "GyMMMEd": {
137
- "d": "E d. M. E d. M. y G",
138
- "G": "E d. M. y G E d. M. y G",
139
- "M": "E d. M. E d. M. y G",
140
- "y": "E d. M. y E d. M. y G"
137
+ "d": "E d. M.E d. M. y G",
138
+ "G": "E d. M. y GE d. M. y G",
139
+ "M": "E d. M.E d. M. y G",
140
+ "y": "E d. M. yE d. M. y G"
141
141
  },
142
142
  "h": {
143
- "a": "h a h a",
144
- "h": "h h a"
143
+ "a": "haha",
144
+ "h": "hha"
145
145
  },
146
146
  "H": {
147
- "H": "HH HH"
147
+ "H": "HHHH"
148
148
  },
149
149
  "hm": {
150
- "a": "h:mm a h:mm a",
151
- "h": "h:mm h:mm a",
152
- "m": "h:mm h:mm a"
150
+ "a": "h:mmah:mma",
151
+ "h": "h:mmh:mma",
152
+ "m": "h:mmh:mma"
153
153
  },
154
154
  "Hm": {
155
- "H": "H:mm H:mm",
156
- "m": "H:mm H:mm"
155
+ "H": "H:mmH:mm",
156
+ "m": "H:mmH:mm"
157
157
  },
158
158
  "hmv": {
159
- "a": "h:mm a h:mm a v",
160
- "h": "h:mm h:mm a v",
161
- "m": "h:mm h:mm a v"
159
+ "a": "h:mmah:mma v",
160
+ "h": "h:mmh:mma v",
161
+ "m": "h:mmh:mma v"
162
162
  },
163
163
  "Hmv": {
164
- "H": "H:mm H:mm v",
165
- "m": "H:mm H:mm v"
164
+ "H": "H:mmH:mm v",
165
+ "m": "H:mmH:mm v"
166
166
  },
167
167
  "hv": {
168
- "a": "h a h a v",
169
- "h": "h h a v"
168
+ "a": "haha v",
169
+ "h": "hha v"
170
170
  },
171
171
  "Hv": {
172
- "H": "HH HH v"
172
+ "H": "HHHH v"
173
173
  },
174
174
  "M": {
175
- "M": "M. M."
175
+ "M": "M.M."
176
176
  },
177
177
  "Md": {
178
- "d": "d. M. d. M.",
179
- "M": "d. M. d. M."
178
+ "d": "d. M.d. M.",
179
+ "M": "d. M.d. M."
180
180
  },
181
181
  "MEd": {
182
- "d": "E d. M. E d. M.",
183
- "M": "E d. M. E d. M."
182
+ "d": "E d. M.E d. M.",
183
+ "M": "E d. M.E d. M."
184
184
  },
185
185
  "MMM": {
186
- "M": "LLL LLL"
186
+ "M": "LLLLLL"
187
187
  },
188
188
  "MMMd": {
189
- "d": "d. d. M.",
190
- "M": "d. M. d. M."
189
+ "d": "d.d. M.",
190
+ "M": "d. M.d. M."
191
191
  },
192
192
  "MMMEd": {
193
- "d": "E d. E d. M.",
194
- "M": "E d. M. E d. M."
193
+ "d": "E d.E d. M.",
194
+ "M": "E d. M.E d. M."
195
195
  },
196
196
  "MMMM": {
197
- "M": "LLLL LLLL"
197
+ "M": "LLLLLLLL"
198
198
  },
199
199
  "y": {
200
- "y": "y y"
200
+ "y": "yy"
201
201
  },
202
202
  "yM": {
203
- "M": "M/y M/y",
204
- "y": "M/y M/y"
203
+ "M": "M/yM/y",
204
+ "y": "M/yM/y"
205
205
  },
206
206
  "yMd": {
207
- "d": "d. M. y d. M. y",
208
- "M": "d. M. y d. M. y",
209
- "y": "d. M. y d. M. y"
207
+ "d": "d. M. yd. M. y",
208
+ "M": "d. M. yd. M. y",
209
+ "y": "d. M. yd. M. y"
210
210
  },
211
211
  "yMEd": {
212
- "d": "E d. M. y E d. M. y",
213
- "M": "E d. M. y E d. M. y",
214
- "y": "E d. M. y E d. M. y"
212
+ "d": "E d. M. yE d. M. y",
213
+ "M": "E d. M. yE d. M. y",
214
+ "y": "E d. M. yE d. M. y"
215
215
  },
216
216
  "yMMM": {
217
- "M": "M M/y",
218
- "y": "M/y M/y"
217
+ "M": "MM/y",
218
+ "y": "M/yM/y"
219
219
  },
220
220
  "yMMMd": {
221
- "d": "d. d. M. y",
222
- "M": "d. M. d. M. y",
223
- "y": "d. M. y d. M. y"
221
+ "d": "d.d. M. y",
222
+ "M": "d. M.d. M. y",
223
+ "y": "d. M. yd. M. y"
224
224
  },
225
225
  "yMMMEd": {
226
- "d": "E d. E d. M. y",
227
- "M": "E d. M. E d. M. y",
228
- "y": "E d. M. y E d. M. y"
226
+ "d": "E d.E d. M. y",
227
+ "M": "E d. M.E d. M. y",
228
+ "y": "E d. M. yE d. M. y"
229
229
  },
230
230
  "yMMMM": {
231
- "M": "LLLL LLLL y",
232
- "y": "LLLL y LLLL y"
231
+ "M": "LLLLLLLL y",
232
+ "y": "LLLL yLLLL y"
233
233
  }
234
234
  }
235
235
  },
@@ -401,6 +401,48 @@
401
401
  ]
402
402
  }
403
403
  },
404
+ "quarters": {
405
+ "format": {
406
+ "abbreviated": [
407
+ "Q1",
408
+ "Q2",
409
+ "Q3",
410
+ "Q4"
411
+ ],
412
+ "narrow": [
413
+ "1",
414
+ "2",
415
+ "3",
416
+ "4"
417
+ ],
418
+ "wide": [
419
+ "1. štvrťrok",
420
+ "2. štvrťrok",
421
+ "3. štvrťrok",
422
+ "4. štvrťrok"
423
+ ]
424
+ },
425
+ "stand-alone": {
426
+ "abbreviated": [
427
+ "Q1",
428
+ "Q2",
429
+ "Q3",
430
+ "Q4"
431
+ ],
432
+ "narrow": [
433
+ "1",
434
+ "2",
435
+ "3",
436
+ "4"
437
+ ],
438
+ "wide": [
439
+ "1. štvrťrok",
440
+ "2. štvrťrok",
441
+ "3. štvrťrok",
442
+ "4. štvrťrok"
443
+ ]
444
+ }
445
+ },
404
446
  "dayPeriods": {
405
447
  "format": {
406
448
  "abbreviated": [
@@ -431,6 +473,66 @@
431
473
  ]
432
474
  }
433
475
  },
476
+ "flexibleDayPeriods": {
477
+ "format": {
478
+ "abbreviated": {
479
+ "midnight": "o poln.",
480
+ "noon": "napol.",
481
+ "morning1": "ráno",
482
+ "morning2": "dopol.",
483
+ "afternoon1": "popol.",
484
+ "evening1": "večer",
485
+ "night1": "v noci"
486
+ },
487
+ "narrow": {
488
+ "midnight": "o poln.",
489
+ "noon": "nap.",
490
+ "morning1": "ráno",
491
+ "morning2": "dop.",
492
+ "afternoon1": "pop.",
493
+ "evening1": "več.",
494
+ "night1": "v n."
495
+ },
496
+ "wide": {
497
+ "midnight": "o polnoci",
498
+ "noon": "napoludnie",
499
+ "morning1": "ráno",
500
+ "morning2": "dopoludnia",
501
+ "afternoon1": "popoludní",
502
+ "evening1": "večer",
503
+ "night1": "v noci"
504
+ }
505
+ },
506
+ "stand-alone": {
507
+ "abbreviated": {
508
+ "midnight": "poln.",
509
+ "noon": "pol.",
510
+ "morning1": "ráno",
511
+ "morning2": "dopol.",
512
+ "afternoon1": "popol.",
513
+ "evening1": "večer",
514
+ "night1": "noc"
515
+ },
516
+ "narrow": {
517
+ "midnight": "poln.",
518
+ "noon": "pol.",
519
+ "morning1": "ráno",
520
+ "morning2": "dop.",
521
+ "afternoon1": "pop.",
522
+ "evening1": "več.",
523
+ "night1": "noc"
524
+ },
525
+ "wide": {
526
+ "midnight": "polnoc",
527
+ "noon": "poludnie",
528
+ "morning1": "ráno",
529
+ "morning2": "dopoludnie",
530
+ "afternoon1": "popoludnie",
531
+ "evening1": "večer",
532
+ "night1": "noc"
533
+ }
534
+ }
535
+ },
434
536
  "era-wide": {
435
537
  "0": "pred Kristom",
436
538
  "1": "po Kristovi"
@@ -471,9 +573,9 @@
471
573
  "EBhm": "E h:mm B",
472
574
  "EBhms": "E h:mm:ss B",
473
575
  "Ed": "E d.",
474
- "Ehm": "E h:mm a",
576
+ "Ehm": "E h:mma",
475
577
  "EHm": "E H:mm",
476
- "Ehms": "E h:mm:ss a",
578
+ "Ehms": "E h:mm:ssa",
477
579
  "EHms": "E H:mm:ss",
478
580
  "Gy": "y G",
479
581
  "GyMd": "GGGGG y-MM-dd",
@@ -481,11 +583,11 @@
481
583
  "GyMMMd": "d. M. y G",
482
584
  "GyMMMEd": "E d. M. y G",
483
585
  "GyMMMMd": "d. M. y G",
484
- "h": "h a",
586
+ "h": "ha",
485
587
  "H": "H",
486
- "hm": "h:mm a",
588
+ "hm": "h:mma",
487
589
  "Hm": "H:mm",
488
- "hms": "h:mm:ss a",
590
+ "hms": "h:mm:ssa",
489
591
  "Hms": "H:mm:ss",
490
592
  "M": "M.",
491
593
  "Md": "d. M.",
@@ -524,148 +626,148 @@
524
626
  "Year": "{1} {0}"
525
627
  },
526
628
  "intervalFormats": {
527
- "intervalFormatFallback": "{0} {1}",
629
+ "intervalFormatFallback": "{0}{1}",
528
630
  "Bh": {
529
631
  "B": "h B – h B",
530
- "h": "h h B"
632
+ "h": "hh B"
531
633
  },
532
634
  "Bhm": {
533
635
  "B": "h:mm B – h:mm B",
534
- "h": "h:mm h:mm B",
535
- "m": "h:mm h:mm B"
636
+ "h": "h:mmh:mm B",
637
+ "m": "h:mmh:mm B"
536
638
  },
537
639
  "d": {
538
- "d": "d. d."
640
+ "d": "d.d."
539
641
  },
540
642
  "Gy": {
541
- "G": "y G y G",
542
- "y": "y y G"
643
+ "G": "y Gy G",
644
+ "y": "yy G"
543
645
  },
544
646
  "GyM": {
545
- "G": "M/y GGGGG M/y GGGGG",
546
- "M": "M/y M/y GGGGG",
547
- "y": "M/y M/y GGGGG"
647
+ "G": "M/y GGGGGM/y GGGGG",
648
+ "M": "M/yM/y GGGGG",
649
+ "y": "M/yM/y GGGGG"
548
650
  },
549
651
  "GyMd": {
550
- "d": "d. M. y d. M. y GGGGG",
551
- "G": "d. M. y GGGGG d. M. y GGGGG",
552
- "M": "d. M. y d. M. y GGGGG",
553
- "y": "d. M. y d. M. y GGGGG"
652
+ "d": "d. M. yd. M. y GGGGG",
653
+ "G": "d. M. y GGGGGd. M. y GGGGG",
654
+ "M": "d. M. yd. M. y GGGGG",
655
+ "y": "d. M. yd. M. y GGGGG"
554
656
  },
555
657
  "GyMEd": {
556
- "d": "E d. M. y E d. M. y GGGGG",
557
- "G": "E d. M. y GGGGG E d. M. y GGGGG",
558
- "M": "E d. M. y E d. M. y GGGGG",
559
- "y": "E d. M. y E d. M. y GGGGG"
658
+ "d": "E d. M. yE d. M. y GGGGG",
659
+ "G": "E d. M. y GGGGGE d. M. y GGGGG",
660
+ "M": "E d. M. yE d. M. y GGGGG",
661
+ "y": "E d. M. yE d. M. y GGGGG"
560
662
  },
561
663
  "GyMMM": {
562
- "G": "LLL y G LLL y G",
563
- "M": "LLL LLL y G",
564
- "y": "LLL y LLL y G"
664
+ "G": "LLL y GLLL y G",
665
+ "M": "LLLLLL y G",
666
+ "y": "LLL yLLL y G"
565
667
  },
566
668
  "GyMMMd": {
567
- "d": "d. d. M. y G",
568
- "G": "d. M. y G d. M. y G",
569
- "M": "d. M. d. M. y G",
570
- "y": "d. M. y d. M. y G"
669
+ "d": "d.d. M. y G",
670
+ "G": "d. M. y Gd. M. y G",
671
+ "M": "d. M.d. M. y G",
672
+ "y": "d. M. yd. M. y G"
571
673
  },
572
674
  "GyMMMEd": {
573
- "d": "E d. M. E d. M. y G",
574
- "G": "E d. M. y G E d. M. y G",
575
- "M": "E d. M. E d. M. y G",
576
- "y": "E d. M. y E d. M. y G"
675
+ "d": "E d. M.E d. M. y G",
676
+ "G": "E d. M. y GE d. M. y G",
677
+ "M": "E d. M.E d. M. y G",
678
+ "y": "E d. M. yE d. M. y G"
577
679
  },
578
680
  "h": {
579
- "a": "h a h a",
580
- "h": "h h a"
681
+ "a": "haha",
682
+ "h": "hha"
581
683
  },
582
684
  "H": {
583
- "H": "HH HH"
685
+ "H": "HHHH"
584
686
  },
585
687
  "hm": {
586
- "a": "h:mm a h:mm a",
587
- "h": "h:mm h:mm a",
588
- "m": "h:mm h:mm a"
688
+ "a": "h:mmah:mma",
689
+ "h": "h:mmh:mma",
690
+ "m": "h:mmh:mma"
589
691
  },
590
692
  "Hm": {
591
- "H": "H:mm H:mm",
592
- "m": "H:mm H:mm"
693
+ "H": "H:mmH:mm",
694
+ "m": "H:mmH:mm"
593
695
  },
594
696
  "hmv": {
595
- "a": "h:mm a h:mm a v",
596
- "h": "h:mm h:mm a v",
597
- "m": "h:mm h:mm a v"
697
+ "a": "h:mmah:mma v",
698
+ "h": "h:mmh:mma v",
699
+ "m": "h:mmh:mma v"
598
700
  },
599
701
  "Hmv": {
600
- "H": "H:mm H:mm v",
601
- "m": "H:mm H:mm v"
702
+ "H": "H:mmH:mm v",
703
+ "m": "H:mmH:mm v"
602
704
  },
603
705
  "hv": {
604
- "a": "h a h a v",
605
- "h": "h h a v"
706
+ "a": "haha v",
707
+ "h": "hha v"
606
708
  },
607
709
  "Hv": {
608
- "H": "HH HH v"
710
+ "H": "HHHH v"
609
711
  },
610
712
  "M": {
611
- "M": "M. M."
713
+ "M": "M.M."
612
714
  },
613
715
  "Md": {
614
- "d": "d. M. d. M.",
615
- "M": "d. M. d. M."
716
+ "d": "d. M.d. M.",
717
+ "M": "d. M.d. M."
616
718
  },
617
719
  "MEd": {
618
- "d": "E d. M. E d. M.",
619
- "M": "E d. M. E d. M."
720
+ "d": "E d. M.E d. M.",
721
+ "M": "E d. M.E d. M."
620
722
  },
621
723
  "MMM": {
622
- "M": "LLL LLL"
724
+ "M": "LLLLLL"
623
725
  },
624
726
  "MMMd": {
625
- "d": "d. d. M.",
626
- "M": "d. M. d. M."
727
+ "d": "d.d. M.",
728
+ "M": "d. M.d. M."
627
729
  },
628
730
  "MMMEd": {
629
- "d": "E d. E d. M.",
630
- "M": "E d. M. E d. M."
731
+ "d": "E d.E d. M.",
732
+ "M": "E d. M.E d. M."
631
733
  },
632
734
  "MMMM": {
633
- "M": "LLLL LLLL"
735
+ "M": "LLLLLLLL"
634
736
  },
635
737
  "y": {
636
- "y": "y y G"
738
+ "y": "yy G"
637
739
  },
638
740
  "yM": {
639
- "M": "M/y M/y GGGGG",
640
- "y": "M/y M/y GGGGG"
741
+ "M": "M/yM/y GGGGG",
742
+ "y": "M/yM/y GGGGG"
641
743
  },
642
744
  "yMd": {
643
- "d": "d. M. y d. M. y G",
644
- "M": "d. M. y d. M. y G",
645
- "y": "d. M. y d. M. y G"
745
+ "d": "d. M. yd. M. y G",
746
+ "M": "d. M. yd. M. y G",
747
+ "y": "d. M. yd. M. y G"
646
748
  },
647
749
  "yMEd": {
648
- "d": "E d. M. y E d. M. y G",
649
- "M": "E d. M. y E d. M. y G",
650
- "y": "E d. M. y E d. M. y G"
750
+ "d": "E d. M. yE d. M. y G",
751
+ "M": "E d. M. yE d. M. y G",
752
+ "y": "E d. M. yE d. M. y G"
651
753
  },
652
754
  "yMMM": {
653
- "M": "LLL LLL y G",
654
- "y": "LLL y LLL y G"
755
+ "M": "LLLLLL y G",
756
+ "y": "LLL yLLL y G"
655
757
  },
656
758
  "yMMMd": {
657
- "d": "d. d. M. y G",
658
- "M": "d. M. d. M. y G",
659
- "y": "d. M. y d. M. y G"
759
+ "d": "d.d. M. y G",
760
+ "M": "d. M.d. M. y G",
761
+ "y": "d. M. yd. M. y G"
660
762
  },
661
763
  "yMMMEd": {
662
- "d": "E d. E d. M. y G",
663
- "M": "E d. M. E d. M. y G",
664
- "y": "E d. M. y E d. M. y G"
764
+ "d": "E d.E d. M. y G",
765
+ "M": "E d. M.E d. M. y G",
766
+ "y": "E d. M. yE d. M. y G"
665
767
  },
666
768
  "yMMMM": {
667
- "M": "LLLL LLLL y G",
668
- "y": "LLLL y LLLL y G"
769
+ "M": "LLLLLLLL y G",
770
+ "y": "LLLL yLLLL y G"
669
771
  }
670
772
  }
671
773
  },
@@ -837,6 +939,48 @@
837
939
  ]
838
940
  }
839
941
  },
942
+ "quarters": {
943
+ "format": {
944
+ "abbreviated": [
945
+ "Q1",
946
+ "Q2",
947
+ "Q3",
948
+ "Q4"
949
+ ],
950
+ "narrow": [
951
+ "1",
952
+ "2",
953
+ "3",
954
+ "4"
955
+ ],
956
+ "wide": [
957
+ "1. štvrťrok",
958
+ "2. štvrťrok",
959
+ "3. štvrťrok",
960
+ "4. štvrťrok"
961
+ ]
962
+ },
963
+ "stand-alone": {
964
+ "abbreviated": [
965
+ "Q1",
966
+ "Q2",
967
+ "Q3",
968
+ "Q4"
969
+ ],
970
+ "narrow": [
971
+ "1",
972
+ "2",
973
+ "3",
974
+ "4"
975
+ ],
976
+ "wide": [
977
+ "1. štvrťrok",
978
+ "2. štvrťrok",
979
+ "3. štvrťrok",
980
+ "4. štvrťrok"
981
+ ]
982
+ }
983
+ },
840
984
  "dayPeriods": {
841
985
  "format": {
842
986
  "abbreviated": [
@@ -867,6 +1011,66 @@
867
1011
  ]
868
1012
  }
869
1013
  },
1014
+ "flexibleDayPeriods": {
1015
+ "format": {
1016
+ "abbreviated": {
1017
+ "midnight": "o poln.",
1018
+ "noon": "napol.",
1019
+ "morning1": "ráno",
1020
+ "morning2": "dopol.",
1021
+ "afternoon1": "popol.",
1022
+ "evening1": "večer",
1023
+ "night1": "v noci"
1024
+ },
1025
+ "narrow": {
1026
+ "midnight": "o poln.",
1027
+ "noon": "nap.",
1028
+ "morning1": "ráno",
1029
+ "morning2": "dop.",
1030
+ "afternoon1": "pop.",
1031
+ "evening1": "več.",
1032
+ "night1": "v n."
1033
+ },
1034
+ "wide": {
1035
+ "midnight": "o polnoci",
1036
+ "noon": "napoludnie",
1037
+ "morning1": "ráno",
1038
+ "morning2": "dopoludnia",
1039
+ "afternoon1": "popoludní",
1040
+ "evening1": "večer",
1041
+ "night1": "v noci"
1042
+ }
1043
+ },
1044
+ "stand-alone": {
1045
+ "abbreviated": {
1046
+ "midnight": "poln.",
1047
+ "noon": "pol.",
1048
+ "morning1": "ráno",
1049
+ "morning2": "dopol.",
1050
+ "afternoon1": "popol.",
1051
+ "evening1": "večer",
1052
+ "night1": "noc"
1053
+ },
1054
+ "narrow": {
1055
+ "midnight": "poln.",
1056
+ "noon": "pol.",
1057
+ "morning1": "ráno",
1058
+ "morning2": "dop.",
1059
+ "afternoon1": "pop.",
1060
+ "evening1": "več.",
1061
+ "night1": "noc"
1062
+ },
1063
+ "wide": {
1064
+ "midnight": "polnoc",
1065
+ "noon": "poludnie",
1066
+ "morning1": "ráno",
1067
+ "morning2": "dopoludnie",
1068
+ "afternoon1": "popoludnie",
1069
+ "evening1": "večer",
1070
+ "night1": "noc"
1071
+ }
1072
+ }
1073
+ },
870
1074
  "era-wide": {
871
1075
  "0": "AH"
872
1076
  },
@@ -904,9 +1108,9 @@
904
1108
  "EBhm": "E h:mm B",
905
1109
  "EBhms": "E h:mm:ss B",
906
1110
  "Ed": "E d.",
907
- "Ehm": "E h:mm a",
1111
+ "Ehm": "E h:mma",
908
1112
  "EHm": "E H:mm",
909
- "Ehms": "E h:mm:ss a",
1113
+ "Ehms": "E h:mm:ssa",
910
1114
  "EHms": "E H:mm:ss",
911
1115
  "Gy": "y G",
912
1116
  "GyMd": "GGGGG y-MM-dd",
@@ -914,11 +1118,11 @@
914
1118
  "GyMMMd": "d. M. y G",
915
1119
  "GyMMMEd": "E d. M. y G",
916
1120
  "GyMMMMd": "d. M. y G",
917
- "h": "h a",
1121
+ "h": "ha",
918
1122
  "H": "H",
919
- "hm": "h:mm a",
1123
+ "hm": "h:mma",
920
1124
  "Hm": "H:mm",
921
- "hms": "h:mm:ss a",
1125
+ "hms": "h:mm:ssa",
922
1126
  "Hms": "H:mm:ss",
923
1127
  "M": "M.",
924
1128
  "Md": "d. M.",
@@ -957,156 +1161,156 @@
957
1161
  "Year": "{1} {0}"
958
1162
  },
959
1163
  "intervalFormats": {
960
- "intervalFormatFallback": "{0} {1}",
1164
+ "intervalFormatFallback": "{0}{1}",
961
1165
  "Bh": {
962
1166
  "B": "h B – h B",
963
- "h": "h h B"
1167
+ "h": "hh B"
964
1168
  },
965
1169
  "Bhm": {
966
1170
  "B": "h:mm B – h:mm B",
967
- "h": "h:mm h:mm B",
968
- "m": "h:mm h:mm B"
1171
+ "h": "h:mmh:mm B",
1172
+ "m": "h:mmh:mm B"
969
1173
  },
970
1174
  "d": {
971
- "d": "d. d."
1175
+ "d": "d.d."
972
1176
  },
973
1177
  "Gy": {
974
- "G": "y G y G",
975
- "y": "y y G"
1178
+ "G": "y Gy G",
1179
+ "y": "yy G"
976
1180
  },
977
1181
  "GyM": {
978
- "G": "M/y GGGGG M/y GGGGG",
979
- "M": "M/y M/y GGGGG",
980
- "y": "M/y M/y GGGGG"
1182
+ "G": "M/y GGGGGM/y GGGGG",
1183
+ "M": "M/yM/y GGGGG",
1184
+ "y": "M/yM/y GGGGG"
981
1185
  },
982
1186
  "GyMd": {
983
- "d": "d. M. y d. M. y GGGGG",
984
- "G": "d. M. y GGGGG d. M. y GGGGG",
985
- "M": "d. M. y d. M. y GGGGG",
986
- "y": "d. M. y d. M. y GGGGG"
1187
+ "d": "d. M. yd. M. y GGGGG",
1188
+ "G": "d. M. y GGGGGd. M. y GGGGG",
1189
+ "M": "d. M. yd. M. y GGGGG",
1190
+ "y": "d. M. yd. M. y GGGGG"
987
1191
  },
988
1192
  "GyMEd": {
989
- "d": "E d. M. y E d. M. y GGGGG",
990
- "G": "E d. M. y GGGGG E d. M. y GGGGG",
991
- "M": "E d. M. y E d. M. y GGGGG",
992
- "y": "E d. M. y E d. M. y GGGGG"
1193
+ "d": "E d. M. yE d. M. y GGGGG",
1194
+ "G": "E d. M. y GGGGGE d. M. y GGGGG",
1195
+ "M": "E d. M. yE d. M. y GGGGG",
1196
+ "y": "E d. M. yE d. M. y GGGGG"
993
1197
  },
994
1198
  "GyMMM": {
995
- "G": "LLL y G LLL y G",
996
- "M": "LLL LLL y G",
997
- "y": "LLL y LLL y G"
1199
+ "G": "LLL y GLLL y G",
1200
+ "M": "LLLLLL y G",
1201
+ "y": "LLL yLLL y G"
998
1202
  },
999
1203
  "GyMMMd": {
1000
- "d": "d. d. M. y G",
1001
- "G": "d. M. y G d. M. y G",
1002
- "M": "d. M. d. M. y G",
1003
- "y": "d. M. y d. M. y G"
1204
+ "d": "d.d. M. y G",
1205
+ "G": "d. M. y Gd. M. y G",
1206
+ "M": "d. M.d. M. y G",
1207
+ "y": "d. M. yd. M. y G"
1004
1208
  },
1005
1209
  "GyMMMEd": {
1006
- "d": "E d. M. E d. M. y G",
1007
- "G": "E d. M. y G E d. M. y G",
1008
- "M": "E d. M. E d. M. y G",
1009
- "y": "E d. M. y E d. M. y G"
1210
+ "d": "E d. M.E d. M. y G",
1211
+ "G": "E d. M. y GE d. M. y G",
1212
+ "M": "E d. M.E d. M. y G",
1213
+ "y": "E d. M. yE d. M. y G"
1010
1214
  },
1011
1215
  "h": {
1012
- "a": "h a h a",
1013
- "h": "h h a"
1216
+ "a": "haha",
1217
+ "h": "hha"
1014
1218
  },
1015
1219
  "H": {
1016
- "H": "HH HH"
1220
+ "H": "HHHH"
1017
1221
  },
1018
1222
  "hm": {
1019
- "a": "h:mm a h:mm a",
1020
- "h": "h:mm h:mm a",
1021
- "m": "h:mm h:mm a"
1223
+ "a": "h:mmah:mma",
1224
+ "h": "h:mmh:mma",
1225
+ "m": "h:mmh:mma"
1022
1226
  },
1023
1227
  "Hm": {
1024
- "H": "H:mm H:mm",
1025
- "m": "H:mm H:mm"
1228
+ "H": "H:mmH:mm",
1229
+ "m": "H:mmH:mm"
1026
1230
  },
1027
1231
  "hmv": {
1028
- "a": "h:mm a h:mm a v",
1029
- "h": "h:mm h:mm a v",
1030
- "m": "h:mm h:mm a v"
1232
+ "a": "h:mmah:mma v",
1233
+ "h": "h:mmh:mma v",
1234
+ "m": "h:mmh:mma v"
1031
1235
  },
1032
1236
  "Hmv": {
1033
- "H": "H:mm H:mm v",
1034
- "m": "H:mm H:mm v"
1237
+ "H": "H:mmH:mm v",
1238
+ "m": "H:mmH:mm v"
1035
1239
  },
1036
1240
  "hv": {
1037
- "a": "h a h a v",
1038
- "h": "h h a v"
1241
+ "a": "haha v",
1242
+ "h": "hha v"
1039
1243
  },
1040
1244
  "Hv": {
1041
- "H": "HH HH v"
1245
+ "H": "HHHH v"
1042
1246
  },
1043
1247
  "M": {
1044
- "M": "M. M."
1248
+ "M": "M.M."
1045
1249
  },
1046
1250
  "Md": {
1047
- "d": "d. M. d. M.",
1048
- "M": "d. M. d. M."
1251
+ "d": "d. M.d. M.",
1252
+ "M": "d. M.d. M."
1049
1253
  },
1050
1254
  "MEd": {
1051
- "d": "E d. M. E d. M.",
1052
- "M": "E d. M. E d. M."
1255
+ "d": "E d. M.E d. M.",
1256
+ "M": "E d. M.E d. M."
1053
1257
  },
1054
1258
  "MMM": {
1055
- "M": "LLL LLL"
1259
+ "M": "LLLLLL"
1056
1260
  },
1057
1261
  "MMMd": {
1058
- "d": "d. d. M.",
1059
- "M": "d. M. d. M."
1262
+ "d": "d.d. M.",
1263
+ "M": "d. M.d. M."
1060
1264
  },
1061
1265
  "MMMEd": {
1062
- "d": "E d. E d. M.",
1063
- "M": "E d. M. E d. M."
1266
+ "d": "E d.E d. M.",
1267
+ "M": "E d. M.E d. M."
1064
1268
  },
1065
1269
  "MMMM": {
1066
- "M": "LLLL LLLL"
1270
+ "M": "LLLLLLLL"
1067
1271
  },
1068
1272
  "y": {
1069
- "y": "y y G",
1070
- "G": "y G y G"
1273
+ "y": "yy G",
1274
+ "G": "y Gy G"
1071
1275
  },
1072
1276
  "yM": {
1073
- "M": "M/y M/y GGGGG",
1074
- "y": "M/y M/y GGGGG",
1075
- "G": "M/y GGGGG M/y GGGGG"
1277
+ "M": "M/yM/y GGGGG",
1278
+ "y": "M/yM/y GGGGG",
1279
+ "G": "M/y GGGGGM/y GGGGG"
1076
1280
  },
1077
1281
  "yMd": {
1078
- "d": "d. M. y d. M. y G",
1079
- "M": "d. M. y d. M. y G",
1080
- "y": "d. M. y d. M. y G",
1081
- "G": "d. M. y G d. M. y G"
1282
+ "d": "d. M. yd. M. y G",
1283
+ "M": "d. M. yd. M. y G",
1284
+ "y": "d. M. yd. M. y G",
1285
+ "G": "d. M. y Gd. M. y G"
1082
1286
  },
1083
1287
  "yMEd": {
1084
- "d": "E d. M. y E d. M. y G",
1085
- "M": "E d. M. y E d. M. y G",
1086
- "y": "E d. M. y E d. M. y G",
1087
- "G": "E d. M. y G E d. M. y G"
1288
+ "d": "E d. M. yE d. M. y G",
1289
+ "M": "E d. M. yE d. M. y G",
1290
+ "y": "E d. M. yE d. M. y G",
1291
+ "G": "E d. M. y GE d. M. y G"
1088
1292
  },
1089
1293
  "yMMM": {
1090
- "M": "LLL LLL y G",
1091
- "y": "LLL y LLL y G",
1092
- "G": "LLL y G LLL y G"
1294
+ "M": "LLLLLL y G",
1295
+ "y": "LLL yLLL y G",
1296
+ "G": "LLL y GLLL y G"
1093
1297
  },
1094
1298
  "yMMMd": {
1095
- "d": "d. d. M. y G",
1096
- "M": "d. M. d. M. y G",
1097
- "y": "d. M. y d. M. y G",
1098
- "G": "d. M. y G d. M. y G"
1299
+ "d": "d.d. M. y G",
1300
+ "M": "d. M.d. M. y G",
1301
+ "y": "d. M. yd. M. y G",
1302
+ "G": "d. M. y Gd. M. y G"
1099
1303
  },
1100
1304
  "yMMMEd": {
1101
- "d": "E d. E d. M. y G",
1102
- "M": "E d. M. E d. M. y G",
1103
- "y": "E d. M. y E d. M. y G",
1104
- "G": "E d. M. y G E d. M. y G"
1305
+ "d": "E d.E d. M. y G",
1306
+ "M": "E d. M.E d. M. y G",
1307
+ "y": "E d. M. yE d. M. y G",
1308
+ "G": "E d. M. y GE d. M. y G"
1105
1309
  },
1106
1310
  "yMMMM": {
1107
- "M": "LLLL LLLL y G",
1108
- "y": "LLLL y LLLL y G",
1109
- "G": "LLLL y G LLLL y G"
1311
+ "M": "LLLLLLLL y G",
1312
+ "y": "LLLL yLLLL y G",
1313
+ "G": "LLLL y GLLLL y G"
1110
1314
  }
1111
1315
  }
1112
1316
  },
@@ -1278,6 +1482,48 @@
1278
1482
  ]
1279
1483
  }
1280
1484
  },
1485
+ "quarters": {
1486
+ "format": {
1487
+ "abbreviated": [
1488
+ "Q1",
1489
+ "Q2",
1490
+ "Q3",
1491
+ "Q4"
1492
+ ],
1493
+ "narrow": [
1494
+ "1",
1495
+ "2",
1496
+ "3",
1497
+ "4"
1498
+ ],
1499
+ "wide": [
1500
+ "1. štvrťrok",
1501
+ "2. štvrťrok",
1502
+ "3. štvrťrok",
1503
+ "4. štvrťrok"
1504
+ ]
1505
+ },
1506
+ "stand-alone": {
1507
+ "abbreviated": [
1508
+ "Q1",
1509
+ "Q2",
1510
+ "Q3",
1511
+ "Q4"
1512
+ ],
1513
+ "narrow": [
1514
+ "1",
1515
+ "2",
1516
+ "3",
1517
+ "4"
1518
+ ],
1519
+ "wide": [
1520
+ "1. štvrťrok",
1521
+ "2. štvrťrok",
1522
+ "3. štvrťrok",
1523
+ "4. štvrťrok"
1524
+ ]
1525
+ }
1526
+ },
1281
1527
  "dayPeriods": {
1282
1528
  "format": {
1283
1529
  "abbreviated": [
@@ -1308,6 +1554,66 @@
1308
1554
  ]
1309
1555
  }
1310
1556
  },
1557
+ "flexibleDayPeriods": {
1558
+ "format": {
1559
+ "abbreviated": {
1560
+ "midnight": "o poln.",
1561
+ "noon": "napol.",
1562
+ "morning1": "ráno",
1563
+ "morning2": "dopol.",
1564
+ "afternoon1": "popol.",
1565
+ "evening1": "večer",
1566
+ "night1": "v noci"
1567
+ },
1568
+ "narrow": {
1569
+ "midnight": "o poln.",
1570
+ "noon": "nap.",
1571
+ "morning1": "ráno",
1572
+ "morning2": "dop.",
1573
+ "afternoon1": "pop.",
1574
+ "evening1": "več.",
1575
+ "night1": "v n."
1576
+ },
1577
+ "wide": {
1578
+ "midnight": "o polnoci",
1579
+ "noon": "napoludnie",
1580
+ "morning1": "ráno",
1581
+ "morning2": "dopoludnia",
1582
+ "afternoon1": "popoludní",
1583
+ "evening1": "večer",
1584
+ "night1": "v noci"
1585
+ }
1586
+ },
1587
+ "stand-alone": {
1588
+ "abbreviated": {
1589
+ "midnight": "poln.",
1590
+ "noon": "pol.",
1591
+ "morning1": "ráno",
1592
+ "morning2": "dopol.",
1593
+ "afternoon1": "popol.",
1594
+ "evening1": "večer",
1595
+ "night1": "noc"
1596
+ },
1597
+ "narrow": {
1598
+ "midnight": "poln.",
1599
+ "noon": "pol.",
1600
+ "morning1": "ráno",
1601
+ "morning2": "dop.",
1602
+ "afternoon1": "pop.",
1603
+ "evening1": "več.",
1604
+ "night1": "noc"
1605
+ },
1606
+ "wide": {
1607
+ "midnight": "polnoc",
1608
+ "noon": "poludnie",
1609
+ "morning1": "ráno",
1610
+ "morning2": "dopoludnie",
1611
+ "afternoon1": "popoludnie",
1612
+ "evening1": "večer",
1613
+ "night1": "noc"
1614
+ }
1615
+ }
1616
+ },
1311
1617
  "era-wide": {
1312
1618
  "232": "Meiji",
1313
1619
  "233": "Taishō",
@@ -1357,9 +1663,9 @@
1357
1663
  "EBhm": "E h:mm B",
1358
1664
  "EBhms": "E h:mm:ss B",
1359
1665
  "Ed": "E d.",
1360
- "Ehm": "E h:mm a",
1666
+ "Ehm": "E h:mma",
1361
1667
  "EHm": "E H:mm",
1362
- "Ehms": "E h:mm:ss a",
1668
+ "Ehms": "E h:mm:ssa",
1363
1669
  "EHms": "E H:mm:ss",
1364
1670
  "Gy": "y G",
1365
1671
  "GyMd": "GGGGG y-MM-dd",
@@ -1367,11 +1673,11 @@
1367
1673
  "GyMMMd": "d. M. y G",
1368
1674
  "GyMMMEd": "E d. M. y G",
1369
1675
  "GyMMMMd": "d. M. y G",
1370
- "h": "h a",
1676
+ "h": "ha",
1371
1677
  "H": "H",
1372
- "hm": "h:mm a",
1678
+ "hm": "h:mma",
1373
1679
  "Hm": "H:mm",
1374
- "hms": "h:mm:ss a",
1680
+ "hms": "h:mm:ssa",
1375
1681
  "Hms": "H:mm:ss",
1376
1682
  "M": "M.",
1377
1683
  "Md": "d. M.",
@@ -1410,148 +1716,148 @@
1410
1716
  "Year": "{1} {0}"
1411
1717
  },
1412
1718
  "intervalFormats": {
1413
- "intervalFormatFallback": "{0} {1}",
1719
+ "intervalFormatFallback": "{0}{1}",
1414
1720
  "Bh": {
1415
1721
  "B": "h B – h B",
1416
- "h": "h h B"
1722
+ "h": "hh B"
1417
1723
  },
1418
1724
  "Bhm": {
1419
1725
  "B": "h:mm B – h:mm B",
1420
- "h": "h:mm h:mm B",
1421
- "m": "h:mm h:mm B"
1726
+ "h": "h:mmh:mm B",
1727
+ "m": "h:mmh:mm B"
1422
1728
  },
1423
1729
  "d": {
1424
- "d": "d. d."
1730
+ "d": "d.d."
1425
1731
  },
1426
1732
  "Gy": {
1427
- "G": "y G y G",
1428
- "y": "y y G"
1733
+ "G": "y Gy G",
1734
+ "y": "yy G"
1429
1735
  },
1430
1736
  "GyM": {
1431
- "G": "M/y GGGGG M/y GGGGG",
1432
- "M": "M/y M/y GGGGG",
1433
- "y": "M/y M/y GGGGG"
1737
+ "G": "M/y GGGGGM/y GGGGG",
1738
+ "M": "M/yM/y GGGGG",
1739
+ "y": "M/yM/y GGGGG"
1434
1740
  },
1435
1741
  "GyMd": {
1436
- "d": "d. M. y d. M. y GGGGG",
1437
- "G": "d. M. y GGGGG d. M. y GGGGG",
1438
- "M": "d. M. y d. M. y GGGGG",
1439
- "y": "d. M. y d. M. y GGGGG"
1742
+ "d": "d. M. yd. M. y GGGGG",
1743
+ "G": "d. M. y GGGGGd. M. y GGGGG",
1744
+ "M": "d. M. yd. M. y GGGGG",
1745
+ "y": "d. M. yd. M. y GGGGG"
1440
1746
  },
1441
1747
  "GyMEd": {
1442
- "d": "E d. M. y E d. M. y GGGGG",
1443
- "G": "E d. M. y GGGGG E d. M. y GGGGG",
1444
- "M": "E d. M. y E d. M. y GGGGG",
1445
- "y": "E d. M. y E d. M. y GGGGG"
1748
+ "d": "E d. M. yE d. M. y GGGGG",
1749
+ "G": "E d. M. y GGGGGE d. M. y GGGGG",
1750
+ "M": "E d. M. yE d. M. y GGGGG",
1751
+ "y": "E d. M. yE d. M. y GGGGG"
1446
1752
  },
1447
1753
  "GyMMM": {
1448
- "G": "LLL y G LLL y G",
1449
- "M": "LLL LLL y G",
1450
- "y": "LLL y LLL y G"
1754
+ "G": "LLL y GLLL y G",
1755
+ "M": "LLLLLL y G",
1756
+ "y": "LLL yLLL y G"
1451
1757
  },
1452
1758
  "GyMMMd": {
1453
- "d": "d. d. M. y G",
1454
- "G": "d. M. y G d. M. y G",
1455
- "M": "d. M. d. M. y G",
1456
- "y": "d. M. y d. M. y G"
1759
+ "d": "d.d. M. y G",
1760
+ "G": "d. M. y Gd. M. y G",
1761
+ "M": "d. M.d. M. y G",
1762
+ "y": "d. M. yd. M. y G"
1457
1763
  },
1458
1764
  "GyMMMEd": {
1459
- "d": "E d. M. E d. M. y G",
1460
- "G": "E d. M. y G E d. M. y G",
1461
- "M": "E d. M. E d. M. y G",
1462
- "y": "E d. M. y E d. M. y G"
1765
+ "d": "E d. M.E d. M. y G",
1766
+ "G": "E d. M. y GE d. M. y G",
1767
+ "M": "E d. M.E d. M. y G",
1768
+ "y": "E d. M. yE d. M. y G"
1463
1769
  },
1464
1770
  "h": {
1465
- "a": "h a h a",
1466
- "h": "h h a"
1771
+ "a": "haha",
1772
+ "h": "hha"
1467
1773
  },
1468
1774
  "H": {
1469
- "H": "HH HH"
1775
+ "H": "HHHH"
1470
1776
  },
1471
1777
  "hm": {
1472
- "a": "h:mm a h:mm a",
1473
- "h": "h:mm h:mm a",
1474
- "m": "h:mm h:mm a"
1778
+ "a": "h:mmah:mma",
1779
+ "h": "h:mmh:mma",
1780
+ "m": "h:mmh:mma"
1475
1781
  },
1476
1782
  "Hm": {
1477
- "H": "H:mm H:mm",
1478
- "m": "H:mm H:mm"
1783
+ "H": "H:mmH:mm",
1784
+ "m": "H:mmH:mm"
1479
1785
  },
1480
1786
  "hmv": {
1481
- "a": "h:mm a h:mm a v",
1482
- "h": "h:mm h:mm a v",
1483
- "m": "h:mm h:mm a v"
1787
+ "a": "h:mmah:mma v",
1788
+ "h": "h:mmh:mma v",
1789
+ "m": "h:mmh:mma v"
1484
1790
  },
1485
1791
  "Hmv": {
1486
- "H": "H:mm H:mm v",
1487
- "m": "H:mm H:mm v"
1792
+ "H": "H:mmH:mm v",
1793
+ "m": "H:mmH:mm v"
1488
1794
  },
1489
1795
  "hv": {
1490
- "a": "h a h a v",
1491
- "h": "h h a v"
1796
+ "a": "haha v",
1797
+ "h": "hha v"
1492
1798
  },
1493
1799
  "Hv": {
1494
- "H": "HH HH v"
1800
+ "H": "HHHH v"
1495
1801
  },
1496
1802
  "M": {
1497
- "M": "M. M."
1803
+ "M": "M.M."
1498
1804
  },
1499
1805
  "Md": {
1500
- "d": "d. M. d. M.",
1501
- "M": "d. M. d. M."
1806
+ "d": "d. M.d. M.",
1807
+ "M": "d. M.d. M."
1502
1808
  },
1503
1809
  "MEd": {
1504
- "d": "E d. M. E d. M.",
1505
- "M": "E d. M. E d. M."
1810
+ "d": "E d. M.E d. M.",
1811
+ "M": "E d. M.E d. M."
1506
1812
  },
1507
1813
  "MMM": {
1508
- "M": "LLL LLL"
1814
+ "M": "LLLLLL"
1509
1815
  },
1510
1816
  "MMMd": {
1511
- "d": "d. d. M.",
1512
- "M": "d. M. d. M."
1817
+ "d": "d.d. M.",
1818
+ "M": "d. M.d. M."
1513
1819
  },
1514
1820
  "MMMEd": {
1515
- "d": "E d. E d. M.",
1516
- "M": "E d. M. E d. M."
1821
+ "d": "E d.E d. M.",
1822
+ "M": "E d. M.E d. M."
1517
1823
  },
1518
1824
  "MMMM": {
1519
- "M": "LLLL LLLL"
1825
+ "M": "LLLLLLLL"
1520
1826
  },
1521
1827
  "y": {
1522
- "y": "y y G"
1828
+ "y": "yy G"
1523
1829
  },
1524
1830
  "yM": {
1525
- "M": "M/y M/y GGGGG",
1526
- "y": "M/y M/y GGGGG"
1831
+ "M": "M/yM/y GGGGG",
1832
+ "y": "M/yM/y GGGGG"
1527
1833
  },
1528
1834
  "yMd": {
1529
- "d": "d. M. y d. M. y G",
1530
- "M": "d. M. y d. M. y G",
1531
- "y": "d. M. y d. M. y G"
1835
+ "d": "d. M. yd. M. y G",
1836
+ "M": "d. M. yd. M. y G",
1837
+ "y": "d. M. yd. M. y G"
1532
1838
  },
1533
1839
  "yMEd": {
1534
- "d": "E d. M. y E d. M. y G",
1535
- "M": "E d. M. y E d. M. y G",
1536
- "y": "E d. M. y E d. M. y G"
1840
+ "d": "E d. M. yE d. M. y G",
1841
+ "M": "E d. M. yE d. M. y G",
1842
+ "y": "E d. M. yE d. M. y G"
1537
1843
  },
1538
1844
  "yMMM": {
1539
- "M": "LLL LLL y G",
1540
- "y": "LLL y LLL y G"
1845
+ "M": "LLLLLL y G",
1846
+ "y": "LLL yLLL y G"
1541
1847
  },
1542
1848
  "yMMMd": {
1543
- "d": "d. d. M. y G",
1544
- "M": "d. M. d. M. y G",
1545
- "y": "d. M. y d. M. y G"
1849
+ "d": "d.d. M. y G",
1850
+ "M": "d. M.d. M. y G",
1851
+ "y": "d. M. yd. M. y G"
1546
1852
  },
1547
1853
  "yMMMEd": {
1548
- "d": "E d. E d. M. y G",
1549
- "M": "E d. M. E d. M. y G",
1550
- "y": "E d. M. y E d. M. y G"
1854
+ "d": "E d.E d. M. y G",
1855
+ "M": "E d. M.E d. M. y G",
1856
+ "y": "E d. M. yE d. M. y G"
1551
1857
  },
1552
1858
  "yMMMM": {
1553
- "M": "LLLL LLLL y G",
1554
- "y": "LLLL y LLLL y G"
1859
+ "M": "LLLLLLLL y G",
1860
+ "y": "LLLL yLLLL y G"
1555
1861
  }
1556
1862
  }
1557
1863
  },
@@ -1723,6 +2029,48 @@
1723
2029
  ]
1724
2030
  }
1725
2031
  },
2032
+ "quarters": {
2033
+ "format": {
2034
+ "abbreviated": [
2035
+ "Q1",
2036
+ "Q2",
2037
+ "Q3",
2038
+ "Q4"
2039
+ ],
2040
+ "narrow": [
2041
+ "1",
2042
+ "2",
2043
+ "3",
2044
+ "4"
2045
+ ],
2046
+ "wide": [
2047
+ "1. štvrťrok",
2048
+ "2. štvrťrok",
2049
+ "3. štvrťrok",
2050
+ "4. štvrťrok"
2051
+ ]
2052
+ },
2053
+ "stand-alone": {
2054
+ "abbreviated": [
2055
+ "Q1",
2056
+ "Q2",
2057
+ "Q3",
2058
+ "Q4"
2059
+ ],
2060
+ "narrow": [
2061
+ "1",
2062
+ "2",
2063
+ "3",
2064
+ "4"
2065
+ ],
2066
+ "wide": [
2067
+ "1. štvrťrok",
2068
+ "2. štvrťrok",
2069
+ "3. štvrťrok",
2070
+ "4. štvrťrok"
2071
+ ]
2072
+ }
2073
+ },
1726
2074
  "dayPeriods": {
1727
2075
  "format": {
1728
2076
  "abbreviated": [
@@ -1753,6 +2101,66 @@
1753
2101
  ]
1754
2102
  }
1755
2103
  },
2104
+ "flexibleDayPeriods": {
2105
+ "format": {
2106
+ "abbreviated": {
2107
+ "midnight": "o poln.",
2108
+ "noon": "napol.",
2109
+ "morning1": "ráno",
2110
+ "morning2": "dopol.",
2111
+ "afternoon1": "popol.",
2112
+ "evening1": "večer",
2113
+ "night1": "v noci"
2114
+ },
2115
+ "narrow": {
2116
+ "midnight": "o poln.",
2117
+ "noon": "nap.",
2118
+ "morning1": "ráno",
2119
+ "morning2": "dop.",
2120
+ "afternoon1": "pop.",
2121
+ "evening1": "več.",
2122
+ "night1": "v n."
2123
+ },
2124
+ "wide": {
2125
+ "midnight": "o polnoci",
2126
+ "noon": "napoludnie",
2127
+ "morning1": "ráno",
2128
+ "morning2": "dopoludnia",
2129
+ "afternoon1": "popoludní",
2130
+ "evening1": "večer",
2131
+ "night1": "v noci"
2132
+ }
2133
+ },
2134
+ "stand-alone": {
2135
+ "abbreviated": {
2136
+ "midnight": "poln.",
2137
+ "noon": "pol.",
2138
+ "morning1": "ráno",
2139
+ "morning2": "dopol.",
2140
+ "afternoon1": "popol.",
2141
+ "evening1": "večer",
2142
+ "night1": "noc"
2143
+ },
2144
+ "narrow": {
2145
+ "midnight": "poln.",
2146
+ "noon": "pol.",
2147
+ "morning1": "ráno",
2148
+ "morning2": "dop.",
2149
+ "afternoon1": "pop.",
2150
+ "evening1": "več.",
2151
+ "night1": "noc"
2152
+ },
2153
+ "wide": {
2154
+ "midnight": "polnoc",
2155
+ "noon": "poludnie",
2156
+ "morning1": "ráno",
2157
+ "morning2": "dopoludnie",
2158
+ "afternoon1": "popoludnie",
2159
+ "evening1": "večer",
2160
+ "night1": "noc"
2161
+ }
2162
+ }
2163
+ },
1756
2164
  "era-wide": {
1757
2165
  "0": "AP"
1758
2166
  },
@@ -1790,9 +2198,9 @@
1790
2198
  "EBhm": "E h:mm B",
1791
2199
  "EBhms": "E h:mm:ss B",
1792
2200
  "Ed": "E d.",
1793
- "Ehm": "E h:mm a",
2201
+ "Ehm": "E h:mma",
1794
2202
  "EHm": "E H:mm",
1795
- "Ehms": "E h:mm:ss a",
2203
+ "Ehms": "E h:mm:ssa",
1796
2204
  "EHms": "E H:mm:ss",
1797
2205
  "Gy": "y G",
1798
2206
  "GyMd": "GGGGG y-MM-dd",
@@ -1800,11 +2208,11 @@
1800
2208
  "GyMMMd": "d. M. y G",
1801
2209
  "GyMMMEd": "E d. M. y G",
1802
2210
  "GyMMMMd": "d. M. y G",
1803
- "h": "h a",
2211
+ "h": "ha",
1804
2212
  "H": "H",
1805
- "hm": "h:mm a",
2213
+ "hm": "h:mma",
1806
2214
  "Hm": "H:mm",
1807
- "hms": "h:mm:ss a",
2215
+ "hms": "h:mm:ssa",
1808
2216
  "Hms": "H:mm:ss",
1809
2217
  "M": "M.",
1810
2218
  "Md": "d. M.",
@@ -1843,148 +2251,148 @@
1843
2251
  "Year": "{1} {0}"
1844
2252
  },
1845
2253
  "intervalFormats": {
1846
- "intervalFormatFallback": "{0} {1}",
2254
+ "intervalFormatFallback": "{0}{1}",
1847
2255
  "Bh": {
1848
2256
  "B": "h B – h B",
1849
- "h": "h h B"
2257
+ "h": "hh B"
1850
2258
  },
1851
2259
  "Bhm": {
1852
2260
  "B": "h:mm B – h:mm B",
1853
- "h": "h:mm h:mm B",
1854
- "m": "h:mm h:mm B"
2261
+ "h": "h:mmh:mm B",
2262
+ "m": "h:mmh:mm B"
1855
2263
  },
1856
2264
  "d": {
1857
- "d": "d. d."
2265
+ "d": "d.d."
1858
2266
  },
1859
2267
  "Gy": {
1860
- "G": "y G y G",
1861
- "y": "y y G"
2268
+ "G": "y Gy G",
2269
+ "y": "yy G"
1862
2270
  },
1863
2271
  "GyM": {
1864
- "G": "M/y GGGGG M/y GGGGG",
1865
- "M": "M/y M/y GGGGG",
1866
- "y": "M/y M/y GGGGG"
2272
+ "G": "M/y GGGGGM/y GGGGG",
2273
+ "M": "M/yM/y GGGGG",
2274
+ "y": "M/yM/y GGGGG"
1867
2275
  },
1868
2276
  "GyMd": {
1869
- "d": "d. M. y d. M. y GGGGG",
1870
- "G": "d. M. y GGGGG d. M. y GGGGG",
1871
- "M": "d. M. y d. M. y GGGGG",
1872
- "y": "d. M. y d. M. y GGGGG"
2277
+ "d": "d. M. yd. M. y GGGGG",
2278
+ "G": "d. M. y GGGGGd. M. y GGGGG",
2279
+ "M": "d. M. yd. M. y GGGGG",
2280
+ "y": "d. M. yd. M. y GGGGG"
1873
2281
  },
1874
2282
  "GyMEd": {
1875
- "d": "E d. M. y E d. M. y GGGGG",
1876
- "G": "E d. M. y GGGGG E d. M. y GGGGG",
1877
- "M": "E d. M. y E d. M. y GGGGG",
1878
- "y": "E d. M. y E d. M. y GGGGG"
2283
+ "d": "E d. M. yE d. M. y GGGGG",
2284
+ "G": "E d. M. y GGGGGE d. M. y GGGGG",
2285
+ "M": "E d. M. yE d. M. y GGGGG",
2286
+ "y": "E d. M. yE d. M. y GGGGG"
1879
2287
  },
1880
2288
  "GyMMM": {
1881
- "G": "LLL y G LLL y G",
1882
- "M": "LLL LLL y G",
1883
- "y": "LLL y LLL y G"
2289
+ "G": "LLL y GLLL y G",
2290
+ "M": "LLLLLL y G",
2291
+ "y": "LLL yLLL y G"
1884
2292
  },
1885
2293
  "GyMMMd": {
1886
- "d": "d. d. M. y G",
1887
- "G": "d. M. y G d. M. y G",
1888
- "M": "d. M. d. M. y G",
1889
- "y": "d. M. y d. M. y G"
2294
+ "d": "d.d. M. y G",
2295
+ "G": "d. M. y Gd. M. y G",
2296
+ "M": "d. M.d. M. y G",
2297
+ "y": "d. M. yd. M. y G"
1890
2298
  },
1891
2299
  "GyMMMEd": {
1892
- "d": "E d. M. E d. M. y G",
1893
- "G": "E d. M. y G E d. M. y G",
1894
- "M": "E d. M. E d. M. y G",
1895
- "y": "E d. M. y E d. M. y G"
2300
+ "d": "E d. M.E d. M. y G",
2301
+ "G": "E d. M. y GE d. M. y G",
2302
+ "M": "E d. M.E d. M. y G",
2303
+ "y": "E d. M. yE d. M. y G"
1896
2304
  },
1897
2305
  "h": {
1898
- "a": "h a h a",
1899
- "h": "h h a"
2306
+ "a": "haha",
2307
+ "h": "hha"
1900
2308
  },
1901
2309
  "H": {
1902
- "H": "HH HH"
2310
+ "H": "HHHH"
1903
2311
  },
1904
2312
  "hm": {
1905
- "a": "h:mm a h:mm a",
1906
- "h": "h:mm h:mm a",
1907
- "m": "h:mm h:mm a"
2313
+ "a": "h:mmah:mma",
2314
+ "h": "h:mmh:mma",
2315
+ "m": "h:mmh:mma"
1908
2316
  },
1909
2317
  "Hm": {
1910
- "H": "H:mm H:mm",
1911
- "m": "H:mm H:mm"
2318
+ "H": "H:mmH:mm",
2319
+ "m": "H:mmH:mm"
1912
2320
  },
1913
2321
  "hmv": {
1914
- "a": "h:mm a h:mm a v",
1915
- "h": "h:mm h:mm a v",
1916
- "m": "h:mm h:mm a v"
2322
+ "a": "h:mmah:mma v",
2323
+ "h": "h:mmh:mma v",
2324
+ "m": "h:mmh:mma v"
1917
2325
  },
1918
2326
  "Hmv": {
1919
- "H": "H:mm H:mm v",
1920
- "m": "H:mm H:mm v"
2327
+ "H": "H:mmH:mm v",
2328
+ "m": "H:mmH:mm v"
1921
2329
  },
1922
2330
  "hv": {
1923
- "a": "h a h a v",
1924
- "h": "h h a v"
2331
+ "a": "haha v",
2332
+ "h": "hha v"
1925
2333
  },
1926
2334
  "Hv": {
1927
- "H": "HH HH v"
2335
+ "H": "HHHH v"
1928
2336
  },
1929
2337
  "M": {
1930
- "M": "M. M."
2338
+ "M": "M.M."
1931
2339
  },
1932
2340
  "Md": {
1933
- "d": "d. M. d. M.",
1934
- "M": "d. M. d. M."
2341
+ "d": "d. M.d. M.",
2342
+ "M": "d. M.d. M."
1935
2343
  },
1936
2344
  "MEd": {
1937
- "d": "E d. M. E d. M.",
1938
- "M": "E d. M. E d. M."
2345
+ "d": "E d. M.E d. M.",
2346
+ "M": "E d. M.E d. M."
1939
2347
  },
1940
2348
  "MMM": {
1941
- "M": "LLL LLL"
2349
+ "M": "LLLLLL"
1942
2350
  },
1943
2351
  "MMMd": {
1944
- "d": "d. d. M.",
1945
- "M": "d. M. d. M."
2352
+ "d": "d.d. M.",
2353
+ "M": "d. M.d. M."
1946
2354
  },
1947
2355
  "MMMEd": {
1948
- "d": "E d. E d. M.",
1949
- "M": "E d. M. E d. M."
2356
+ "d": "E d.E d. M.",
2357
+ "M": "E d. M.E d. M."
1950
2358
  },
1951
2359
  "MMMM": {
1952
- "M": "LLLL LLLL"
2360
+ "M": "LLLLLLLL"
1953
2361
  },
1954
2362
  "y": {
1955
- "y": "y y G"
2363
+ "y": "yy G"
1956
2364
  },
1957
2365
  "yM": {
1958
- "M": "M/y M/y GGGGG",
1959
- "y": "M/y M/y GGGGG"
2366
+ "M": "M/yM/y GGGGG",
2367
+ "y": "M/yM/y GGGGG"
1960
2368
  },
1961
2369
  "yMd": {
1962
- "d": "d. M. y d. M. y G",
1963
- "M": "d. M. y d. M. y G",
1964
- "y": "d. M. y d. M. y G"
2370
+ "d": "d. M. yd. M. y G",
2371
+ "M": "d. M. yd. M. y G",
2372
+ "y": "d. M. yd. M. y G"
1965
2373
  },
1966
2374
  "yMEd": {
1967
- "d": "E d. M. y E d. M. y G",
1968
- "M": "E d. M. y E d. M. y G",
1969
- "y": "E d. M. y E d. M. y G"
2375
+ "d": "E d. M. yE d. M. y G",
2376
+ "M": "E d. M. yE d. M. y G",
2377
+ "y": "E d. M. yE d. M. y G"
1970
2378
  },
1971
2379
  "yMMM": {
1972
- "M": "LLL LLL y G",
1973
- "y": "LLL y LLL y G"
2380
+ "M": "LLLLLL y G",
2381
+ "y": "LLL yLLL y G"
1974
2382
  },
1975
2383
  "yMMMd": {
1976
- "d": "d. d. M. y G",
1977
- "M": "d. M. d. M. y G",
1978
- "y": "d. M. y d. M. y G"
2384
+ "d": "d.d. M. y G",
2385
+ "M": "d. M.d. M. y G",
2386
+ "y": "d. M. yd. M. y G"
1979
2387
  },
1980
2388
  "yMMMEd": {
1981
- "d": "E d. E d. M. y G",
1982
- "M": "E d. M. E d. M. y G",
1983
- "y": "E d. M. y E d. M. y G"
2389
+ "d": "E d.E d. M. y G",
2390
+ "M": "E d. M.E d. M. y G",
2391
+ "y": "E d. M. yE d. M. y G"
1984
2392
  },
1985
2393
  "yMMMM": {
1986
- "M": "LLLL LLLL y G",
1987
- "y": "LLLL y LLLL y G"
2394
+ "M": "LLLLLLLL y G",
2395
+ "y": "LLLL yLLLL y G"
1988
2396
  }
1989
2397
  }
1990
2398
  },
@@ -2156,6 +2564,48 @@
2156
2564
  ]
2157
2565
  }
2158
2566
  },
2567
+ "quarters": {
2568
+ "format": {
2569
+ "abbreviated": [
2570
+ "Q1",
2571
+ "Q2",
2572
+ "Q3",
2573
+ "Q4"
2574
+ ],
2575
+ "narrow": [
2576
+ "1",
2577
+ "2",
2578
+ "3",
2579
+ "4"
2580
+ ],
2581
+ "wide": [
2582
+ "1. štvrťrok",
2583
+ "2. štvrťrok",
2584
+ "3. štvrťrok",
2585
+ "4. štvrťrok"
2586
+ ]
2587
+ },
2588
+ "stand-alone": {
2589
+ "abbreviated": [
2590
+ "Q1",
2591
+ "Q2",
2592
+ "Q3",
2593
+ "Q4"
2594
+ ],
2595
+ "narrow": [
2596
+ "1",
2597
+ "2",
2598
+ "3",
2599
+ "4"
2600
+ ],
2601
+ "wide": [
2602
+ "1. štvrťrok",
2603
+ "2. štvrťrok",
2604
+ "3. štvrťrok",
2605
+ "4. štvrťrok"
2606
+ ]
2607
+ }
2608
+ },
2159
2609
  "dayPeriods": {
2160
2610
  "format": {
2161
2611
  "abbreviated": [
@@ -2186,6 +2636,66 @@
2186
2636
  ]
2187
2637
  }
2188
2638
  },
2639
+ "flexibleDayPeriods": {
2640
+ "format": {
2641
+ "abbreviated": {
2642
+ "midnight": "o poln.",
2643
+ "noon": "napol.",
2644
+ "morning1": "ráno",
2645
+ "morning2": "dopol.",
2646
+ "afternoon1": "popol.",
2647
+ "evening1": "večer",
2648
+ "night1": "v noci"
2649
+ },
2650
+ "narrow": {
2651
+ "midnight": "o poln.",
2652
+ "noon": "nap.",
2653
+ "morning1": "ráno",
2654
+ "morning2": "dop.",
2655
+ "afternoon1": "pop.",
2656
+ "evening1": "več.",
2657
+ "night1": "v n."
2658
+ },
2659
+ "wide": {
2660
+ "midnight": "o polnoci",
2661
+ "noon": "napoludnie",
2662
+ "morning1": "ráno",
2663
+ "morning2": "dopoludnia",
2664
+ "afternoon1": "popoludní",
2665
+ "evening1": "večer",
2666
+ "night1": "v noci"
2667
+ }
2668
+ },
2669
+ "stand-alone": {
2670
+ "abbreviated": {
2671
+ "midnight": "poln.",
2672
+ "noon": "pol.",
2673
+ "morning1": "ráno",
2674
+ "morning2": "dopol.",
2675
+ "afternoon1": "popol.",
2676
+ "evening1": "večer",
2677
+ "night1": "noc"
2678
+ },
2679
+ "narrow": {
2680
+ "midnight": "poln.",
2681
+ "noon": "pol.",
2682
+ "morning1": "ráno",
2683
+ "morning2": "dop.",
2684
+ "afternoon1": "pop.",
2685
+ "evening1": "več.",
2686
+ "night1": "noc"
2687
+ },
2688
+ "wide": {
2689
+ "midnight": "polnoc",
2690
+ "noon": "poludnie",
2691
+ "morning1": "ráno",
2692
+ "morning2": "dopoludnie",
2693
+ "afternoon1": "popoludnie",
2694
+ "evening1": "večer",
2695
+ "night1": "noc"
2696
+ }
2697
+ }
2698
+ },
2189
2699
  "era-wide": {
2190
2700
  "0": "BE"
2191
2701
  },
@@ -2630,6 +3140,192 @@
2630
3140
  "displayName": "časové pásmo"
2631
3141
  }
2632
3142
  },
3143
+ "timezoneNamesFormats": {
3144
+ "gmtFormat": "GMT{0}"
3145
+ },
3146
+ "decimalFormat": {
3147
+ "standard": "#,##0.###"
3148
+ },
3149
+ "decimalFormat-long": {
3150
+ "1000-one": "0 tisíc",
3151
+ "1000-few": "0 tisíce",
3152
+ "1000-many": "0 tisíca",
3153
+ "1000-other": "0 tisíc",
3154
+ "10000-one": "00 tisíc",
3155
+ "10000-few": "00 tisíc",
3156
+ "10000-many": "00 tisíca",
3157
+ "10000-other": "00 tisíc",
3158
+ "100000-one": "000 tisíc",
3159
+ "100000-few": "000 tisíc",
3160
+ "100000-many": "000 tisíca",
3161
+ "100000-other": "000 tisíc",
3162
+ "1000000-one": "0 milión",
3163
+ "1000000-few": "0 milióny",
3164
+ "1000000-many": "0 milióna",
3165
+ "1000000-other": "0 miliónov",
3166
+ "10000000-one": "00 miliónov",
3167
+ "10000000-few": "00 miliónov",
3168
+ "10000000-many": "00 milióna",
3169
+ "10000000-other": "00 miliónov",
3170
+ "100000000-one": "000 miliónov",
3171
+ "100000000-few": "000 miliónov",
3172
+ "100000000-many": "000 milióna",
3173
+ "100000000-other": "000 miliónov",
3174
+ "1000000000-one": "0 miliarda",
3175
+ "1000000000-few": "0 miliardy",
3176
+ "1000000000-many": "0 miliardy",
3177
+ "1000000000-other": "0 miliárd",
3178
+ "10000000000-one": "00 miliárd",
3179
+ "10000000000-few": "00 miliárd",
3180
+ "10000000000-many": "00 miliardy",
3181
+ "10000000000-other": "00 miliárd",
3182
+ "100000000000-one": "000 miliárd",
3183
+ "100000000000-few": "000 miliárd",
3184
+ "100000000000-many": "000 miliardy",
3185
+ "100000000000-other": "000 miliárd",
3186
+ "1000000000000-one": "0 bilión",
3187
+ "1000000000000-few": "0 bilióny",
3188
+ "1000000000000-many": "0 bilióna",
3189
+ "1000000000000-other": "0 biliónov",
3190
+ "10000000000000-one": "00 biliónov",
3191
+ "10000000000000-few": "00 biliónov",
3192
+ "10000000000000-many": "00 bilióna",
3193
+ "10000000000000-other": "00 biliónov",
3194
+ "100000000000000-one": "000 biliónov",
3195
+ "100000000000000-few": "000 biliónov",
3196
+ "100000000000000-many": "000 bilióna",
3197
+ "100000000000000-other": "000 biliónov"
3198
+ },
3199
+ "decimalFormat-short": {
3200
+ "1000-one": "0 tis'.'",
3201
+ "1000-few": "0 tis'.'",
3202
+ "1000-many": "0 tis'.'",
3203
+ "1000-other": "0 tis'.'",
3204
+ "10000-one": "00 tis'.'",
3205
+ "10000-few": "00 tis'.'",
3206
+ "10000-many": "00 tis'.'",
3207
+ "10000-other": "00 tis'.'",
3208
+ "100000-one": "000 tis'.'",
3209
+ "100000-few": "000 tis'.'",
3210
+ "100000-many": "000 tis'.'",
3211
+ "100000-other": "000 tis'.'",
3212
+ "1000000-one": "0 mil'.'",
3213
+ "1000000-few": "0 mil'.'",
3214
+ "1000000-many": "0 mil'.'",
3215
+ "1000000-other": "0 mil'.'",
3216
+ "10000000-one": "00 mil'.'",
3217
+ "10000000-few": "00 mil'.'",
3218
+ "10000000-many": "00 mil'.'",
3219
+ "10000000-other": "00 mil'.'",
3220
+ "100000000-one": "000 mil'.'",
3221
+ "100000000-few": "000 mil'.'",
3222
+ "100000000-many": "000 mil'.'",
3223
+ "100000000-other": "000 mil'.'",
3224
+ "1000000000-one": "0 mld'.'",
3225
+ "1000000000-few": "0 mld'.'",
3226
+ "1000000000-many": "0 mld'.'",
3227
+ "1000000000-other": "0 mld'.'",
3228
+ "10000000000-one": "00 mld'.'",
3229
+ "10000000000-few": "00 mld'.'",
3230
+ "10000000000-many": "00 mld'.'",
3231
+ "10000000000-other": "00 mld'.'",
3232
+ "100000000000-one": "000 mld'.'",
3233
+ "100000000000-few": "000 mld'.'",
3234
+ "100000000000-many": "000 mld'.'",
3235
+ "100000000000-other": "000 mld'.'",
3236
+ "1000000000000-one": "0 bil'.'",
3237
+ "1000000000000-few": "0 bil'.'",
3238
+ "1000000000000-many": "0 bil'.'",
3239
+ "1000000000000-other": "0 bil'.'",
3240
+ "10000000000000-one": "00 bil'.'",
3241
+ "10000000000000-few": "00 bil'.'",
3242
+ "10000000000000-many": "00 bil'.'",
3243
+ "10000000000000-other": "00 bil'.'",
3244
+ "100000000000000-one": "000 bil'.'",
3245
+ "100000000000000-few": "000 bil'.'",
3246
+ "100000000000000-many": "000 bil'.'",
3247
+ "100000000000000-other": "000 bil'.'"
3248
+ },
3249
+ "scientificFormat": {
3250
+ "standard": "#E0"
3251
+ },
3252
+ "percentFormat": {
3253
+ "standard": "#,##0 %"
3254
+ },
3255
+ "currencyFormat": {
3256
+ "standard": "#,##0.00 ¤",
3257
+ "accounting": "#,##0.00 ¤;(#,##0.00 ¤)",
3258
+ "currencySpacing": {
3259
+ "beforeCurrency": {
3260
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3261
+ "surroundingMatch": "[:digit:]",
3262
+ "insertBetween": " "
3263
+ },
3264
+ "afterCurrency": {
3265
+ "currencyMatch": "[[:^S:]&[:^Z:]]",
3266
+ "surroundingMatch": "[:digit:]",
3267
+ "insertBetween": " "
3268
+ }
3269
+ },
3270
+ "sap-standard": "#,##0.00 ¤",
3271
+ "sap-accounting": "#,##0.00 ¤;(#,##0.00 ¤)"
3272
+ },
3273
+ "miscPattern": {
3274
+ "approximately": "~{0}",
3275
+ "atLeast": "{0}+",
3276
+ "atMost": "≤{0}",
3277
+ "range": "{0} – {1}"
3278
+ },
3279
+ "currencyFormat-short": {
3280
+ "1000-one": "0 tis'.' ¤",
3281
+ "1000-few": "0 tis'.' ¤",
3282
+ "1000-many": "0 tis'.' ¤",
3283
+ "1000-other": "0 tis'.' ¤",
3284
+ "10000-one": "00 tis'.' ¤",
3285
+ "10000-few": "00 tis'.' ¤",
3286
+ "10000-many": "00 tis'.' ¤",
3287
+ "10000-other": "00 tis'.' ¤",
3288
+ "100000-one": "000 tis'.' ¤",
3289
+ "100000-few": "000 tis'.' ¤",
3290
+ "100000-many": "000 tis'.' ¤",
3291
+ "100000-other": "000 tis'.' ¤",
3292
+ "1000000-one": "0 mil'.' ¤",
3293
+ "1000000-few": "0 mil'.' ¤",
3294
+ "1000000-many": "0 mil'.' ¤",
3295
+ "1000000-other": "0 mil'.' ¤",
3296
+ "10000000-one": "00 mil'.' ¤",
3297
+ "10000000-few": "00 mil'.' ¤",
3298
+ "10000000-many": "00 mil'.' ¤",
3299
+ "10000000-other": "00 mil'.' ¤",
3300
+ "100000000-one": "000 mil'.' ¤",
3301
+ "100000000-few": "000 mil'.' ¤",
3302
+ "100000000-many": "000 mil'.' ¤",
3303
+ "100000000-other": "000 mil'.' ¤",
3304
+ "1000000000-one": "0 mld'.' ¤",
3305
+ "1000000000-few": "0 mld'.' ¤",
3306
+ "1000000000-many": "0 mld'.' ¤",
3307
+ "1000000000-other": "0 mld'.' ¤",
3308
+ "10000000000-one": "00 mld'.' ¤",
3309
+ "10000000000-few": "00 mld'.' ¤",
3310
+ "10000000000-many": "00 mld'.' ¤",
3311
+ "10000000000-other": "00 mld'.' ¤",
3312
+ "100000000000-one": "000 mld'.' ¤",
3313
+ "100000000000-few": "000 mld'.' ¤",
3314
+ "100000000000-many": "000 mld'.' ¤",
3315
+ "100000000000-other": "000 mld'.' ¤",
3316
+ "1000000000000-one": "0 bil'.' ¤",
3317
+ "1000000000000-few": "0 bil'.' ¤",
3318
+ "1000000000000-many": "0 bil'.' ¤",
3319
+ "1000000000000-other": "0 bil'.' ¤",
3320
+ "10000000000000-one": "00 bil'.' ¤",
3321
+ "10000000000000-few": "00 bil'.' ¤",
3322
+ "10000000000000-many": "00 bil'.' ¤",
3323
+ "10000000000000-other": "00 bil'.' ¤",
3324
+ "100000000000000-one": "000 bil'.' ¤",
3325
+ "100000000000000-few": "000 bil'.' ¤",
3326
+ "100000000000000-many": "000 bil'.' ¤",
3327
+ "100000000000000-other": "000 bil'.' ¤"
3328
+ },
2633
3329
  "symbols-latn-decimal": ",",
2634
3330
  "symbols-latn-group": " ",
2635
3331
  "symbols-latn-list": ";",
@@ -2643,7 +3339,1550 @@
2643
3339
  "symbols-latn-infinity": "∞",
2644
3340
  "symbols-latn-nan": "NaN",
2645
3341
  "symbols-latn-timeSeparator": ":",
3342
+ "currencySymbols": {
3343
+ "EUR": "€",
3344
+ "ILS": "NIS",
3345
+ "MXN": "MX$",
3346
+ "XAF": "FCFA",
3347
+ "XCD": "EC$",
3348
+ "XOF": "F CFA",
3349
+ "XPF": "CFPF"
3350
+ },
2646
3351
  "rtl": false,
3352
+ "units": {
3353
+ "short": {
3354
+ "10p-1": {
3355
+ "unitPrefixPattern": "d{0}"
3356
+ },
3357
+ "10p-2": {
3358
+ "unitPrefixPattern": "c{0}"
3359
+ },
3360
+ "10p-3": {
3361
+ "unitPrefixPattern": "m{0}"
3362
+ },
3363
+ "10p-6": {
3364
+ "unitPrefixPattern": "μ{0}"
3365
+ },
3366
+ "10p-9": {
3367
+ "unitPrefixPattern": "n{0}"
3368
+ },
3369
+ "10p-12": {
3370
+ "unitPrefixPattern": "p{0}"
3371
+ },
3372
+ "10p-15": {
3373
+ "unitPrefixPattern": "f{0}"
3374
+ },
3375
+ "10p-18": {
3376
+ "unitPrefixPattern": "a{0}"
3377
+ },
3378
+ "10p-21": {
3379
+ "unitPrefixPattern": "z{0}"
3380
+ },
3381
+ "10p-24": {
3382
+ "unitPrefixPattern": "y{0}"
3383
+ },
3384
+ "10p1": {
3385
+ "unitPrefixPattern": "da{0}"
3386
+ },
3387
+ "10p2": {
3388
+ "unitPrefixPattern": "h{0}"
3389
+ },
3390
+ "10p3": {
3391
+ "unitPrefixPattern": "k{0}"
3392
+ },
3393
+ "10p6": {
3394
+ "unitPrefixPattern": "M{0}"
3395
+ },
3396
+ "10p9": {
3397
+ "unitPrefixPattern": "G{0}"
3398
+ },
3399
+ "10p12": {
3400
+ "unitPrefixPattern": "T{0}"
3401
+ },
3402
+ "10p15": {
3403
+ "unitPrefixPattern": "P{0}"
3404
+ },
3405
+ "10p18": {
3406
+ "unitPrefixPattern": "E{0}"
3407
+ },
3408
+ "10p21": {
3409
+ "unitPrefixPattern": "Z{0}"
3410
+ },
3411
+ "10p24": {
3412
+ "unitPrefixPattern": "Y{0}"
3413
+ },
3414
+ "1024p1": {
3415
+ "unitPrefixPattern": "Ki{0}"
3416
+ },
3417
+ "1024p2": {
3418
+ "unitPrefixPattern": "Mi{0}"
3419
+ },
3420
+ "1024p3": {
3421
+ "unitPrefixPattern": "Gi{0}"
3422
+ },
3423
+ "1024p4": {
3424
+ "unitPrefixPattern": "Ti{0}"
3425
+ },
3426
+ "1024p5": {
3427
+ "unitPrefixPattern": "Pi{0}"
3428
+ },
3429
+ "1024p6": {
3430
+ "unitPrefixPattern": "Ei{0}"
3431
+ },
3432
+ "1024p7": {
3433
+ "unitPrefixPattern": "Zi{0}"
3434
+ },
3435
+ "1024p8": {
3436
+ "unitPrefixPattern": "Yi{0}"
3437
+ },
3438
+ "per": {
3439
+ "compoundUnitPattern": "{0}/{1}"
3440
+ },
3441
+ "power2": {
3442
+ "compoundUnitPattern1": "{0}²",
3443
+ "compoundUnitPattern1-count-one": "{0}²",
3444
+ "compoundUnitPattern1-count-few": "{0}²",
3445
+ "compoundUnitPattern1-count-many": "{0}²",
3446
+ "compoundUnitPattern1-count-other": "{0}²"
3447
+ },
3448
+ "power3": {
3449
+ "compoundUnitPattern1": "{0}³",
3450
+ "compoundUnitPattern1-count-one": "{0}³",
3451
+ "compoundUnitPattern1-count-few": "{0}³",
3452
+ "compoundUnitPattern1-count-many": "{0}³",
3453
+ "compoundUnitPattern1-count-other": "{0}³"
3454
+ },
3455
+ "times": {
3456
+ "compoundUnitPattern": "{0}{1}"
3457
+ },
3458
+ "acceleration-g-force": {
3459
+ "displayName": "jednotka preťaženia",
3460
+ "unitPattern-count-one": "{0} G",
3461
+ "unitPattern-count-few": "{0} G",
3462
+ "unitPattern-count-many": "{0} G",
3463
+ "unitPattern-count-other": "{0} G"
3464
+ },
3465
+ "acceleration-meter-per-square-second": {
3466
+ "displayName": "m/s²",
3467
+ "unitPattern-count-one": "{0} m/s²",
3468
+ "unitPattern-count-few": "{0} m/s²",
3469
+ "unitPattern-count-many": "{0} m/s²",
3470
+ "unitPattern-count-other": "{0} m/s²"
3471
+ },
3472
+ "angle-revolution": {
3473
+ "displayName": "ot.",
3474
+ "unitPattern-count-one": "{0} ot.",
3475
+ "unitPattern-count-few": "{0} ot.",
3476
+ "unitPattern-count-many": "{0} ot.",
3477
+ "unitPattern-count-other": "{0} ot."
3478
+ },
3479
+ "angle-radian": {
3480
+ "displayName": "rad",
3481
+ "unitPattern-count-one": "{0} rad",
3482
+ "unitPattern-count-few": "{0} rad",
3483
+ "unitPattern-count-many": "{0} rad",
3484
+ "unitPattern-count-other": "{0} rad"
3485
+ },
3486
+ "angle-degree": {
3487
+ "displayName": "°",
3488
+ "unitPattern-count-one": "{0}°",
3489
+ "unitPattern-count-few": "{0}°",
3490
+ "unitPattern-count-many": "{0}°",
3491
+ "unitPattern-count-other": "{0}°"
3492
+ },
3493
+ "angle-arc-minute": {
3494
+ "displayName": "′",
3495
+ "unitPattern-count-one": "{0}′",
3496
+ "unitPattern-count-few": "{0}′",
3497
+ "unitPattern-count-many": "{0}′",
3498
+ "unitPattern-count-other": "{0}′"
3499
+ },
3500
+ "angle-arc-second": {
3501
+ "displayName": "″",
3502
+ "unitPattern-count-one": "{0}″",
3503
+ "unitPattern-count-few": "{0}″",
3504
+ "unitPattern-count-many": "{0}″",
3505
+ "unitPattern-count-other": "{0}″"
3506
+ },
3507
+ "area-square-kilometer": {
3508
+ "displayName": "km²",
3509
+ "unitPattern-count-one": "{0} km²",
3510
+ "unitPattern-count-few": "{0} km²",
3511
+ "unitPattern-count-many": "{0} km²",
3512
+ "unitPattern-count-other": "{0} km²",
3513
+ "perUnitPattern": "{0}/km²"
3514
+ },
3515
+ "area-hectare": {
3516
+ "displayName": "hektáre",
3517
+ "unitPattern-count-one": "{0} ha",
3518
+ "unitPattern-count-few": "{0} ha",
3519
+ "unitPattern-count-many": "{0} ha",
3520
+ "unitPattern-count-other": "{0} ha"
3521
+ },
3522
+ "area-square-meter": {
3523
+ "displayName": "m²",
3524
+ "unitPattern-count-one": "{0} m²",
3525
+ "unitPattern-count-few": "{0} m²",
3526
+ "unitPattern-count-many": "{0} m²",
3527
+ "unitPattern-count-other": "{0} m²",
3528
+ "perUnitPattern": "{0}/m²"
3529
+ },
3530
+ "area-square-centimeter": {
3531
+ "displayName": "cm²",
3532
+ "unitPattern-count-one": "{0} cm²",
3533
+ "unitPattern-count-few": "{0} cm²",
3534
+ "unitPattern-count-many": "{0} cm²",
3535
+ "unitPattern-count-other": "{0} cm²",
3536
+ "perUnitPattern": "{0}/cm²"
3537
+ },
3538
+ "area-square-mile": {
3539
+ "displayName": "mi²",
3540
+ "unitPattern-count-one": "{0} mi²",
3541
+ "unitPattern-count-few": "{0} mi²",
3542
+ "unitPattern-count-many": "{0} mi²",
3543
+ "unitPattern-count-other": "{0} mi²",
3544
+ "perUnitPattern": "{0}/mi²"
3545
+ },
3546
+ "area-acre": {
3547
+ "displayName": "akre",
3548
+ "unitPattern-count-one": "{0} ac",
3549
+ "unitPattern-count-few": "{0} ac",
3550
+ "unitPattern-count-many": "{0} ac",
3551
+ "unitPattern-count-other": "{0} ac"
3552
+ },
3553
+ "area-square-yard": {
3554
+ "displayName": "yd²",
3555
+ "unitPattern-count-one": "{0} yd²",
3556
+ "unitPattern-count-few": "{0} yd²",
3557
+ "unitPattern-count-many": "{0} yd²",
3558
+ "unitPattern-count-other": "{0} yd²"
3559
+ },
3560
+ "area-square-foot": {
3561
+ "displayName": "ft²",
3562
+ "unitPattern-count-one": "{0} ft²",
3563
+ "unitPattern-count-few": "{0} ft²",
3564
+ "unitPattern-count-many": "{0} ft²",
3565
+ "unitPattern-count-other": "{0} ft²"
3566
+ },
3567
+ "area-square-inch": {
3568
+ "displayName": "in²",
3569
+ "unitPattern-count-one": "{0} in²",
3570
+ "unitPattern-count-few": "{0} in²",
3571
+ "unitPattern-count-many": "{0} in²",
3572
+ "unitPattern-count-other": "{0} in²",
3573
+ "perUnitPattern": "{0}/in²"
3574
+ },
3575
+ "area-dunam": {
3576
+ "displayName": "dun.",
3577
+ "unitPattern-count-one": "{0} dun.",
3578
+ "unitPattern-count-few": "{0} dun.",
3579
+ "unitPattern-count-many": "{0} dun.",
3580
+ "unitPattern-count-other": "{0} dun."
3581
+ },
3582
+ "concentr-karat": {
3583
+ "displayName": "kt",
3584
+ "unitPattern-count-one": "{0} kt",
3585
+ "unitPattern-count-few": "{0} kt",
3586
+ "unitPattern-count-many": "{0} kt",
3587
+ "unitPattern-count-other": "{0} kt"
3588
+ },
3589
+ "concentr-milligram-ofglucose-per-deciliter": {
3590
+ "displayName": "mg/dl",
3591
+ "unitPattern-count-one": "{0} mg/dl",
3592
+ "unitPattern-count-few": "{0} mg/dl",
3593
+ "unitPattern-count-many": "{0} mg/dl",
3594
+ "unitPattern-count-other": "{0} mg/dl"
3595
+ },
3596
+ "concentr-millimole-per-liter": {
3597
+ "displayName": "mmol/l",
3598
+ "unitPattern-count-one": "{0} mmol/l",
3599
+ "unitPattern-count-few": "{0} mmol/l",
3600
+ "unitPattern-count-many": "{0} mmol/l",
3601
+ "unitPattern-count-other": "{0} mmol/l"
3602
+ },
3603
+ "concentr-item": {
3604
+ "displayName": "pol.",
3605
+ "unitPattern-count-one": "{0} pol.",
3606
+ "unitPattern-count-few": "{0} pol.",
3607
+ "unitPattern-count-many": "{0} pol.",
3608
+ "unitPattern-count-other": "{0} pol."
3609
+ },
3610
+ "concentr-permillion": {
3611
+ "displayName": "ppm",
3612
+ "unitPattern-count-one": "{0} ppm",
3613
+ "unitPattern-count-few": "{0} ppm",
3614
+ "unitPattern-count-many": "{0} ppm",
3615
+ "unitPattern-count-other": "{0} ppm"
3616
+ },
3617
+ "concentr-percent": {
3618
+ "displayName": "%",
3619
+ "unitPattern-count-one": "{0} %",
3620
+ "unitPattern-count-few": "{0} %",
3621
+ "unitPattern-count-many": "{0} %",
3622
+ "unitPattern-count-other": "{0} %"
3623
+ },
3624
+ "concentr-permille": {
3625
+ "displayName": "‰",
3626
+ "unitPattern-count-one": "{0} ‰",
3627
+ "unitPattern-count-few": "{0} ‰",
3628
+ "unitPattern-count-many": "{0} ‰",
3629
+ "unitPattern-count-other": "{0} ‰"
3630
+ },
3631
+ "concentr-permyriad": {
3632
+ "displayName": "‱",
3633
+ "unitPattern-count-one": "{0} ‱",
3634
+ "unitPattern-count-few": "{0} ‱",
3635
+ "unitPattern-count-many": "{0} ‱",
3636
+ "unitPattern-count-other": "{0} ‱"
3637
+ },
3638
+ "concentr-mole": {
3639
+ "displayName": "mol",
3640
+ "unitPattern-count-one": "{0} mol",
3641
+ "unitPattern-count-few": "{0} mol",
3642
+ "unitPattern-count-many": "{0} mol",
3643
+ "unitPattern-count-other": "{0} mol"
3644
+ },
3645
+ "consumption-liter-per-kilometer": {
3646
+ "displayName": "l/km",
3647
+ "unitPattern-count-one": "{0} l/km",
3648
+ "unitPattern-count-few": "{0} l/km",
3649
+ "unitPattern-count-many": "{0} l/km",
3650
+ "unitPattern-count-other": "{0} l/km"
3651
+ },
3652
+ "consumption-liter-per-100-kilometer": {
3653
+ "displayName": "l/100 km",
3654
+ "unitPattern-count-one": "{0} l/100 km",
3655
+ "unitPattern-count-few": "{0} l/100 km",
3656
+ "unitPattern-count-many": "{0} l/100 km",
3657
+ "unitPattern-count-other": "{0} l/100 km"
3658
+ },
3659
+ "consumption-mile-per-gallon": {
3660
+ "displayName": "mpg",
3661
+ "unitPattern-count-one": "{0} mpg",
3662
+ "unitPattern-count-few": "{0} mpg",
3663
+ "unitPattern-count-many": "{0} mpg",
3664
+ "unitPattern-count-other": "{0} mpg"
3665
+ },
3666
+ "consumption-mile-per-gallon-imperial": {
3667
+ "displayName": "mpg brit.",
3668
+ "unitPattern-count-one": "{0} mpg brit.",
3669
+ "unitPattern-count-few": "{0} mpg brit.",
3670
+ "unitPattern-count-many": "{0} mpg brit.",
3671
+ "unitPattern-count-other": "{0} mpg brit."
3672
+ },
3673
+ "digital-petabyte": {
3674
+ "displayName": "PB",
3675
+ "unitPattern-count-one": "{0} PB",
3676
+ "unitPattern-count-few": "{0} PB",
3677
+ "unitPattern-count-many": "{0} PB",
3678
+ "unitPattern-count-other": "{0} PB"
3679
+ },
3680
+ "digital-terabyte": {
3681
+ "displayName": "TB",
3682
+ "unitPattern-count-one": "{0} TB",
3683
+ "unitPattern-count-few": "{0} TB",
3684
+ "unitPattern-count-many": "{0} TB",
3685
+ "unitPattern-count-other": "{0} TB"
3686
+ },
3687
+ "digital-terabit": {
3688
+ "displayName": "Tb",
3689
+ "unitPattern-count-one": "{0} Tb",
3690
+ "unitPattern-count-few": "{0} Tb",
3691
+ "unitPattern-count-many": "{0} Tb",
3692
+ "unitPattern-count-other": "{0} Tb"
3693
+ },
3694
+ "digital-gigabyte": {
3695
+ "displayName": "GB",
3696
+ "unitPattern-count-one": "{0} GB",
3697
+ "unitPattern-count-few": "{0} GB",
3698
+ "unitPattern-count-many": "{0} GB",
3699
+ "unitPattern-count-other": "{0} GB"
3700
+ },
3701
+ "digital-gigabit": {
3702
+ "displayName": "Gb",
3703
+ "unitPattern-count-one": "{0} Gb",
3704
+ "unitPattern-count-few": "{0} Gb",
3705
+ "unitPattern-count-many": "{0} Gb",
3706
+ "unitPattern-count-other": "{0} Gb"
3707
+ },
3708
+ "digital-megabyte": {
3709
+ "displayName": "MB",
3710
+ "unitPattern-count-one": "{0} MB",
3711
+ "unitPattern-count-few": "{0} MB",
3712
+ "unitPattern-count-many": "{0} MB",
3713
+ "unitPattern-count-other": "{0} MB"
3714
+ },
3715
+ "digital-megabit": {
3716
+ "displayName": "Mb",
3717
+ "unitPattern-count-one": "{0} Mb",
3718
+ "unitPattern-count-few": "{0} Mb",
3719
+ "unitPattern-count-many": "{0} Mb",
3720
+ "unitPattern-count-other": "{0} Mb"
3721
+ },
3722
+ "digital-kilobyte": {
3723
+ "displayName": "kB",
3724
+ "unitPattern-count-one": "{0} kB",
3725
+ "unitPattern-count-few": "{0} kB",
3726
+ "unitPattern-count-many": "{0} kB",
3727
+ "unitPattern-count-other": "{0} kB"
3728
+ },
3729
+ "digital-kilobit": {
3730
+ "displayName": "kb",
3731
+ "unitPattern-count-one": "{0} kb",
3732
+ "unitPattern-count-few": "{0} kb",
3733
+ "unitPattern-count-many": "{0} kb",
3734
+ "unitPattern-count-other": "{0} kb"
3735
+ },
3736
+ "digital-byte": {
3737
+ "displayName": "bajt",
3738
+ "unitPattern-count-one": "{0} B",
3739
+ "unitPattern-count-few": "{0} B",
3740
+ "unitPattern-count-many": "{0} B",
3741
+ "unitPattern-count-other": "{0} B"
3742
+ },
3743
+ "digital-bit": {
3744
+ "displayName": "bit",
3745
+ "unitPattern-count-one": "{0} b",
3746
+ "unitPattern-count-few": "{0} b",
3747
+ "unitPattern-count-many": "{0} b",
3748
+ "unitPattern-count-other": "{0} b"
3749
+ },
3750
+ "duration-century": {
3751
+ "displayName": "stor.",
3752
+ "unitPattern-count-one": "{0} stor.",
3753
+ "unitPattern-count-few": "{0} stor.",
3754
+ "unitPattern-count-many": "{0} stor.",
3755
+ "unitPattern-count-other": "{0} stor."
3756
+ },
3757
+ "duration-decade": {
3758
+ "displayName": "desaťr.",
3759
+ "unitPattern-count-one": "{0} desaťr.",
3760
+ "unitPattern-count-few": "{0} desaťr.",
3761
+ "unitPattern-count-many": "{0} desaťr.",
3762
+ "unitPattern-count-other": "{0} desaťr."
3763
+ },
3764
+ "duration-year": {
3765
+ "displayName": "r.",
3766
+ "unitPattern-count-one": "{0} r.",
3767
+ "unitPattern-count-few": "{0} r.",
3768
+ "unitPattern-count-many": "{0} r.",
3769
+ "unitPattern-count-other": "{0} r.",
3770
+ "perUnitPattern": "{0}/r."
3771
+ },
3772
+ "duration-quarter": {
3773
+ "displayName": "štvrťrok",
3774
+ "unitPattern-count-one": "{0} štvrťrok",
3775
+ "unitPattern-count-few": "{0} štvrťroky",
3776
+ "unitPattern-count-many": "{0} štvrťroka",
3777
+ "unitPattern-count-other": "{0} štvrťrokov",
3778
+ "perUnitPattern": "{0}/štvrťrok"
3779
+ },
3780
+ "duration-month": {
3781
+ "displayName": "mes.",
3782
+ "unitPattern-count-one": "{0} mes.",
3783
+ "unitPattern-count-few": "{0} mes.",
3784
+ "unitPattern-count-many": "{0} mes.",
3785
+ "unitPattern-count-other": "{0} mes.",
3786
+ "perUnitPattern": "{0}/mes."
3787
+ },
3788
+ "duration-week": {
3789
+ "displayName": "týž.",
3790
+ "unitPattern-count-one": "{0} týž.",
3791
+ "unitPattern-count-few": "{0} týž.",
3792
+ "unitPattern-count-many": "{0} týž.",
3793
+ "unitPattern-count-other": "{0} týž.",
3794
+ "perUnitPattern": "{0}/týž."
3795
+ },
3796
+ "duration-day": {
3797
+ "displayName": "dni",
3798
+ "unitPattern-count-one": "{0} deň",
3799
+ "unitPattern-count-few": "{0} dni",
3800
+ "unitPattern-count-many": "{0} dňa",
3801
+ "unitPattern-count-other": "{0} dní",
3802
+ "perUnitPattern": "{0}/deň"
3803
+ },
3804
+ "duration-hour": {
3805
+ "displayName": "h",
3806
+ "unitPattern-count-one": "{0} h",
3807
+ "unitPattern-count-few": "{0} h",
3808
+ "unitPattern-count-many": "{0} h",
3809
+ "unitPattern-count-other": "{0} h",
3810
+ "perUnitPattern": "{0}/h"
3811
+ },
3812
+ "duration-minute": {
3813
+ "displayName": "min",
3814
+ "unitPattern-count-one": "{0} min",
3815
+ "unitPattern-count-few": "{0} min",
3816
+ "unitPattern-count-many": "{0} min",
3817
+ "unitPattern-count-other": "{0} min",
3818
+ "perUnitPattern": "{0}/min"
3819
+ },
3820
+ "duration-second": {
3821
+ "displayName": "s",
3822
+ "unitPattern-count-one": "{0} s",
3823
+ "unitPattern-count-few": "{0} s",
3824
+ "unitPattern-count-many": "{0} s",
3825
+ "unitPattern-count-other": "{0} s",
3826
+ "perUnitPattern": "{0}/s"
3827
+ },
3828
+ "duration-millisecond": {
3829
+ "displayName": "ms",
3830
+ "unitPattern-count-one": "{0} ms",
3831
+ "unitPattern-count-few": "{0} ms",
3832
+ "unitPattern-count-many": "{0} ms",
3833
+ "unitPattern-count-other": "{0} ms"
3834
+ },
3835
+ "duration-microsecond": {
3836
+ "displayName": "μs",
3837
+ "unitPattern-count-one": "{0} μs",
3838
+ "unitPattern-count-few": "{0} μs",
3839
+ "unitPattern-count-many": "{0} μs",
3840
+ "unitPattern-count-other": "{0} μs"
3841
+ },
3842
+ "duration-nanosecond": {
3843
+ "displayName": "ns",
3844
+ "unitPattern-count-one": "{0} ns",
3845
+ "unitPattern-count-few": "{0} ns",
3846
+ "unitPattern-count-many": "{0} ns",
3847
+ "unitPattern-count-other": "{0} ns"
3848
+ },
3849
+ "electric-ampere": {
3850
+ "displayName": "A",
3851
+ "unitPattern-count-one": "{0} A",
3852
+ "unitPattern-count-few": "{0} A",
3853
+ "unitPattern-count-many": "{0} A",
3854
+ "unitPattern-count-other": "{0} A"
3855
+ },
3856
+ "electric-milliampere": {
3857
+ "displayName": "mA",
3858
+ "unitPattern-count-one": "{0} mA",
3859
+ "unitPattern-count-few": "{0} mA",
3860
+ "unitPattern-count-many": "{0} mA",
3861
+ "unitPattern-count-other": "{0} mA"
3862
+ },
3863
+ "electric-ohm": {
3864
+ "displayName": "Ω",
3865
+ "unitPattern-count-one": "{0} Ω",
3866
+ "unitPattern-count-few": "{0} Ω",
3867
+ "unitPattern-count-many": "{0} Ω",
3868
+ "unitPattern-count-other": "{0} Ω"
3869
+ },
3870
+ "electric-volt": {
3871
+ "displayName": "V",
3872
+ "unitPattern-count-one": "{0} V",
3873
+ "unitPattern-count-few": "{0} V",
3874
+ "unitPattern-count-many": "{0} V",
3875
+ "unitPattern-count-other": "{0} V"
3876
+ },
3877
+ "energy-kilocalorie": {
3878
+ "displayName": "kcal",
3879
+ "unitPattern-count-one": "{0} kcal",
3880
+ "unitPattern-count-few": "{0} kcal",
3881
+ "unitPattern-count-many": "{0} kcal",
3882
+ "unitPattern-count-other": "{0} kcal"
3883
+ },
3884
+ "energy-calorie": {
3885
+ "displayName": "cal",
3886
+ "unitPattern-count-one": "{0} cal",
3887
+ "unitPattern-count-few": "{0} cal",
3888
+ "unitPattern-count-many": "{0} cal",
3889
+ "unitPattern-count-other": "{0} cal"
3890
+ },
3891
+ "energy-foodcalorie": {
3892
+ "displayName": "cal",
3893
+ "unitPattern-count-one": "{0} cal",
3894
+ "unitPattern-count-few": "{0} cal",
3895
+ "unitPattern-count-many": "{0} cal",
3896
+ "unitPattern-count-other": "{0} cal"
3897
+ },
3898
+ "energy-kilojoule": {
3899
+ "displayName": "kJ",
3900
+ "unitPattern-count-one": "{0} kJ",
3901
+ "unitPattern-count-few": "{0} kJ",
3902
+ "unitPattern-count-many": "{0} kJ",
3903
+ "unitPattern-count-other": "{0} kJ"
3904
+ },
3905
+ "energy-joule": {
3906
+ "displayName": "J",
3907
+ "unitPattern-count-one": "{0} J",
3908
+ "unitPattern-count-few": "{0} J",
3909
+ "unitPattern-count-many": "{0} J",
3910
+ "unitPattern-count-other": "{0} J"
3911
+ },
3912
+ "energy-kilowatt-hour": {
3913
+ "displayName": "kWh",
3914
+ "unitPattern-count-one": "{0} kWh",
3915
+ "unitPattern-count-few": "{0} kWh",
3916
+ "unitPattern-count-many": "{0} kWh",
3917
+ "unitPattern-count-other": "{0} kWh"
3918
+ },
3919
+ "energy-electronvolt": {
3920
+ "displayName": "eV",
3921
+ "unitPattern-count-one": "{0} eV",
3922
+ "unitPattern-count-few": "{0} eV",
3923
+ "unitPattern-count-many": "{0} eV",
3924
+ "unitPattern-count-other": "{0} eV"
3925
+ },
3926
+ "energy-british-thermal-unit": {
3927
+ "displayName": "BTU",
3928
+ "unitPattern-count-one": "{0} BTU",
3929
+ "unitPattern-count-few": "{0} BTU",
3930
+ "unitPattern-count-many": "{0} BTU",
3931
+ "unitPattern-count-other": "{0} BTU"
3932
+ },
3933
+ "energy-therm-us": {
3934
+ "displayName": "thm",
3935
+ "unitPattern-count-one": "{0} thm",
3936
+ "unitPattern-count-few": "{0} thm",
3937
+ "unitPattern-count-many": "{0} thm",
3938
+ "unitPattern-count-other": "{0} thm"
3939
+ },
3940
+ "force-pound-force": {
3941
+ "displayName": "lbf",
3942
+ "unitPattern-count-one": "{0} lbf",
3943
+ "unitPattern-count-few": "{0} lbf",
3944
+ "unitPattern-count-many": "{0} lbf",
3945
+ "unitPattern-count-other": "{0} lbf"
3946
+ },
3947
+ "force-newton": {
3948
+ "displayName": "N",
3949
+ "unitPattern-count-one": "{0} N",
3950
+ "unitPattern-count-few": "{0} N",
3951
+ "unitPattern-count-many": "{0} N",
3952
+ "unitPattern-count-other": "{0} N"
3953
+ },
3954
+ "force-kilowatt-hour-per-100-kilometer": {
3955
+ "displayName": "kWh/100km",
3956
+ "unitPattern-count-one": "{0} kWh/100km",
3957
+ "unitPattern-count-few": "{0} kWh/100km",
3958
+ "unitPattern-count-many": "{0} kWh/100km",
3959
+ "unitPattern-count-other": "{0} kWh/100km"
3960
+ },
3961
+ "frequency-gigahertz": {
3962
+ "displayName": "GHz",
3963
+ "unitPattern-count-one": "{0} GHz",
3964
+ "unitPattern-count-few": "{0} GHz",
3965
+ "unitPattern-count-many": "{0} GHz",
3966
+ "unitPattern-count-other": "{0} GHz"
3967
+ },
3968
+ "frequency-megahertz": {
3969
+ "displayName": "MHz",
3970
+ "unitPattern-count-one": "{0} MHz",
3971
+ "unitPattern-count-few": "{0} MHz",
3972
+ "unitPattern-count-many": "{0} MHz",
3973
+ "unitPattern-count-other": "{0} MHz"
3974
+ },
3975
+ "frequency-kilohertz": {
3976
+ "displayName": "kHz",
3977
+ "unitPattern-count-one": "{0} kHz",
3978
+ "unitPattern-count-few": "{0} kHz",
3979
+ "unitPattern-count-many": "{0} kHz",
3980
+ "unitPattern-count-other": "{0} kHz"
3981
+ },
3982
+ "frequency-hertz": {
3983
+ "displayName": "Hz",
3984
+ "unitPattern-count-one": "{0} Hz",
3985
+ "unitPattern-count-few": "{0} Hz",
3986
+ "unitPattern-count-many": "{0} Hz",
3987
+ "unitPattern-count-other": "{0} Hz"
3988
+ },
3989
+ "graphics-em": {
3990
+ "displayName": "em",
3991
+ "unitPattern-count-one": "{0} em",
3992
+ "unitPattern-count-few": "{0} em",
3993
+ "unitPattern-count-many": "{0} em",
3994
+ "unitPattern-count-other": "{0} em"
3995
+ },
3996
+ "graphics-pixel": {
3997
+ "displayName": "px",
3998
+ "unitPattern-count-one": "{0} px",
3999
+ "unitPattern-count-few": "{0} px",
4000
+ "unitPattern-count-many": "{0} px",
4001
+ "unitPattern-count-other": "{0} px"
4002
+ },
4003
+ "graphics-megapixel": {
4004
+ "displayName": "Mpx",
4005
+ "unitPattern-count-one": "{0} Mpx",
4006
+ "unitPattern-count-few": "{0} Mpx",
4007
+ "unitPattern-count-many": "{0} Mpx",
4008
+ "unitPattern-count-other": "{0} Mpx"
4009
+ },
4010
+ "graphics-pixel-per-centimeter": {
4011
+ "displayName": "ppcm",
4012
+ "unitPattern-count-one": "{0} ppcm",
4013
+ "unitPattern-count-few": "{0} ppcm",
4014
+ "unitPattern-count-many": "{0} ppcm",
4015
+ "unitPattern-count-other": "{0} ppcm"
4016
+ },
4017
+ "graphics-pixel-per-inch": {
4018
+ "displayName": "ppi",
4019
+ "unitPattern-count-one": "{0} ppi",
4020
+ "unitPattern-count-few": "{0} ppi",
4021
+ "unitPattern-count-many": "{0} ppi",
4022
+ "unitPattern-count-other": "{0} ppi"
4023
+ },
4024
+ "graphics-dot-per-centimeter": {
4025
+ "displayName": "dpcm",
4026
+ "unitPattern-count-one": "{0} dpcm",
4027
+ "unitPattern-count-few": "{0} dpcm",
4028
+ "unitPattern-count-many": "{0} dpcm",
4029
+ "unitPattern-count-other": "{0} dpcm"
4030
+ },
4031
+ "graphics-dot-per-inch": {
4032
+ "displayName": "dpi",
4033
+ "unitPattern-count-one": "{0} dpi",
4034
+ "unitPattern-count-few": "{0} dpi",
4035
+ "unitPattern-count-many": "{0} dpi",
4036
+ "unitPattern-count-other": "{0} dpi"
4037
+ },
4038
+ "graphics-dot": {
4039
+ "displayName": "bod",
4040
+ "unitPattern-count-one": "{0} bod",
4041
+ "unitPattern-count-few": "{0} body",
4042
+ "unitPattern-count-many": "{0} bodu",
4043
+ "unitPattern-count-other": "{0} bodov"
4044
+ },
4045
+ "length-earth-radius": {
4046
+ "displayName": "R⊕",
4047
+ "unitPattern-count-one": "{0} R⊕",
4048
+ "unitPattern-count-few": "{0} R⊕",
4049
+ "unitPattern-count-many": "{0} R⊕",
4050
+ "unitPattern-count-other": "{0} R⊕"
4051
+ },
4052
+ "length-kilometer": {
4053
+ "displayName": "km",
4054
+ "unitPattern-count-one": "{0} km",
4055
+ "unitPattern-count-few": "{0} km",
4056
+ "unitPattern-count-many": "{0} km",
4057
+ "unitPattern-count-other": "{0} km",
4058
+ "perUnitPattern": "{0}/km"
4059
+ },
4060
+ "length-meter": {
4061
+ "displayName": "m",
4062
+ "unitPattern-count-one": "{0} m",
4063
+ "unitPattern-count-few": "{0} m",
4064
+ "unitPattern-count-many": "{0} m",
4065
+ "unitPattern-count-other": "{0} m",
4066
+ "perUnitPattern": "{0}/m"
4067
+ },
4068
+ "length-decimeter": {
4069
+ "displayName": "dm",
4070
+ "unitPattern-count-one": "{0} dm",
4071
+ "unitPattern-count-few": "{0} dm",
4072
+ "unitPattern-count-many": "{0} dm",
4073
+ "unitPattern-count-other": "{0} dm"
4074
+ },
4075
+ "length-centimeter": {
4076
+ "displayName": "cm",
4077
+ "unitPattern-count-one": "{0} cm",
4078
+ "unitPattern-count-few": "{0} cm",
4079
+ "unitPattern-count-many": "{0} cm",
4080
+ "unitPattern-count-other": "{0} cm",
4081
+ "perUnitPattern": "{0}/cm"
4082
+ },
4083
+ "length-millimeter": {
4084
+ "displayName": "mm",
4085
+ "unitPattern-count-one": "{0} mm",
4086
+ "unitPattern-count-few": "{0} mm",
4087
+ "unitPattern-count-many": "{0} mm",
4088
+ "unitPattern-count-other": "{0} mm"
4089
+ },
4090
+ "length-micrometer": {
4091
+ "displayName": "μm",
4092
+ "unitPattern-count-one": "{0} μm",
4093
+ "unitPattern-count-few": "{0} μm",
4094
+ "unitPattern-count-many": "{0} μm",
4095
+ "unitPattern-count-other": "{0} μm"
4096
+ },
4097
+ "length-nanometer": {
4098
+ "displayName": "nm",
4099
+ "unitPattern-count-one": "{0} nm",
4100
+ "unitPattern-count-few": "{0} nm",
4101
+ "unitPattern-count-many": "{0} nm",
4102
+ "unitPattern-count-other": "{0} nm"
4103
+ },
4104
+ "length-picometer": {
4105
+ "displayName": "pm",
4106
+ "unitPattern-count-one": "{0} pm",
4107
+ "unitPattern-count-few": "{0} pm",
4108
+ "unitPattern-count-many": "{0} pm",
4109
+ "unitPattern-count-other": "{0} pm"
4110
+ },
4111
+ "length-mile": {
4112
+ "displayName": "mi",
4113
+ "unitPattern-count-one": "{0} mi",
4114
+ "unitPattern-count-few": "{0} mi",
4115
+ "unitPattern-count-many": "{0} mi",
4116
+ "unitPattern-count-other": "{0} mi"
4117
+ },
4118
+ "length-yard": {
4119
+ "displayName": "yd",
4120
+ "unitPattern-count-one": "{0} yd",
4121
+ "unitPattern-count-few": "{0} yd",
4122
+ "unitPattern-count-many": "{0} yd",
4123
+ "unitPattern-count-other": "{0} yd"
4124
+ },
4125
+ "length-foot": {
4126
+ "displayName": "ft",
4127
+ "unitPattern-count-one": "{0} ft",
4128
+ "unitPattern-count-few": "{0} ft",
4129
+ "unitPattern-count-many": "{0} ft",
4130
+ "unitPattern-count-other": "{0} ft",
4131
+ "perUnitPattern": "{0}/ft"
4132
+ },
4133
+ "length-inch": {
4134
+ "displayName": "in",
4135
+ "unitPattern-count-one": "{0} in",
4136
+ "unitPattern-count-few": "{0} in",
4137
+ "unitPattern-count-many": "{0} in",
4138
+ "unitPattern-count-other": "{0} in",
4139
+ "perUnitPattern": "{0}/in"
4140
+ },
4141
+ "length-parsec": {
4142
+ "displayName": "pc",
4143
+ "unitPattern-count-one": "{0} pc",
4144
+ "unitPattern-count-few": "{0} pc",
4145
+ "unitPattern-count-many": "{0} pc",
4146
+ "unitPattern-count-other": "{0} pc"
4147
+ },
4148
+ "length-light-year": {
4149
+ "displayName": "ly",
4150
+ "unitPattern-count-one": "{0} ly",
4151
+ "unitPattern-count-few": "{0} ly",
4152
+ "unitPattern-count-many": "{0} ly",
4153
+ "unitPattern-count-other": "{0} ly"
4154
+ },
4155
+ "length-astronomical-unit": {
4156
+ "displayName": "au",
4157
+ "unitPattern-count-one": "{0} au",
4158
+ "unitPattern-count-few": "{0} au",
4159
+ "unitPattern-count-many": "{0} au",
4160
+ "unitPattern-count-other": "{0} au"
4161
+ },
4162
+ "length-furlong": {
4163
+ "displayName": "fur",
4164
+ "unitPattern-count-one": "{0} fur",
4165
+ "unitPattern-count-few": "{0} fur",
4166
+ "unitPattern-count-many": "{0} fur",
4167
+ "unitPattern-count-other": "{0} fur"
4168
+ },
4169
+ "length-fathom": {
4170
+ "displayName": "fth",
4171
+ "unitPattern-count-one": "{0} fth",
4172
+ "unitPattern-count-few": "{0} fth",
4173
+ "unitPattern-count-many": "{0} fth",
4174
+ "unitPattern-count-other": "{0} fth"
4175
+ },
4176
+ "length-nautical-mile": {
4177
+ "displayName": "NM",
4178
+ "unitPattern-count-one": "{0} NM",
4179
+ "unitPattern-count-few": "{0} NM",
4180
+ "unitPattern-count-many": "{0} NM",
4181
+ "unitPattern-count-other": "{0} NM"
4182
+ },
4183
+ "length-mile-scandinavian": {
4184
+ "displayName": "ŠM",
4185
+ "unitPattern-count-one": "{0} ŠM",
4186
+ "unitPattern-count-few": "{0} ŠM",
4187
+ "unitPattern-count-many": "{0} ŠM",
4188
+ "unitPattern-count-other": "{0} ŠM"
4189
+ },
4190
+ "length-point": {
4191
+ "displayName": "pt",
4192
+ "unitPattern-count-one": "{0} pt",
4193
+ "unitPattern-count-few": "{0} pt",
4194
+ "unitPattern-count-many": "{0} pt",
4195
+ "unitPattern-count-other": "{0} pt"
4196
+ },
4197
+ "length-solar-radius": {
4198
+ "displayName": "R☉",
4199
+ "unitPattern-count-one": "{0} R☉",
4200
+ "unitPattern-count-few": "{0} R☉",
4201
+ "unitPattern-count-many": "{0} R☉",
4202
+ "unitPattern-count-other": "{0} R☉"
4203
+ },
4204
+ "light-lux": {
4205
+ "displayName": "lx",
4206
+ "unitPattern-count-one": "{0} lx",
4207
+ "unitPattern-count-few": "{0} lx",
4208
+ "unitPattern-count-many": "{0} lx",
4209
+ "unitPattern-count-other": "{0} lx"
4210
+ },
4211
+ "light-candela": {
4212
+ "displayName": "cd",
4213
+ "unitPattern-count-one": "{0} cd",
4214
+ "unitPattern-count-few": "{0} cd",
4215
+ "unitPattern-count-many": "{0} cd",
4216
+ "unitPattern-count-other": "{0} cd"
4217
+ },
4218
+ "light-lumen": {
4219
+ "displayName": "lm",
4220
+ "unitPattern-count-one": "{0} lm",
4221
+ "unitPattern-count-few": "{0} lm",
4222
+ "unitPattern-count-many": "{0} lm",
4223
+ "unitPattern-count-other": "{0} lm"
4224
+ },
4225
+ "light-solar-luminosity": {
4226
+ "displayName": "L☉",
4227
+ "unitPattern-count-one": "{0} L☉",
4228
+ "unitPattern-count-few": "{0} L☉",
4229
+ "unitPattern-count-many": "{0} L☉",
4230
+ "unitPattern-count-other": "{0} L☉"
4231
+ },
4232
+ "mass-tonne": {
4233
+ "displayName": "t",
4234
+ "unitPattern-count-one": "{0} t",
4235
+ "unitPattern-count-few": "{0} t",
4236
+ "unitPattern-count-many": "{0} t",
4237
+ "unitPattern-count-other": "{0} t"
4238
+ },
4239
+ "mass-kilogram": {
4240
+ "displayName": "kg",
4241
+ "unitPattern-count-one": "{0} kg",
4242
+ "unitPattern-count-few": "{0} kg",
4243
+ "unitPattern-count-many": "{0} kg",
4244
+ "unitPattern-count-other": "{0} kg",
4245
+ "perUnitPattern": "{0}/kg"
4246
+ },
4247
+ "mass-gram": {
4248
+ "displayName": "g",
4249
+ "unitPattern-count-one": "{0} g",
4250
+ "unitPattern-count-few": "{0} g",
4251
+ "unitPattern-count-many": "{0} g",
4252
+ "unitPattern-count-other": "{0} g",
4253
+ "perUnitPattern": "{0}/g"
4254
+ },
4255
+ "mass-milligram": {
4256
+ "displayName": "mg",
4257
+ "unitPattern-count-one": "{0} mg",
4258
+ "unitPattern-count-few": "{0} mg",
4259
+ "unitPattern-count-many": "{0} mg",
4260
+ "unitPattern-count-other": "{0} mg"
4261
+ },
4262
+ "mass-microgram": {
4263
+ "displayName": "μg",
4264
+ "unitPattern-count-one": "{0} μg",
4265
+ "unitPattern-count-few": "{0} μg",
4266
+ "unitPattern-count-many": "{0} μg",
4267
+ "unitPattern-count-other": "{0} μg"
4268
+ },
4269
+ "mass-ton": {
4270
+ "displayName": "to",
4271
+ "unitPattern-count-one": "{0} to",
4272
+ "unitPattern-count-few": "{0} to",
4273
+ "unitPattern-count-many": "{0} to",
4274
+ "unitPattern-count-other": "{0} to"
4275
+ },
4276
+ "mass-stone": {
4277
+ "displayName": "st",
4278
+ "unitPattern-count-one": "{0} st",
4279
+ "unitPattern-count-few": "{0} st",
4280
+ "unitPattern-count-many": "{0} st",
4281
+ "unitPattern-count-other": "{0} st"
4282
+ },
4283
+ "mass-pound": {
4284
+ "displayName": "lb",
4285
+ "unitPattern-count-one": "{0} lb",
4286
+ "unitPattern-count-few": "{0} lb",
4287
+ "unitPattern-count-many": "{0} lb",
4288
+ "unitPattern-count-other": "{0} lb",
4289
+ "perUnitPattern": "{0}/lb"
4290
+ },
4291
+ "mass-ounce": {
4292
+ "displayName": "oz",
4293
+ "unitPattern-count-one": "{0} oz",
4294
+ "unitPattern-count-few": "{0} oz",
4295
+ "unitPattern-count-many": "{0} oz",
4296
+ "unitPattern-count-other": "{0} oz",
4297
+ "perUnitPattern": "{0}/oz"
4298
+ },
4299
+ "mass-ounce-troy": {
4300
+ "displayName": "oz t",
4301
+ "unitPattern-count-one": "{0} oz t",
4302
+ "unitPattern-count-few": "{0} oz t",
4303
+ "unitPattern-count-many": "{0} oz t",
4304
+ "unitPattern-count-other": "{0} oz t"
4305
+ },
4306
+ "mass-carat": {
4307
+ "displayName": "ct",
4308
+ "unitPattern-count-one": "{0} ct",
4309
+ "unitPattern-count-few": "{0} ct",
4310
+ "unitPattern-count-many": "{0} ct",
4311
+ "unitPattern-count-other": "{0} ct"
4312
+ },
4313
+ "mass-dalton": {
4314
+ "displayName": "Da",
4315
+ "unitPattern-count-one": "{0} Da",
4316
+ "unitPattern-count-few": "{0} Da",
4317
+ "unitPattern-count-many": "{0} Da",
4318
+ "unitPattern-count-other": "{0} Da"
4319
+ },
4320
+ "mass-earth-mass": {
4321
+ "displayName": "M⊕",
4322
+ "unitPattern-count-one": "{0} M⊕",
4323
+ "unitPattern-count-few": "{0} M⊕",
4324
+ "unitPattern-count-many": "{0} M⊕",
4325
+ "unitPattern-count-other": "{0} M⊕"
4326
+ },
4327
+ "mass-solar-mass": {
4328
+ "displayName": "M☉",
4329
+ "unitPattern-count-one": "{0} M☉",
4330
+ "unitPattern-count-few": "{0} M☉",
4331
+ "unitPattern-count-many": "{0} M☉",
4332
+ "unitPattern-count-other": "{0} M☉"
4333
+ },
4334
+ "mass-grain": {
4335
+ "displayName": "gran",
4336
+ "unitPattern-count-one": "{0} gran",
4337
+ "unitPattern-count-few": "{0} grany",
4338
+ "unitPattern-count-many": "{0} granu",
4339
+ "unitPattern-count-other": "{0} granov"
4340
+ },
4341
+ "power-gigawatt": {
4342
+ "displayName": "GW",
4343
+ "unitPattern-count-one": "{0} GW",
4344
+ "unitPattern-count-few": "{0} GW",
4345
+ "unitPattern-count-many": "{0} GW",
4346
+ "unitPattern-count-other": "{0} GW"
4347
+ },
4348
+ "power-megawatt": {
4349
+ "displayName": "MW",
4350
+ "unitPattern-count-one": "{0} MW",
4351
+ "unitPattern-count-few": "{0} MW",
4352
+ "unitPattern-count-many": "{0} MW",
4353
+ "unitPattern-count-other": "{0} MW"
4354
+ },
4355
+ "power-kilowatt": {
4356
+ "displayName": "kW",
4357
+ "unitPattern-count-one": "{0} kW",
4358
+ "unitPattern-count-few": "{0} kW",
4359
+ "unitPattern-count-many": "{0} kW",
4360
+ "unitPattern-count-other": "{0} kW"
4361
+ },
4362
+ "power-watt": {
4363
+ "displayName": "W",
4364
+ "unitPattern-count-one": "{0} W",
4365
+ "unitPattern-count-few": "{0} W",
4366
+ "unitPattern-count-many": "{0} W",
4367
+ "unitPattern-count-other": "{0} W"
4368
+ },
4369
+ "power-milliwatt": {
4370
+ "displayName": "mW",
4371
+ "unitPattern-count-one": "{0} mW",
4372
+ "unitPattern-count-few": "{0} mW",
4373
+ "unitPattern-count-many": "{0} mW",
4374
+ "unitPattern-count-other": "{0} mW"
4375
+ },
4376
+ "power-horsepower": {
4377
+ "displayName": "hp",
4378
+ "unitPattern-count-one": "{0} hp",
4379
+ "unitPattern-count-few": "{0} hp",
4380
+ "unitPattern-count-many": "{0} hp",
4381
+ "unitPattern-count-other": "{0} hp"
4382
+ },
4383
+ "pressure-millimeter-ofhg": {
4384
+ "displayName": "mm Hg",
4385
+ "unitPattern-count-one": "{0} mm Hg",
4386
+ "unitPattern-count-few": "{0} mm Hg",
4387
+ "unitPattern-count-many": "{0} mm Hg",
4388
+ "unitPattern-count-other": "{0} mm Hg"
4389
+ },
4390
+ "pressure-pound-force-per-square-inch": {
4391
+ "displayName": "psi",
4392
+ "unitPattern-count-one": "{0} psi",
4393
+ "unitPattern-count-few": "{0} psi",
4394
+ "unitPattern-count-many": "{0} psi",
4395
+ "unitPattern-count-other": "{0} psi"
4396
+ },
4397
+ "pressure-inch-ofhg": {
4398
+ "displayName": "inHg",
4399
+ "unitPattern-count-one": "{0} inHg",
4400
+ "unitPattern-count-few": "{0} inHg",
4401
+ "unitPattern-count-many": "{0} inHg",
4402
+ "unitPattern-count-other": "{0} inHg"
4403
+ },
4404
+ "pressure-bar": {
4405
+ "displayName": "bar",
4406
+ "unitPattern-count-one": "{0} bar",
4407
+ "unitPattern-count-few": "{0} bar",
4408
+ "unitPattern-count-many": "{0} bar",
4409
+ "unitPattern-count-other": "{0} bar"
4410
+ },
4411
+ "pressure-millibar": {
4412
+ "displayName": "mbar",
4413
+ "unitPattern-count-one": "{0} mbar",
4414
+ "unitPattern-count-few": "{0} mbar",
4415
+ "unitPattern-count-many": "{0} mbar",
4416
+ "unitPattern-count-other": "{0} mbar"
4417
+ },
4418
+ "pressure-atmosphere": {
4419
+ "displayName": "atm",
4420
+ "unitPattern-count-one": "{0} atm",
4421
+ "unitPattern-count-few": "{0} atm",
4422
+ "unitPattern-count-many": "{0} atm",
4423
+ "unitPattern-count-other": "{0} atm"
4424
+ },
4425
+ "pressure-pascal": {
4426
+ "displayName": "Pa",
4427
+ "unitPattern-count-one": "{0} Pa",
4428
+ "unitPattern-count-few": "{0} Pa",
4429
+ "unitPattern-count-many": "{0} Pa",
4430
+ "unitPattern-count-other": "{0} Pa"
4431
+ },
4432
+ "pressure-hectopascal": {
4433
+ "displayName": "hPa",
4434
+ "unitPattern-count-one": "{0} hPa",
4435
+ "unitPattern-count-few": "{0} hPa",
4436
+ "unitPattern-count-many": "{0} hPa",
4437
+ "unitPattern-count-other": "{0} hPa"
4438
+ },
4439
+ "pressure-kilopascal": {
4440
+ "displayName": "kPa",
4441
+ "unitPattern-count-one": "{0} kPa",
4442
+ "unitPattern-count-few": "{0} kPa",
4443
+ "unitPattern-count-many": "{0} kPa",
4444
+ "unitPattern-count-other": "{0} kPa"
4445
+ },
4446
+ "pressure-megapascal": {
4447
+ "displayName": "MPa",
4448
+ "unitPattern-count-one": "{0} MPa",
4449
+ "unitPattern-count-few": "{0} MPa",
4450
+ "unitPattern-count-many": "{0} MPa",
4451
+ "unitPattern-count-other": "{0} MPa"
4452
+ },
4453
+ "speed-kilometer-per-hour": {
4454
+ "displayName": "km/h",
4455
+ "unitPattern-count-one": "{0} km/h",
4456
+ "unitPattern-count-few": "{0} km/h",
4457
+ "unitPattern-count-many": "{0} km/h",
4458
+ "unitPattern-count-other": "{0} km/h"
4459
+ },
4460
+ "speed-meter-per-second": {
4461
+ "displayName": "m/s",
4462
+ "unitPattern-count-one": "{0} m/s",
4463
+ "unitPattern-count-few": "{0} m/s",
4464
+ "unitPattern-count-many": "{0} m/s",
4465
+ "unitPattern-count-other": "{0} m/s"
4466
+ },
4467
+ "speed-mile-per-hour": {
4468
+ "displayName": "mi/h",
4469
+ "unitPattern-count-one": "{0} mi/h",
4470
+ "unitPattern-count-few": "{0} mi/h",
4471
+ "unitPattern-count-many": "{0} mi/h",
4472
+ "unitPattern-count-other": "{0} mi/h"
4473
+ },
4474
+ "speed-knot": {
4475
+ "displayName": "kn",
4476
+ "unitPattern-count-one": "{0} kn",
4477
+ "unitPattern-count-few": "{0} kn",
4478
+ "unitPattern-count-many": "{0} kn",
4479
+ "unitPattern-count-other": "{0} kn"
4480
+ },
4481
+ "temperature-generic": {
4482
+ "displayName": "°",
4483
+ "unitPattern-count-one": "{0} °",
4484
+ "unitPattern-count-few": "{0} °",
4485
+ "unitPattern-count-many": "{0} °",
4486
+ "unitPattern-count-other": "{0} °"
4487
+ },
4488
+ "temperature-celsius": {
4489
+ "displayName": "°C",
4490
+ "unitPattern-count-one": "{0} °C",
4491
+ "unitPattern-count-few": "{0} °C",
4492
+ "unitPattern-count-many": "{0} °C",
4493
+ "unitPattern-count-other": "{0} °C"
4494
+ },
4495
+ "temperature-fahrenheit": {
4496
+ "displayName": "°F",
4497
+ "unitPattern-count-one": "{0} °F",
4498
+ "unitPattern-count-few": "{0} °F",
4499
+ "unitPattern-count-many": "{0} °F",
4500
+ "unitPattern-count-other": "{0} °F"
4501
+ },
4502
+ "temperature-kelvin": {
4503
+ "displayName": "K",
4504
+ "unitPattern-count-one": "{0} K",
4505
+ "unitPattern-count-few": "{0} K",
4506
+ "unitPattern-count-many": "{0} K",
4507
+ "unitPattern-count-other": "{0} K"
4508
+ },
4509
+ "torque-pound-force-foot": {
4510
+ "displayName": "lbf⋅ft",
4511
+ "unitPattern-count-one": "{0} lbf⋅ft",
4512
+ "unitPattern-count-few": "{0} lbf⋅ft",
4513
+ "unitPattern-count-many": "{0} lbf⋅ft",
4514
+ "unitPattern-count-other": "{0} lbf⋅ft"
4515
+ },
4516
+ "torque-newton-meter": {
4517
+ "displayName": "Nm",
4518
+ "unitPattern-count-one": "{0} Nm",
4519
+ "unitPattern-count-few": "{0} Nm",
4520
+ "unitPattern-count-many": "{0} Nm",
4521
+ "unitPattern-count-other": "{0} Nm"
4522
+ },
4523
+ "volume-cubic-kilometer": {
4524
+ "displayName": "km³",
4525
+ "unitPattern-count-one": "{0} km³",
4526
+ "unitPattern-count-few": "{0} km³",
4527
+ "unitPattern-count-many": "{0} km³",
4528
+ "unitPattern-count-other": "{0} km³"
4529
+ },
4530
+ "volume-cubic-meter": {
4531
+ "displayName": "m³",
4532
+ "unitPattern-count-one": "{0} m³",
4533
+ "unitPattern-count-few": "{0} m³",
4534
+ "unitPattern-count-many": "{0} m³",
4535
+ "unitPattern-count-other": "{0} m³",
4536
+ "perUnitPattern": "{0}/m³"
4537
+ },
4538
+ "volume-cubic-centimeter": {
4539
+ "displayName": "cm³",
4540
+ "unitPattern-count-one": "{0} cm³",
4541
+ "unitPattern-count-few": "{0} cm³",
4542
+ "unitPattern-count-many": "{0} cm³",
4543
+ "unitPattern-count-other": "{0} cm³",
4544
+ "perUnitPattern": "{0}/cm³"
4545
+ },
4546
+ "volume-cubic-mile": {
4547
+ "displayName": "mi³",
4548
+ "unitPattern-count-one": "{0} mi³",
4549
+ "unitPattern-count-few": "{0} mi³",
4550
+ "unitPattern-count-many": "{0} mi³",
4551
+ "unitPattern-count-other": "{0} mi³"
4552
+ },
4553
+ "volume-cubic-yard": {
4554
+ "displayName": "yd³",
4555
+ "unitPattern-count-one": "{0} yd³",
4556
+ "unitPattern-count-few": "{0} yd³",
4557
+ "unitPattern-count-many": "{0} yd³",
4558
+ "unitPattern-count-other": "{0} yd³"
4559
+ },
4560
+ "volume-cubic-foot": {
4561
+ "displayName": "ft³",
4562
+ "unitPattern-count-one": "{0} ft³",
4563
+ "unitPattern-count-few": "{0} ft³",
4564
+ "unitPattern-count-many": "{0} ft³",
4565
+ "unitPattern-count-other": "{0} ft³"
4566
+ },
4567
+ "volume-cubic-inch": {
4568
+ "displayName": "in³",
4569
+ "unitPattern-count-one": "{0} in³",
4570
+ "unitPattern-count-few": "{0} in³",
4571
+ "unitPattern-count-many": "{0} in³",
4572
+ "unitPattern-count-other": "{0} in³"
4573
+ },
4574
+ "volume-megaliter": {
4575
+ "displayName": "Ml",
4576
+ "unitPattern-count-one": "{0} Ml",
4577
+ "unitPattern-count-few": "{0} Ml",
4578
+ "unitPattern-count-many": "{0} Ml",
4579
+ "unitPattern-count-other": "{0} Ml"
4580
+ },
4581
+ "volume-hectoliter": {
4582
+ "displayName": "hl",
4583
+ "unitPattern-count-one": "{0} hl",
4584
+ "unitPattern-count-few": "{0} hl",
4585
+ "unitPattern-count-many": "{0} hl",
4586
+ "unitPattern-count-other": "{0} hl"
4587
+ },
4588
+ "volume-liter": {
4589
+ "displayName": "l",
4590
+ "unitPattern-count-one": "{0} l",
4591
+ "unitPattern-count-few": "{0} l",
4592
+ "unitPattern-count-many": "{0} l",
4593
+ "unitPattern-count-other": "{0} l",
4594
+ "perUnitPattern": "{0}/l"
4595
+ },
4596
+ "volume-deciliter": {
4597
+ "displayName": "dl",
4598
+ "unitPattern-count-one": "{0} dl",
4599
+ "unitPattern-count-few": "{0} dl",
4600
+ "unitPattern-count-many": "{0} dl",
4601
+ "unitPattern-count-other": "{0} dl"
4602
+ },
4603
+ "volume-centiliter": {
4604
+ "displayName": "cl",
4605
+ "unitPattern-count-one": "{0} cl",
4606
+ "unitPattern-count-few": "{0} cl",
4607
+ "unitPattern-count-many": "{0} cl",
4608
+ "unitPattern-count-other": "{0} cl"
4609
+ },
4610
+ "volume-milliliter": {
4611
+ "displayName": "ml",
4612
+ "unitPattern-count-one": "{0} ml",
4613
+ "unitPattern-count-few": "{0} ml",
4614
+ "unitPattern-count-many": "{0} ml",
4615
+ "unitPattern-count-other": "{0} ml"
4616
+ },
4617
+ "volume-pint-metric": {
4618
+ "displayName": "mpt",
4619
+ "unitPattern-count-one": "{0} mpt",
4620
+ "unitPattern-count-few": "{0} mpt",
4621
+ "unitPattern-count-many": "{0} mpt",
4622
+ "unitPattern-count-other": "{0} mpt"
4623
+ },
4624
+ "volume-cup-metric": {
4625
+ "displayName": "mc",
4626
+ "unitPattern-count-one": "{0} mc",
4627
+ "unitPattern-count-few": "{0} mc",
4628
+ "unitPattern-count-many": "{0} mc",
4629
+ "unitPattern-count-other": "{0} mc"
4630
+ },
4631
+ "volume-acre-foot": {
4632
+ "displayName": "ac ft",
4633
+ "unitPattern-count-one": "{0} ac ft",
4634
+ "unitPattern-count-few": "{0} ac ft",
4635
+ "unitPattern-count-many": "{0} ac ft",
4636
+ "unitPattern-count-other": "{0} ac ft"
4637
+ },
4638
+ "volume-bushel": {
4639
+ "displayName": "bu",
4640
+ "unitPattern-count-one": "{0} bu",
4641
+ "unitPattern-count-few": "{0} bu",
4642
+ "unitPattern-count-many": "{0} bu",
4643
+ "unitPattern-count-other": "{0} bu"
4644
+ },
4645
+ "volume-gallon": {
4646
+ "displayName": "gal",
4647
+ "unitPattern-count-one": "{0} gal",
4648
+ "unitPattern-count-few": "{0} gal",
4649
+ "unitPattern-count-many": "{0} gal",
4650
+ "unitPattern-count-other": "{0} gal",
4651
+ "perUnitPattern": "{0}/gal"
4652
+ },
4653
+ "volume-gallon-imperial": {
4654
+ "displayName": "brit. gal.",
4655
+ "unitPattern-count-one": "{0} brit. gal.",
4656
+ "unitPattern-count-few": "{0} brit. gal.",
4657
+ "unitPattern-count-many": "{0} brit. gal.",
4658
+ "unitPattern-count-other": "{0} brit. gal.",
4659
+ "perUnitPattern": "{0}/brit. gal."
4660
+ },
4661
+ "volume-quart": {
4662
+ "displayName": "qt",
4663
+ "unitPattern-count-one": "{0} qt",
4664
+ "unitPattern-count-few": "{0} qt",
4665
+ "unitPattern-count-many": "{0} qt",
4666
+ "unitPattern-count-other": "{0} qt"
4667
+ },
4668
+ "volume-pint": {
4669
+ "displayName": "pt",
4670
+ "unitPattern-count-one": "{0} pt",
4671
+ "unitPattern-count-few": "{0} pt",
4672
+ "unitPattern-count-many": "{0} pt",
4673
+ "unitPattern-count-other": "{0} pt"
4674
+ },
4675
+ "volume-cup": {
4676
+ "displayName": "c",
4677
+ "unitPattern-count-one": "{0} c",
4678
+ "unitPattern-count-few": "{0} c",
4679
+ "unitPattern-count-many": "{0} c",
4680
+ "unitPattern-count-other": "{0} c"
4681
+ },
4682
+ "volume-fluid-ounce": {
4683
+ "displayName": "fl oz",
4684
+ "unitPattern-count-one": "{0} fl oz",
4685
+ "unitPattern-count-few": "{0} fl oz",
4686
+ "unitPattern-count-many": "{0} fl oz",
4687
+ "unitPattern-count-other": "{0} fl oz"
4688
+ },
4689
+ "volume-fluid-ounce-imperial": {
4690
+ "displayName": "brit. fl oz",
4691
+ "unitPattern-count-one": "{0} brit. fl oz",
4692
+ "unitPattern-count-few": "{0} brit. fl oz",
4693
+ "unitPattern-count-many": "{0} brit. fl oz",
4694
+ "unitPattern-count-other": "{0} brit. fl oz"
4695
+ },
4696
+ "volume-tablespoon": {
4697
+ "displayName": "tbsp",
4698
+ "unitPattern-count-one": "{0} tbsp",
4699
+ "unitPattern-count-few": "{0} tbsp",
4700
+ "unitPattern-count-many": "{0} tbsp",
4701
+ "unitPattern-count-other": "{0} tbsp"
4702
+ },
4703
+ "volume-teaspoon": {
4704
+ "displayName": "tsp",
4705
+ "unitPattern-count-one": "{0} tsp",
4706
+ "unitPattern-count-few": "{0} tsp",
4707
+ "unitPattern-count-many": "{0} tsp",
4708
+ "unitPattern-count-other": "{0} tsp"
4709
+ },
4710
+ "volume-barrel": {
4711
+ "displayName": "bbl",
4712
+ "unitPattern-count-one": "{0} bbl",
4713
+ "unitPattern-count-few": "{0} bbl",
4714
+ "unitPattern-count-many": "{0} bbl",
4715
+ "unitPattern-count-other": "{0} bbl"
4716
+ },
4717
+ "volume-dessert-spoon": {
4718
+ "displayName": "dstspn",
4719
+ "unitPattern-count-one": "{0} dstspn",
4720
+ "unitPattern-count-few": "{0} dstspn",
4721
+ "unitPattern-count-many": "{0} dstspn",
4722
+ "unitPattern-count-other": "{0} dstspn"
4723
+ },
4724
+ "volume-dessert-spoon-imperial": {
4725
+ "displayName": "dstspn Imp",
4726
+ "unitPattern-count-one": "{0} dstspn Imp",
4727
+ "unitPattern-count-few": "{0} dstspn Imp",
4728
+ "unitPattern-count-many": "{0} dstspn Imp",
4729
+ "unitPattern-count-other": "{0} dstspn Imp"
4730
+ },
4731
+ "volume-drop": {
4732
+ "displayName": "kvapky",
4733
+ "unitPattern-count-one": "{0} kvapka",
4734
+ "unitPattern-count-few": "{0} kvapky",
4735
+ "unitPattern-count-many": "{0} kvapky",
4736
+ "unitPattern-count-other": "{0} kvapiek"
4737
+ },
4738
+ "volume-dram": {
4739
+ "displayName": "dr",
4740
+ "unitPattern-count-one": "{0} dr",
4741
+ "unitPattern-count-few": "{0} dr",
4742
+ "unitPattern-count-many": "{0} dr",
4743
+ "unitPattern-count-other": "{0} dr"
4744
+ },
4745
+ "volume-jigger": {
4746
+ "displayName": "odmerky",
4747
+ "unitPattern-count-one": "{0} odmerka",
4748
+ "unitPattern-count-few": "{0} odmerky",
4749
+ "unitPattern-count-many": "{0} odmerky",
4750
+ "unitPattern-count-other": "{0} odmeriek"
4751
+ },
4752
+ "volume-pinch": {
4753
+ "displayName": "štipky",
4754
+ "unitPattern-count-one": "{0} štipka",
4755
+ "unitPattern-count-few": "{0} štipky",
4756
+ "unitPattern-count-many": "{0} štipky",
4757
+ "unitPattern-count-other": "{0} štipiek"
4758
+ },
4759
+ "volume-quart-imperial": {
4760
+ "displayName": "qt Imp",
4761
+ "unitPattern-count-one": "{0} qt Imp",
4762
+ "unitPattern-count-few": "{0} qt Imp",
4763
+ "unitPattern-count-many": "{0} qt Imp",
4764
+ "unitPattern-count-other": "{0} qt Imp"
4765
+ },
4766
+ "coordinateUnit": {
4767
+ "displayName": "svetová strana",
4768
+ "east": "{0} E",
4769
+ "north": "{0} N",
4770
+ "south": "{0} S",
4771
+ "west": "{0} W"
4772
+ }
4773
+ }
4774
+ },
4775
+ "lenient-scope-number": {
4776
+ "minusSign": "-‒⁻₋−➖﹣-",
4777
+ "commaSign": ",،٫、︐︑﹐﹑,、",
4778
+ "plusSign": "+⁺₊➕﬩﹢+"
4779
+ },
4780
+ "currencyFormat-sap-short": {
4781
+ "1000-one": "0 tis'.' ¤",
4782
+ "1000-few": "0 tis'.' ¤",
4783
+ "1000-many": "0 tis'.' ¤",
4784
+ "1000-other": "0 tis'.' ¤",
4785
+ "10000-one": "00 tis'.' ¤",
4786
+ "10000-few": "00 tis'.' ¤",
4787
+ "10000-many": "00 tis'.' ¤",
4788
+ "10000-other": "00 tis'.' ¤",
4789
+ "100000-one": "000 tis'.' ¤",
4790
+ "100000-few": "000 tis'.' ¤",
4791
+ "100000-many": "000 tis'.' ¤",
4792
+ "100000-other": "000 tis'.' ¤",
4793
+ "1000000-one": "0 mil'.' ¤",
4794
+ "1000000-few": "0 mil'.' ¤",
4795
+ "1000000-many": "0 mil'.' ¤",
4796
+ "1000000-other": "0 mil'.' ¤",
4797
+ "10000000-one": "00 mil'.' ¤",
4798
+ "10000000-few": "00 mil'.' ¤",
4799
+ "10000000-many": "00 mil'.' ¤",
4800
+ "10000000-other": "00 mil'.' ¤",
4801
+ "100000000-one": "000 mil'.' ¤",
4802
+ "100000000-few": "000 mil'.' ¤",
4803
+ "100000000-many": "000 mil'.' ¤",
4804
+ "100000000-other": "000 mil'.' ¤",
4805
+ "1000000000-one": "0 mld'.' ¤",
4806
+ "1000000000-few": "0 mld'.' ¤",
4807
+ "1000000000-many": "0 mld'.' ¤",
4808
+ "1000000000-other": "0 mld'.' ¤",
4809
+ "10000000000-one": "00 mld'.' ¤",
4810
+ "10000000000-few": "00 mld'.' ¤",
4811
+ "10000000000-many": "00 mld'.' ¤",
4812
+ "10000000000-other": "00 mld'.' ¤",
4813
+ "100000000000-one": "000 mld'.' ¤",
4814
+ "100000000000-few": "000 mld'.' ¤",
4815
+ "100000000000-many": "000 mld'.' ¤",
4816
+ "100000000000-other": "000 mld'.' ¤",
4817
+ "1000000000000-one": "0 bil'.' ¤",
4818
+ "1000000000000-few": "0 bil'.' ¤",
4819
+ "1000000000000-many": "0 bil'.' ¤",
4820
+ "1000000000000-other": "0 bil'.' ¤",
4821
+ "10000000000000-one": "00 bil'.' ¤",
4822
+ "10000000000000-few": "00 bil'.' ¤",
4823
+ "10000000000000-many": "00 bil'.' ¤",
4824
+ "10000000000000-other": "00 bil'.' ¤",
4825
+ "100000000000000-one": "000 bil'.' ¤",
4826
+ "100000000000000-few": "000 bil'.' ¤",
4827
+ "100000000000000-many": "000 bil'.' ¤",
4828
+ "100000000000000-other": "000 bil'.' ¤"
4829
+ },
4830
+ "currencyDigits": {
4831
+ "ADP": 0,
4832
+ "AFN": 0,
4833
+ "ALL": 0,
4834
+ "BHD": 3,
4835
+ "BIF": 0,
4836
+ "BYR": 0,
4837
+ "CLF": 4,
4838
+ "CLP": 0,
4839
+ "DEFAULT": 2,
4840
+ "DJF": 0,
4841
+ "ESP": 0,
4842
+ "GNF": 0,
4843
+ "HUF": 0,
4844
+ "IQD": 0,
4845
+ "IRR": 0,
4846
+ "ISK": 0,
4847
+ "ITL": 0,
4848
+ "JOD": 3,
4849
+ "JPY": 0,
4850
+ "KMF": 0,
4851
+ "KPW": 0,
4852
+ "KRW": 0,
4853
+ "KWD": 3,
4854
+ "LAK": 0,
4855
+ "LBP": 0,
4856
+ "LUF": 0,
4857
+ "LYD": 3,
4858
+ "MGA": 0,
4859
+ "MGF": 0,
4860
+ "MMK": 0,
4861
+ "MRO": 0,
4862
+ "OMR": 3,
4863
+ "PYG": 0,
4864
+ "RSD": 0,
4865
+ "RWF": 0,
4866
+ "SLL": 0,
4867
+ "SOS": 0,
4868
+ "STD": 0,
4869
+ "SYP": 0,
4870
+ "TMM": 0,
4871
+ "TND": 3,
4872
+ "TRL": 0,
4873
+ "TWD": 0,
4874
+ "UGX": 0,
4875
+ "UYI": 0,
4876
+ "UYW": 4,
4877
+ "VND": 0,
4878
+ "VUV": 0,
4879
+ "XAF": 0,
4880
+ "XOF": 0,
4881
+ "XPF": 0,
4882
+ "YER": 0,
4883
+ "ZMK": 0,
4884
+ "ZWD": 0
4885
+ },
2647
4886
  "plurals": {
2648
4887
  "one": "i = 1 and v = 0",
2649
4888
  "few": "i = 2..4 and v = 0",
@@ -2659,41 +4898,56 @@
2659
4898
  },
2660
4899
  "eras-gregorian": {
2661
4900
  "0": {
4901
+ "_code": "gregory-inverse",
4902
+ "_aliases": "bc bce",
2662
4903
  "_end": "0-12-31"
2663
4904
  },
2664
4905
  "1": {
4906
+ "_code": "gregory",
4907
+ "_aliases": "ad ce",
2665
4908
  "_start": "1-01-01"
2666
4909
  }
2667
4910
  },
2668
4911
  "eras-islamic": {
2669
4912
  "0": {
4913
+ "_code": "islamic",
4914
+ "_aliases": "ah",
2670
4915
  "_start": "622-7-15"
2671
4916
  }
2672
4917
  },
2673
4918
  "eras-persian": {
2674
4919
  "0": {
4920
+ "_code": "persian",
4921
+ "_aliases": "ap",
2675
4922
  "_start": "622-01-01"
2676
4923
  }
2677
4924
  },
2678
4925
  "eras-buddhist": {
2679
4926
  "0": {
4927
+ "_code": "buddhist",
4928
+ "_aliases": "be",
2680
4929
  "_start": "-542-01-01"
2681
4930
  }
2682
4931
  },
2683
4932
  "eras-japanese": {
2684
4933
  "232": {
4934
+ "_code": "meiji",
2685
4935
  "_start": "1868-9-8"
2686
4936
  },
2687
4937
  "233": {
4938
+ "_code": "taisho",
2688
4939
  "_start": "1912-7-30"
2689
4940
  },
2690
4941
  "234": {
4942
+ "_code": "showa",
2691
4943
  "_start": "1926-12-25"
2692
4944
  },
2693
4945
  "235": {
4946
+ "_code": "heisei",
2694
4947
  "_start": "1989-1-8"
2695
4948
  },
2696
4949
  "236": {
4950
+ "_code": "reiwa",
2697
4951
  "_start": "2019-5-1"
2698
4952
  }
2699
4953
  },