@ui5/webcomponents-localization 0.0.0-fc993d8cd → 0.0.0-fca1107e7
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.
- package/.eslintignore +2 -1
- package/CHANGELOG.md +638 -0
- package/README.md +2 -1
- package/dist/.tsbuildinfo +1 -0
- package/dist/dates/CalendarDate.d.ts +7 -5
- package/dist/dates/CalendarDate.js +8 -7
- package/dist/dates/CalendarDate.js.map +1 -1
- package/dist/dates/ExtremeDates.d.ts +2 -2
- package/dist/dates/ExtremeDates.js.map +1 -1
- package/dist/dates/UI5Date.d.ts +6 -0
- package/dist/dates/UI5Date.js +7 -0
- package/dist/dates/UI5Date.js.map +1 -0
- package/dist/dates/UniversalDate.d.ts +2 -1
- package/dist/dates/UniversalDate.js.map +1 -1
- package/dist/dates/calculateWeekNumber.d.ts +3 -1
- package/dist/dates/calculateWeekNumber.js +6 -6
- package/dist/dates/calculateWeekNumber.js.map +1 -1
- package/dist/dates/convertMonthNumbersToMonthNames.d.ts +1 -1
- package/dist/dates/convertMonthNumbersToMonthNames.js.map +1 -1
- package/dist/dates/getRoundedTimestamp.js +1 -0
- package/dist/dates/getRoundedTimestamp.js.map +1 -1
- package/dist/dates/getTodayUTCTimestamp.d.ts +1 -1
- package/dist/dates/getTodayUTCTimestamp.js +2 -1
- package/dist/dates/getTodayUTCTimestamp.js.map +1 -1
- package/dist/dates/modifyDateBy.d.ts +2 -1
- package/dist/dates/modifyDateBy.js +34 -19
- package/dist/dates/modifyDateBy.js.map +1 -1
- package/dist/dates/transformDateToSecondaryType.d.ts +1 -1
- package/dist/dates/transformDateToSecondaryType.js +3 -2
- package/dist/dates/transformDateToSecondaryType.js.map +1 -1
- package/dist/generated/assets/cldr/ar.json +2949 -182
- package/dist/generated/assets/cldr/ar_EG.json +2949 -182
- package/dist/generated/assets/cldr/ar_SA.json +2948 -182
- package/dist/generated/assets/cldr/bg.json +2181 -417
- package/dist/generated/assets/cldr/ca.json +2208 -400
- package/dist/generated/assets/cldr/cnr.json +4667 -0
- package/dist/generated/assets/cldr/cs.json +2679 -322
- package/dist/generated/assets/cldr/cy.json +3036 -348
- package/dist/generated/assets/cldr/da.json +2242 -462
- package/dist/generated/assets/cldr/de.json +2071 -259
- package/dist/generated/assets/cldr/de_AT.json +2062 -249
- package/dist/generated/assets/cldr/de_CH.json +2070 -259
- package/dist/generated/assets/cldr/el.json +1872 -152
- package/dist/generated/assets/cldr/el_CY.json +1872 -152
- package/dist/generated/assets/cldr/en.json +2251 -486
- package/dist/generated/assets/cldr/en_AU.json +2344 -548
- package/dist/generated/assets/cldr/en_GB.json +2242 -447
- package/dist/generated/assets/cldr/en_HK.json +2308 -510
- package/dist/generated/assets/cldr/en_IE.json +2273 -478
- package/dist/generated/assets/cldr/en_IN.json +2276 -477
- package/dist/generated/assets/cldr/en_NZ.json +2293 -498
- package/dist/generated/assets/cldr/en_PG.json +2294 -498
- package/dist/generated/assets/cldr/en_SG.json +2283 -484
- package/dist/generated/assets/cldr/en_ZA.json +2271 -475
- package/dist/generated/assets/cldr/es.json +2509 -558
- package/dist/generated/assets/cldr/es_AR.json +2441 -492
- package/dist/generated/assets/cldr/es_BO.json +2476 -528
- package/dist/generated/assets/cldr/es_CL.json +2320 -479
- package/dist/generated/assets/cldr/es_CO.json +2238 -396
- package/dist/generated/assets/cldr/es_MX.json +2525 -575
- package/dist/generated/assets/cldr/es_PE.json +2185 -453
- package/dist/generated/assets/cldr/es_UY.json +2190 -456
- package/dist/generated/assets/cldr/es_VE.json +2209 -476
- package/dist/generated/assets/cldr/et.json +2075 -295
- package/dist/generated/assets/cldr/fa.json +2060 -237
- package/dist/generated/assets/cldr/fi.json +2162 -283
- package/dist/generated/assets/cldr/fr.json +2113 -313
- package/dist/generated/assets/cldr/fr_BE.json +2113 -313
- package/dist/generated/assets/cldr/fr_CA.json +2166 -387
- package/dist/generated/assets/cldr/fr_CH.json +2065 -264
- package/dist/generated/assets/cldr/fr_LU.json +2113 -313
- package/dist/generated/assets/cldr/he.json +2382 -101
- package/dist/generated/assets/cldr/hi.json +1811 -59
- package/dist/generated/assets/cldr/hr.json +2405 -411
- package/dist/generated/assets/cldr/hu.json +2020 -197
- package/dist/generated/assets/cldr/id.json +2040 -446
- package/dist/generated/assets/cldr/it.json +2136 -364
- package/dist/generated/assets/cldr/it_CH.json +2136 -364
- package/dist/generated/assets/cldr/ja.json +1609 -13
- package/dist/generated/assets/cldr/kk.json +2246 -326
- package/dist/generated/assets/cldr/ko.json +1653 -75
- package/dist/generated/assets/cldr/lt.json +2450 -225
- package/dist/generated/assets/cldr/lv.json +2164 -151
- package/dist/generated/assets/cldr/mk.json +4408 -0
- package/dist/generated/assets/cldr/ms.json +1950 -389
- package/dist/generated/assets/cldr/nb.json +1886 -98
- package/dist/generated/assets/cldr/nl.json +2318 -371
- package/dist/generated/assets/cldr/nl_BE.json +2318 -371
- package/dist/generated/assets/cldr/pl.json +2557 -296
- package/dist/generated/assets/cldr/pt.json +2472 -475
- package/dist/generated/assets/cldr/pt_PT.json +2525 -528
- package/dist/generated/assets/cldr/ro.json +2328 -334
- package/dist/generated/assets/cldr/ru.json +2588 -339
- package/dist/generated/assets/cldr/ru_UA.json +2583 -334
- package/dist/generated/assets/cldr/sk.json +2673 -413
- package/dist/generated/assets/cldr/sl.json +2534 -268
- package/dist/generated/assets/cldr/sr.json +2280 -200
- package/dist/generated/assets/cldr/sr_Latn.json +2523 -459
- package/dist/generated/assets/cldr/sv.json +2133 -352
- package/dist/generated/assets/cldr/th.json +1746 -138
- package/dist/generated/assets/cldr/tr.json +2176 -331
- package/dist/generated/assets/cldr/uk.json +2516 -286
- package/dist/generated/assets/cldr/vi.json +1880 -335
- package/dist/generated/assets/cldr/zh_CN.json +1755 -172
- package/dist/generated/assets/cldr/zh_HK.json +1732 -149
- package/dist/generated/assets/cldr/zh_SG.json +1732 -148
- package/dist/generated/assets/cldr/zh_TW.json +1709 -110
- package/dist/generated/json-imports/LocaleData-static.d.ts +1 -0
- package/dist/generated/json-imports/LocaleData-static.js +11 -11
- package/dist/generated/json-imports/LocaleData-static.js.map +1 -0
- package/dist/generated/json-imports/LocaleData.d.ts +1 -0
- package/dist/generated/json-imports/LocaleData.js +88 -88
- package/dist/generated/json-imports/LocaleData.js.map +1 -0
- package/dist/sap/base/Event.js +59 -0
- package/dist/sap/base/Eventing.js +146 -0
- package/dist/sap/base/Log.js +2 -239
- package/dist/sap/base/assert.js +28 -1
- package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
- package/dist/sap/base/config.js +17 -0
- package/dist/sap/base/i18n/Formatting.js +1130 -0
- package/dist/sap/base/i18n/LanguageTag.js +173 -0
- package/dist/sap/base/i18n/Localization.d.ts +4 -0
- package/dist/sap/base/i18n/Localization.js +12 -0
- package/dist/sap/base/i18n/Localization.js.map +1 -0
- package/dist/sap/base/i18n/date/CalendarType.js +43 -0
- package/dist/sap/base/i18n/date/CalendarWeekNumbering.js +105 -0
- package/dist/sap/base/i18n/date/TimezoneUtils.js +319 -0
- package/dist/sap/base/strings/camelize.js +30 -0
- package/dist/sap/base/strings/formatMessage.js +88 -15
- package/dist/sap/base/util/ObjectPath.d.ts +4 -0
- package/dist/sap/base/util/ObjectPath.js +4 -33
- package/dist/sap/base/util/ObjectPath.js.map +1 -0
- package/dist/sap/base/util/Version.js +157 -0
- package/dist/sap/base/util/_merge.js +83 -26
- package/dist/sap/base/util/array/uniqueSort.js +37 -15
- package/dist/sap/base/util/deepClone.js +102 -0
- package/dist/sap/base/util/deepEqual.js +75 -51
- package/dist/sap/base/util/extend.js +58 -7
- package/dist/sap/base/util/isEmptyObject.js +34 -0
- package/dist/sap/base/util/isPlainObject.js +35 -1
- package/dist/sap/base/util/now.js +24 -3
- package/dist/sap/base/util/resolveReference.js +3 -0
- package/dist/sap/base/util/uid.js +27 -0
- package/dist/sap/ui/base/DataType.js +657 -0
- package/dist/sap/ui/base/Interface.js +47 -1
- package/dist/sap/ui/base/Metadata.js +435 -171
- package/dist/sap/ui/base/Object.js +284 -48
- package/dist/sap/ui/core/CalendarType.js +24 -8
- package/dist/sap/ui/core/Configuration.d.ts +1 -0
- package/dist/sap/ui/core/Configuration.js +4 -1
- package/dist/sap/ui/core/Configuration.js.map +1 -1
- package/dist/sap/ui/core/Core.d.ts +1 -0
- package/dist/sap/ui/core/Locale.js +190 -155
- package/dist/sap/ui/core/LocaleData.js +2662 -1300
- package/dist/sap/ui/core/Supportability.js +5 -0
- package/dist/sap/ui/core/Theming.js +539 -0
- package/dist/sap/ui/core/date/Buddhist.js +162 -87
- package/dist/sap/ui/core/date/CalendarUtils.js +61 -32
- package/dist/sap/ui/core/date/CalendarWeekNumbering.js +30 -7
- package/dist/sap/ui/core/date/Gregorian.js +25 -10
- package/dist/sap/ui/core/date/Islamic.js +298 -185
- package/dist/sap/ui/core/date/Japanese.js +210 -115
- package/dist/sap/ui/core/date/Persian.js +324 -195
- package/dist/sap/ui/core/date/UI5Date.js +991 -0
- package/dist/sap/ui/core/date/UniversalDate.js +1238 -255
- package/dist/sap/ui/core/date/_Calendars.js +10 -1
- package/dist/sap/ui/core/format/DateFormat.js +3167 -2093
- package/dist/sap/ui/core/format/TimezoneUtil.js +24 -94
- package/package-scripts.cjs +10 -19
- package/package.json +13 -7
- package/tsconfig.json +11 -1
- package/used-modules.txt +25 -1
- 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": "
|
4
|
-
"__buildtime": "
|
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": {
|
@@ -35,6 +35,7 @@
|
|
35
35
|
"Ehms": "E h:mm:ss a",
|
36
36
|
"EHms": "E HH:mm:ss",
|
37
37
|
"Gy": "G y",
|
38
|
+
"GyMd": "d/M/GGGGG y",
|
38
39
|
"GyMMM": "MMM G y",
|
39
40
|
"GyMMMd": "d MMM G y",
|
40
41
|
"GyMMMEd": "E d MMM G y",
|
@@ -69,10 +70,10 @@
|
|
69
70
|
"yMMMd": "d MMM y",
|
70
71
|
"yMMMEd": "E d MMM y",
|
71
72
|
"yMMMEEEEd": "EEEEที่ d MMM y",
|
72
|
-
"yMMMM": "MMMM
|
73
|
-
"yMMMMd": "d MMMM
|
74
|
-
"yMMMMEd": "E d MMMM
|
75
|
-
"yMMMMEEEEd": "EEEEที่ d MMMM
|
73
|
+
"yMMMM": "MMMM y",
|
74
|
+
"yMMMMd": "d MMMM y",
|
75
|
+
"yMMMMEd": "E d MMMM y",
|
76
|
+
"yMMMMEEEEd": "EEEEที่ d MMMM y",
|
76
77
|
"yQQQ": "QQQ y",
|
77
78
|
"yQQQQ": "QQQQ G y",
|
78
79
|
"MMMMW": "สัปดาห์ที่ W ของเดือนMMMM",
|
@@ -110,38 +111,38 @@
|
|
110
111
|
"y": "G y–y"
|
111
112
|
},
|
112
113
|
"GyM": {
|
113
|
-
"G": "GGGGG y
|
114
|
-
"M": "GGGGG y
|
115
|
-
"y": "GGGGG y
|
114
|
+
"G": "MM/GGGGG y – MM/GGGGG y",
|
115
|
+
"M": "MM/GGGGG y – MM/GGGGG y",
|
116
|
+
"y": "MM/GGGGG y – MM/GGGGG y"
|
116
117
|
},
|
117
118
|
"GyMd": {
|
118
|
-
"d": "GGGGG y
|
119
|
-
"G": "GGGGG y
|
120
|
-
"M": "GGGGG y
|
121
|
-
"y": "GGGGG y
|
119
|
+
"d": "d/MM/GGGGG y – d/MM/GGGGG y",
|
120
|
+
"G": "d/MM/GGGGG y – d/MM/GGGGG y",
|
121
|
+
"M": "d/MM/GGGGG y – d/MM/GGGGG y",
|
122
|
+
"y": "d/MM/GGGGG y – d/MM/GGGGG y"
|
122
123
|
},
|
123
124
|
"GyMEd": {
|
124
|
-
"d": "GGGGG y
|
125
|
-
"G": "GGGGG y
|
126
|
-
"M": "GGGGG y
|
127
|
-
"y": "GGGGG y
|
125
|
+
"d": "E d/MM/GGGGG y – E d/MM/GGGGG y",
|
126
|
+
"G": "E d/MM/GGGGG y – E d/MM/GGGGG y",
|
127
|
+
"M": "E d/MM/GGGGG y – E d/MM/GGGGG y",
|
128
|
+
"y": "E d/MM/GGGGG y – E d/MM/GGGGG y"
|
128
129
|
},
|
129
130
|
"GyMMM": {
|
130
|
-
"G": "G y MMM
|
131
|
-
"M": "G y
|
132
|
-
"y": "G y MMM
|
131
|
+
"G": "MMM G y – MMM G y",
|
132
|
+
"M": "MMM – MMM G y",
|
133
|
+
"y": "MMM G y – MMM G y"
|
133
134
|
},
|
134
135
|
"GyMMMd": {
|
135
|
-
"d": "
|
136
|
-
"G": "G y
|
137
|
-
"M": "
|
138
|
-
"y": "G y
|
136
|
+
"d": "d – d MMM G y",
|
137
|
+
"G": "d MMM G y – d MMM G y",
|
138
|
+
"M": "d MMM – d MMM G y",
|
139
|
+
"y": "d MMM G y – d MMM y"
|
139
140
|
},
|
140
141
|
"GyMMMEd": {
|
141
|
-
"d": "
|
142
|
-
"G": "
|
143
|
-
"M": "
|
144
|
-
"y": "
|
142
|
+
"d": "E d MMM – E d MMM G y",
|
143
|
+
"G": "E d MMM G y – E d MMM G y",
|
144
|
+
"M": "E d MMM – E d MMM G y",
|
145
|
+
"y": "E d MMM G y – E d MMM y"
|
145
146
|
},
|
146
147
|
"h": {
|
147
148
|
"a": "h a – h a",
|
@@ -242,14 +243,14 @@
|
|
242
243
|
"y": "MMMM y – MMMM y"
|
243
244
|
},
|
244
245
|
"yMMMMd": {
|
245
|
-
"d": "d–d MMMM
|
246
|
-
"M": "d MMMM
|
247
|
-
"y": "d MMMM
|
246
|
+
"d": "d–d MMMM y",
|
247
|
+
"M": "d MMMM – d MMMM y",
|
248
|
+
"y": "d MMMM y – d MMMM y"
|
248
249
|
},
|
249
250
|
"yMMMMEd": {
|
250
|
-
"d": "E d
|
251
|
-
"M": "E d MMMM
|
252
|
-
"y": "E d MMMM
|
251
|
+
"d": "E d – E d MMMM y",
|
252
|
+
"M": "E d MMMM – E d MMMM y",
|
253
|
+
"y": "E d MMMM y – E d MMMM y"
|
253
254
|
},
|
254
255
|
"yMMMMEEEEd": {
|
255
256
|
"d": "EEEEที่ d – EEEEที่ d MMMM G y",
|
@@ -426,11 +427,53 @@
|
|
426
427
|
]
|
427
428
|
}
|
428
429
|
},
|
430
|
+
"quarters": {
|
431
|
+
"format": {
|
432
|
+
"abbreviated": [
|
433
|
+
"ไตรมาส 1",
|
434
|
+
"ไตรมาส 2",
|
435
|
+
"ไตรมาส 3",
|
436
|
+
"ไตรมาส 4"
|
437
|
+
],
|
438
|
+
"narrow": [
|
439
|
+
"1",
|
440
|
+
"2",
|
441
|
+
"3",
|
442
|
+
"4"
|
443
|
+
],
|
444
|
+
"wide": [
|
445
|
+
"ไตรมาส 1",
|
446
|
+
"ไตรมาส 2",
|
447
|
+
"ไตรมาส 3",
|
448
|
+
"ไตรมาส 4"
|
449
|
+
]
|
450
|
+
},
|
451
|
+
"stand-alone": {
|
452
|
+
"abbreviated": [
|
453
|
+
"ไตรมาส 1",
|
454
|
+
"ไตรมาส 2",
|
455
|
+
"ไตรมาส 3",
|
456
|
+
"ไตรมาส 4"
|
457
|
+
],
|
458
|
+
"narrow": [
|
459
|
+
"1",
|
460
|
+
"2",
|
461
|
+
"3",
|
462
|
+
"4"
|
463
|
+
],
|
464
|
+
"wide": [
|
465
|
+
"ไตรมาส 1",
|
466
|
+
"ไตรมาส 2",
|
467
|
+
"ไตรมาส 3",
|
468
|
+
"ไตรมาส 4"
|
469
|
+
]
|
470
|
+
}
|
471
|
+
},
|
429
472
|
"dayPeriods": {
|
430
473
|
"format": {
|
431
474
|
"abbreviated": [
|
432
|
-
"
|
433
|
-
"
|
475
|
+
"AM",
|
476
|
+
"PM"
|
434
477
|
],
|
435
478
|
"narrow": [
|
436
479
|
"a",
|
@@ -456,6 +499,72 @@
|
|
456
499
|
]
|
457
500
|
}
|
458
501
|
},
|
502
|
+
"flexibleDayPeriods": {
|
503
|
+
"format": {
|
504
|
+
"abbreviated": {
|
505
|
+
"midnight": "เที่ยงคืน",
|
506
|
+
"noon": "เที่ยง",
|
507
|
+
"morning1": "ในตอนเช้า",
|
508
|
+
"afternoon1": "ในตอนบ่าย",
|
509
|
+
"afternoon2": "บ่าย",
|
510
|
+
"evening1": "ในตอนเย็น",
|
511
|
+
"evening2": "ค่ำ",
|
512
|
+
"night1": "กลางคืน"
|
513
|
+
},
|
514
|
+
"narrow": {
|
515
|
+
"midnight": "เที่ยงคืน",
|
516
|
+
"noon": "เที่ยง",
|
517
|
+
"morning1": "เช้า",
|
518
|
+
"afternoon1": "เที่ยง",
|
519
|
+
"afternoon2": "บ่าย",
|
520
|
+
"evening1": "เย็น",
|
521
|
+
"evening2": "ค่ำ",
|
522
|
+
"night1": "กลางคืน"
|
523
|
+
},
|
524
|
+
"wide": {
|
525
|
+
"midnight": "เที่ยงคืน",
|
526
|
+
"noon": "เที่ยง",
|
527
|
+
"morning1": "ในตอนเช้า",
|
528
|
+
"afternoon1": "ในตอนบ่าย",
|
529
|
+
"afternoon2": "บ่าย",
|
530
|
+
"evening1": "ในตอนเย็น",
|
531
|
+
"evening2": "ค่ำ",
|
532
|
+
"night1": "กลางคืน"
|
533
|
+
}
|
534
|
+
},
|
535
|
+
"stand-alone": {
|
536
|
+
"abbreviated": {
|
537
|
+
"midnight": "เที่ยงคืน",
|
538
|
+
"noon": "เที่ยง",
|
539
|
+
"morning1": "ในตอนเช้า",
|
540
|
+
"afternoon1": "ในตอนบ่าย",
|
541
|
+
"afternoon2": "บ่าย",
|
542
|
+
"evening1": "ในตอนเย็น",
|
543
|
+
"evening2": "ค่ำ",
|
544
|
+
"night1": "กลางคืน"
|
545
|
+
},
|
546
|
+
"narrow": {
|
547
|
+
"midnight": "เที่ยงคืน",
|
548
|
+
"noon": "เที่ยง",
|
549
|
+
"morning1": "เช้า",
|
550
|
+
"afternoon1": "ช่วงเที่ยง",
|
551
|
+
"afternoon2": "บ่าย",
|
552
|
+
"evening1": "เย็น",
|
553
|
+
"evening2": "ค่ำ",
|
554
|
+
"night1": "กลางคืน"
|
555
|
+
},
|
556
|
+
"wide": {
|
557
|
+
"midnight": "เที่ยงคืน",
|
558
|
+
"noon": "เที่ยง",
|
559
|
+
"morning1": "ในตอนเช้า",
|
560
|
+
"afternoon1": "ในตอนบ่าย",
|
561
|
+
"afternoon2": "บ่าย",
|
562
|
+
"evening1": "ในตอนเย็น",
|
563
|
+
"evening2": "ค่ำ",
|
564
|
+
"night1": "กลางคืน"
|
565
|
+
}
|
566
|
+
}
|
567
|
+
},
|
459
568
|
"era-wide": {
|
460
569
|
"0": "ปีก่อนคริสตกาล",
|
461
570
|
"1": "คริสต์ศักราช"
|
@@ -501,6 +610,7 @@
|
|
501
610
|
"Ehms": "E h:mm:ss a",
|
502
611
|
"EHms": "E HH:mm:ss",
|
503
612
|
"Gy": "G y",
|
613
|
+
"GyMd": "d/M/y GGGGG",
|
504
614
|
"GyMMM": "MMM G y",
|
505
615
|
"GyMMMd": "d MMM G y",
|
506
616
|
"GyMMMEd": "E d MMM G y",
|
@@ -565,38 +675,38 @@
|
|
565
675
|
"y": "G y–y"
|
566
676
|
},
|
567
677
|
"GyM": {
|
568
|
-
"G": "GGGGG y
|
569
|
-
"M": "
|
570
|
-
"y": "
|
678
|
+
"G": "MM/GGGGG y – MM/GGGGG y",
|
679
|
+
"M": "M/y – M/y G",
|
680
|
+
"y": "M/y – M/y G"
|
571
681
|
},
|
572
682
|
"GyMd": {
|
573
|
-
"d": "
|
574
|
-
"G": "GGGGG y
|
575
|
-
"M": "
|
576
|
-
"y": "
|
683
|
+
"d": "d/M/y – d/M/y G",
|
684
|
+
"G": "d/MM/GGGGG y – d/MM/GGGGG y",
|
685
|
+
"M": "d/M/y – d/M/y G",
|
686
|
+
"y": "d/M/y – d/M/y G"
|
577
687
|
},
|
578
688
|
"GyMEd": {
|
579
|
-
"d": "
|
580
|
-
"G": "GGGGG y
|
581
|
-
"M": "
|
582
|
-
"y": "
|
689
|
+
"d": "E d/M/y – E d/M/y G",
|
690
|
+
"G": "E d/MM/GGGGG y – E d/MM/GGGGG y",
|
691
|
+
"M": "E d/M/y – E d/M/y G",
|
692
|
+
"y": "E d/M/y – E d/M/y G"
|
583
693
|
},
|
584
694
|
"GyMMM": {
|
585
|
-
"G": "G y MMM
|
586
|
-
"M": "G y
|
587
|
-
"y": "G y MMM
|
695
|
+
"G": "MMM G y – MMM G y",
|
696
|
+
"M": "MMM – MMM G y",
|
697
|
+
"y": "MMM G y – MMM y"
|
588
698
|
},
|
589
699
|
"GyMMMd": {
|
590
|
-
"d": "
|
591
|
-
"G": "G y
|
592
|
-
"M": "
|
593
|
-
"y": "G y
|
700
|
+
"d": "d – d MMM G y",
|
701
|
+
"G": "d MMM G y – d MMM G y",
|
702
|
+
"M": "d MMM – d MMM G y",
|
703
|
+
"y": "d MMM G y – d MMM y"
|
594
704
|
},
|
595
705
|
"GyMMMEd": {
|
596
|
-
"d": "
|
597
|
-
"G": "
|
598
|
-
"M": "
|
599
|
-
"y": "
|
706
|
+
"d": "E d MMM – E d MMM G y",
|
707
|
+
"G": "E d MMM G y – E d MMM G y",
|
708
|
+
"M": "E d MMM – E d MMM G y",
|
709
|
+
"y": "E d MMM G y – E d MMM y"
|
600
710
|
},
|
601
711
|
"h": {
|
602
712
|
"a": "h a – h a",
|
@@ -866,11 +976,53 @@
|
|
866
976
|
]
|
867
977
|
}
|
868
978
|
},
|
979
|
+
"quarters": {
|
980
|
+
"format": {
|
981
|
+
"abbreviated": [
|
982
|
+
"ไตรมาส 1",
|
983
|
+
"ไตรมาส 2",
|
984
|
+
"ไตรมาส 3",
|
985
|
+
"ไตรมาส 4"
|
986
|
+
],
|
987
|
+
"narrow": [
|
988
|
+
"1",
|
989
|
+
"2",
|
990
|
+
"3",
|
991
|
+
"4"
|
992
|
+
],
|
993
|
+
"wide": [
|
994
|
+
"ไตรมาส 1",
|
995
|
+
"ไตรมาส 2",
|
996
|
+
"ไตรมาส 3",
|
997
|
+
"ไตรมาส 4"
|
998
|
+
]
|
999
|
+
},
|
1000
|
+
"stand-alone": {
|
1001
|
+
"abbreviated": [
|
1002
|
+
"ไตรมาส 1",
|
1003
|
+
"ไตรมาส 2",
|
1004
|
+
"ไตรมาส 3",
|
1005
|
+
"ไตรมาส 4"
|
1006
|
+
],
|
1007
|
+
"narrow": [
|
1008
|
+
"1",
|
1009
|
+
"2",
|
1010
|
+
"3",
|
1011
|
+
"4"
|
1012
|
+
],
|
1013
|
+
"wide": [
|
1014
|
+
"ไตรมาส 1",
|
1015
|
+
"ไตรมาส 2",
|
1016
|
+
"ไตรมาส 3",
|
1017
|
+
"ไตรมาส 4"
|
1018
|
+
]
|
1019
|
+
}
|
1020
|
+
},
|
869
1021
|
"dayPeriods": {
|
870
1022
|
"format": {
|
871
1023
|
"abbreviated": [
|
872
|
-
"
|
873
|
-
"
|
1024
|
+
"AM",
|
1025
|
+
"PM"
|
874
1026
|
],
|
875
1027
|
"narrow": [
|
876
1028
|
"a",
|
@@ -896,6 +1048,72 @@
|
|
896
1048
|
]
|
897
1049
|
}
|
898
1050
|
},
|
1051
|
+
"flexibleDayPeriods": {
|
1052
|
+
"format": {
|
1053
|
+
"abbreviated": {
|
1054
|
+
"midnight": "เที่ยงคืน",
|
1055
|
+
"noon": "เที่ยง",
|
1056
|
+
"morning1": "ในตอนเช้า",
|
1057
|
+
"afternoon1": "ในตอนบ่าย",
|
1058
|
+
"afternoon2": "บ่าย",
|
1059
|
+
"evening1": "ในตอนเย็น",
|
1060
|
+
"evening2": "ค่ำ",
|
1061
|
+
"night1": "กลางคืน"
|
1062
|
+
},
|
1063
|
+
"narrow": {
|
1064
|
+
"midnight": "เที่ยงคืน",
|
1065
|
+
"noon": "เที่ยง",
|
1066
|
+
"morning1": "เช้า",
|
1067
|
+
"afternoon1": "เที่ยง",
|
1068
|
+
"afternoon2": "บ่าย",
|
1069
|
+
"evening1": "เย็น",
|
1070
|
+
"evening2": "ค่ำ",
|
1071
|
+
"night1": "กลางคืน"
|
1072
|
+
},
|
1073
|
+
"wide": {
|
1074
|
+
"midnight": "เที่ยงคืน",
|
1075
|
+
"noon": "เที่ยง",
|
1076
|
+
"morning1": "ในตอนเช้า",
|
1077
|
+
"afternoon1": "ในตอนบ่าย",
|
1078
|
+
"afternoon2": "บ่าย",
|
1079
|
+
"evening1": "ในตอนเย็น",
|
1080
|
+
"evening2": "ค่ำ",
|
1081
|
+
"night1": "กลางคืน"
|
1082
|
+
}
|
1083
|
+
},
|
1084
|
+
"stand-alone": {
|
1085
|
+
"abbreviated": {
|
1086
|
+
"midnight": "เที่ยงคืน",
|
1087
|
+
"noon": "เที่ยง",
|
1088
|
+
"morning1": "ในตอนเช้า",
|
1089
|
+
"afternoon1": "ในตอนบ่าย",
|
1090
|
+
"afternoon2": "บ่าย",
|
1091
|
+
"evening1": "ในตอนเย็น",
|
1092
|
+
"evening2": "ค่ำ",
|
1093
|
+
"night1": "กลางคืน"
|
1094
|
+
},
|
1095
|
+
"narrow": {
|
1096
|
+
"midnight": "เที่ยงคืน",
|
1097
|
+
"noon": "เที่ยง",
|
1098
|
+
"morning1": "เช้า",
|
1099
|
+
"afternoon1": "ช่วงเที่ยง",
|
1100
|
+
"afternoon2": "บ่าย",
|
1101
|
+
"evening1": "เย็น",
|
1102
|
+
"evening2": "ค่ำ",
|
1103
|
+
"night1": "กลางคืน"
|
1104
|
+
},
|
1105
|
+
"wide": {
|
1106
|
+
"midnight": "เที่ยงคืน",
|
1107
|
+
"noon": "เที่ยง",
|
1108
|
+
"morning1": "ในตอนเช้า",
|
1109
|
+
"afternoon1": "ในตอนบ่าย",
|
1110
|
+
"afternoon2": "บ่าย",
|
1111
|
+
"evening1": "ในตอนเย็น",
|
1112
|
+
"evening2": "ค่ำ",
|
1113
|
+
"night1": "กลางคืน"
|
1114
|
+
}
|
1115
|
+
}
|
1116
|
+
},
|
899
1117
|
"era-wide": {
|
900
1118
|
"0": "ฮิจเราะห์ศักราช"
|
901
1119
|
},
|
@@ -938,6 +1156,7 @@
|
|
938
1156
|
"Ehms": "E h:mm:ss a",
|
939
1157
|
"EHms": "E HH:mm:ss",
|
940
1158
|
"Gy": "G y",
|
1159
|
+
"GyMd": "d/M/y GGGGG",
|
941
1160
|
"GyMMM": "MMM G y",
|
942
1161
|
"GyMMMd": "d MMM G y",
|
943
1162
|
"GyMMMEd": "E d MMM G y",
|
@@ -1002,38 +1221,38 @@
|
|
1002
1221
|
"y": "G y–y"
|
1003
1222
|
},
|
1004
1223
|
"GyM": {
|
1005
|
-
"G": "GGGGG y
|
1006
|
-
"M": "
|
1007
|
-
"y": "
|
1224
|
+
"G": "MM/GGGGG y – MM/GGGGG y",
|
1225
|
+
"M": "M/y – M/y G",
|
1226
|
+
"y": "M/y – M/y G"
|
1008
1227
|
},
|
1009
1228
|
"GyMd": {
|
1010
|
-
"d": "
|
1011
|
-
"G": "GGGGG y
|
1012
|
-
"M": "
|
1013
|
-
"y": "
|
1229
|
+
"d": "d/M/y – d/M/y G",
|
1230
|
+
"G": "d/MM/GGGGG y – d/MM/GGGGG y",
|
1231
|
+
"M": "d/M/y – d/M/y G",
|
1232
|
+
"y": "d/M/y – d/M/y G"
|
1014
1233
|
},
|
1015
1234
|
"GyMEd": {
|
1016
|
-
"d": "
|
1017
|
-
"G": "GGGGG y
|
1018
|
-
"M": "
|
1019
|
-
"y": "
|
1235
|
+
"d": "E d/M/y – E d/M/y G",
|
1236
|
+
"G": "E d/MM/GGGGG y – E d/MM/GGGGG y",
|
1237
|
+
"M": "E d/M/y – E d/M/y G",
|
1238
|
+
"y": "E d/M/y – E d/M/y G"
|
1020
1239
|
},
|
1021
1240
|
"GyMMM": {
|
1022
|
-
"G": "G y MMM
|
1023
|
-
"M": "G y
|
1024
|
-
"y": "G y MMM
|
1241
|
+
"G": "MMM G y – MMM G y",
|
1242
|
+
"M": "MMM – MMM G y",
|
1243
|
+
"y": "MMM G y – MMM y"
|
1025
1244
|
},
|
1026
1245
|
"GyMMMd": {
|
1027
|
-
"d": "
|
1028
|
-
"G": "G y
|
1029
|
-
"M": "
|
1030
|
-
"y": "G y
|
1246
|
+
"d": "d – d MMM G y",
|
1247
|
+
"G": "d MMM G y – d MMM G y",
|
1248
|
+
"M": "d MMM – d MMM G y",
|
1249
|
+
"y": "d MMM G y – d MMM y"
|
1031
1250
|
},
|
1032
1251
|
"GyMMMEd": {
|
1033
|
-
"d": "
|
1034
|
-
"G": "
|
1035
|
-
"M": "
|
1036
|
-
"y": "
|
1252
|
+
"d": "E d MMM – E d MMM G y",
|
1253
|
+
"G": "E d MMM G y – E d MMM G y",
|
1254
|
+
"M": "E d MMM – E d MMM G y",
|
1255
|
+
"y": "E d MMM G y – E d MMM y"
|
1037
1256
|
},
|
1038
1257
|
"h": {
|
1039
1258
|
"a": "h a – h a",
|
@@ -1312,11 +1531,53 @@
|
|
1312
1531
|
]
|
1313
1532
|
}
|
1314
1533
|
},
|
1534
|
+
"quarters": {
|
1535
|
+
"format": {
|
1536
|
+
"abbreviated": [
|
1537
|
+
"ไตรมาส 1",
|
1538
|
+
"ไตรมาส 2",
|
1539
|
+
"ไตรมาส 3",
|
1540
|
+
"ไตรมาส 4"
|
1541
|
+
],
|
1542
|
+
"narrow": [
|
1543
|
+
"1",
|
1544
|
+
"2",
|
1545
|
+
"3",
|
1546
|
+
"4"
|
1547
|
+
],
|
1548
|
+
"wide": [
|
1549
|
+
"ไตรมาส 1",
|
1550
|
+
"ไตรมาส 2",
|
1551
|
+
"ไตรมาส 3",
|
1552
|
+
"ไตรมาส 4"
|
1553
|
+
]
|
1554
|
+
},
|
1555
|
+
"stand-alone": {
|
1556
|
+
"abbreviated": [
|
1557
|
+
"ไตรมาส 1",
|
1558
|
+
"ไตรมาส 2",
|
1559
|
+
"ไตรมาส 3",
|
1560
|
+
"ไตรมาส 4"
|
1561
|
+
],
|
1562
|
+
"narrow": [
|
1563
|
+
"1",
|
1564
|
+
"2",
|
1565
|
+
"3",
|
1566
|
+
"4"
|
1567
|
+
],
|
1568
|
+
"wide": [
|
1569
|
+
"ไตรมาส 1",
|
1570
|
+
"ไตรมาส 2",
|
1571
|
+
"ไตรมาส 3",
|
1572
|
+
"ไตรมาส 4"
|
1573
|
+
]
|
1574
|
+
}
|
1575
|
+
},
|
1315
1576
|
"dayPeriods": {
|
1316
1577
|
"format": {
|
1317
1578
|
"abbreviated": [
|
1318
|
-
"
|
1319
|
-
"
|
1579
|
+
"AM",
|
1580
|
+
"PM"
|
1320
1581
|
],
|
1321
1582
|
"narrow": [
|
1322
1583
|
"a",
|
@@ -1342,6 +1603,72 @@
|
|
1342
1603
|
]
|
1343
1604
|
}
|
1344
1605
|
},
|
1606
|
+
"flexibleDayPeriods": {
|
1607
|
+
"format": {
|
1608
|
+
"abbreviated": {
|
1609
|
+
"midnight": "เที่ยงคืน",
|
1610
|
+
"noon": "เที่ยง",
|
1611
|
+
"morning1": "ในตอนเช้า",
|
1612
|
+
"afternoon1": "ในตอนบ่าย",
|
1613
|
+
"afternoon2": "บ่าย",
|
1614
|
+
"evening1": "ในตอนเย็น",
|
1615
|
+
"evening2": "ค่ำ",
|
1616
|
+
"night1": "กลางคืน"
|
1617
|
+
},
|
1618
|
+
"narrow": {
|
1619
|
+
"midnight": "เที่ยงคืน",
|
1620
|
+
"noon": "เที่ยง",
|
1621
|
+
"morning1": "เช้า",
|
1622
|
+
"afternoon1": "เที่ยง",
|
1623
|
+
"afternoon2": "บ่าย",
|
1624
|
+
"evening1": "เย็น",
|
1625
|
+
"evening2": "ค่ำ",
|
1626
|
+
"night1": "กลางคืน"
|
1627
|
+
},
|
1628
|
+
"wide": {
|
1629
|
+
"midnight": "เที่ยงคืน",
|
1630
|
+
"noon": "เที่ยง",
|
1631
|
+
"morning1": "ในตอนเช้า",
|
1632
|
+
"afternoon1": "ในตอนบ่าย",
|
1633
|
+
"afternoon2": "บ่าย",
|
1634
|
+
"evening1": "ในตอนเย็น",
|
1635
|
+
"evening2": "ค่ำ",
|
1636
|
+
"night1": "กลางคืน"
|
1637
|
+
}
|
1638
|
+
},
|
1639
|
+
"stand-alone": {
|
1640
|
+
"abbreviated": {
|
1641
|
+
"midnight": "เที่ยงคืน",
|
1642
|
+
"noon": "เที่ยง",
|
1643
|
+
"morning1": "ในตอนเช้า",
|
1644
|
+
"afternoon1": "ในตอนบ่าย",
|
1645
|
+
"afternoon2": "บ่าย",
|
1646
|
+
"evening1": "ในตอนเย็น",
|
1647
|
+
"evening2": "ค่ำ",
|
1648
|
+
"night1": "กลางคืน"
|
1649
|
+
},
|
1650
|
+
"narrow": {
|
1651
|
+
"midnight": "เที่ยงคืน",
|
1652
|
+
"noon": "เที่ยง",
|
1653
|
+
"morning1": "เช้า",
|
1654
|
+
"afternoon1": "ช่วงเที่ยง",
|
1655
|
+
"afternoon2": "บ่าย",
|
1656
|
+
"evening1": "เย็น",
|
1657
|
+
"evening2": "ค่ำ",
|
1658
|
+
"night1": "กลางคืน"
|
1659
|
+
},
|
1660
|
+
"wide": {
|
1661
|
+
"midnight": "เที่ยงคืน",
|
1662
|
+
"noon": "เที่ยง",
|
1663
|
+
"morning1": "ในตอนเช้า",
|
1664
|
+
"afternoon1": "ในตอนบ่าย",
|
1665
|
+
"afternoon2": "บ่าย",
|
1666
|
+
"evening1": "ในตอนเย็น",
|
1667
|
+
"evening2": "ค่ำ",
|
1668
|
+
"night1": "กลางคืน"
|
1669
|
+
}
|
1670
|
+
}
|
1671
|
+
},
|
1345
1672
|
"era-wide": {
|
1346
1673
|
"232": "เมจิ",
|
1347
1674
|
"233": "ทะอิโช",
|
@@ -1396,6 +1723,7 @@
|
|
1396
1723
|
"Ehms": "E h:mm:ss a",
|
1397
1724
|
"EHms": "E HH:mm:ss",
|
1398
1725
|
"Gy": "G y",
|
1726
|
+
"GyMd": "d/M/y GGGGG",
|
1399
1727
|
"GyMMM": "MMM G y",
|
1400
1728
|
"GyMMMd": "d MMM G y",
|
1401
1729
|
"GyMMMEd": "E d MMM G y",
|
@@ -1460,38 +1788,38 @@
|
|
1460
1788
|
"y": "G y–y"
|
1461
1789
|
},
|
1462
1790
|
"GyM": {
|
1463
|
-
"G": "GGGGG y
|
1464
|
-
"M": "
|
1465
|
-
"y": "
|
1791
|
+
"G": "MM/GGGGG y – MM/GGGGG y",
|
1792
|
+
"M": "M/y – M/y G",
|
1793
|
+
"y": "M/y – M/y G"
|
1466
1794
|
},
|
1467
1795
|
"GyMd": {
|
1468
|
-
"d": "
|
1469
|
-
"G": "GGGGG y
|
1470
|
-
"M": "
|
1471
|
-
"y": "
|
1796
|
+
"d": "d/M/y – d/M/y G",
|
1797
|
+
"G": "d/MM/GGGGG y – d/MM/GGGGG y",
|
1798
|
+
"M": "d/M/y – d/M/y G",
|
1799
|
+
"y": "d/M/y – d/M/y G"
|
1472
1800
|
},
|
1473
1801
|
"GyMEd": {
|
1474
|
-
"d": "
|
1475
|
-
"G": "GGGGG y
|
1476
|
-
"M": "
|
1477
|
-
"y": "
|
1802
|
+
"d": "E d/M/y – E d/M/y G",
|
1803
|
+
"G": "E d/MM/GGGGG y – E d/MM/GGGGG y",
|
1804
|
+
"M": "E d/M/y – E d/M/y G",
|
1805
|
+
"y": "E d/M/y – E d/M/y G"
|
1478
1806
|
},
|
1479
1807
|
"GyMMM": {
|
1480
|
-
"G": "G y MMM
|
1481
|
-
"M": "G y
|
1482
|
-
"y": "G y MMM
|
1808
|
+
"G": "MMM G y – MMM G y",
|
1809
|
+
"M": "MMM – MMM G y",
|
1810
|
+
"y": "MMM G y – MMM y"
|
1483
1811
|
},
|
1484
1812
|
"GyMMMd": {
|
1485
|
-
"d": "
|
1486
|
-
"G": "G y
|
1487
|
-
"M": "
|
1488
|
-
"y": "G y
|
1813
|
+
"d": "d – d MMM G y",
|
1814
|
+
"G": "d MMM G y – d MMM G y",
|
1815
|
+
"M": "d MMM – d MMM G y",
|
1816
|
+
"y": "d MMM G y – d MMM y"
|
1489
1817
|
},
|
1490
1818
|
"GyMMMEd": {
|
1491
|
-
"d": "
|
1492
|
-
"G": "
|
1493
|
-
"M": "
|
1494
|
-
"y": "
|
1819
|
+
"d": "E d MMM – E d MMM G y",
|
1820
|
+
"G": "E d MMM G y – E d MMM G y",
|
1821
|
+
"M": "E d MMM – E d MMM G y",
|
1822
|
+
"y": "E d MMM G y – E d MMM y"
|
1495
1823
|
},
|
1496
1824
|
"h": {
|
1497
1825
|
"a": "h a – h a",
|
@@ -1761,11 +2089,53 @@
|
|
1761
2089
|
]
|
1762
2090
|
}
|
1763
2091
|
},
|
2092
|
+
"quarters": {
|
2093
|
+
"format": {
|
2094
|
+
"abbreviated": [
|
2095
|
+
"ไตรมาส 1",
|
2096
|
+
"ไตรมาส 2",
|
2097
|
+
"ไตรมาส 3",
|
2098
|
+
"ไตรมาส 4"
|
2099
|
+
],
|
2100
|
+
"narrow": [
|
2101
|
+
"1",
|
2102
|
+
"2",
|
2103
|
+
"3",
|
2104
|
+
"4"
|
2105
|
+
],
|
2106
|
+
"wide": [
|
2107
|
+
"ไตรมาส 1",
|
2108
|
+
"ไตรมาส 2",
|
2109
|
+
"ไตรมาส 3",
|
2110
|
+
"ไตรมาส 4"
|
2111
|
+
]
|
2112
|
+
},
|
2113
|
+
"stand-alone": {
|
2114
|
+
"abbreviated": [
|
2115
|
+
"ไตรมาส 1",
|
2116
|
+
"ไตรมาส 2",
|
2117
|
+
"ไตรมาส 3",
|
2118
|
+
"ไตรมาส 4"
|
2119
|
+
],
|
2120
|
+
"narrow": [
|
2121
|
+
"1",
|
2122
|
+
"2",
|
2123
|
+
"3",
|
2124
|
+
"4"
|
2125
|
+
],
|
2126
|
+
"wide": [
|
2127
|
+
"ไตรมาส 1",
|
2128
|
+
"ไตรมาส 2",
|
2129
|
+
"ไตรมาส 3",
|
2130
|
+
"ไตรมาส 4"
|
2131
|
+
]
|
2132
|
+
}
|
2133
|
+
},
|
1764
2134
|
"dayPeriods": {
|
1765
2135
|
"format": {
|
1766
2136
|
"abbreviated": [
|
1767
|
-
"
|
1768
|
-
"
|
2137
|
+
"AM",
|
2138
|
+
"PM"
|
1769
2139
|
],
|
1770
2140
|
"narrow": [
|
1771
2141
|
"a",
|
@@ -1791,6 +2161,72 @@
|
|
1791
2161
|
]
|
1792
2162
|
}
|
1793
2163
|
},
|
2164
|
+
"flexibleDayPeriods": {
|
2165
|
+
"format": {
|
2166
|
+
"abbreviated": {
|
2167
|
+
"midnight": "เที่ยงคืน",
|
2168
|
+
"noon": "เที่ยง",
|
2169
|
+
"morning1": "ในตอนเช้า",
|
2170
|
+
"afternoon1": "ในตอนบ่าย",
|
2171
|
+
"afternoon2": "บ่าย",
|
2172
|
+
"evening1": "ในตอนเย็น",
|
2173
|
+
"evening2": "ค่ำ",
|
2174
|
+
"night1": "กลางคืน"
|
2175
|
+
},
|
2176
|
+
"narrow": {
|
2177
|
+
"midnight": "เที่ยงคืน",
|
2178
|
+
"noon": "เที่ยง",
|
2179
|
+
"morning1": "เช้า",
|
2180
|
+
"afternoon1": "เที่ยง",
|
2181
|
+
"afternoon2": "บ่าย",
|
2182
|
+
"evening1": "เย็น",
|
2183
|
+
"evening2": "ค่ำ",
|
2184
|
+
"night1": "กลางคืน"
|
2185
|
+
},
|
2186
|
+
"wide": {
|
2187
|
+
"midnight": "เที่ยงคืน",
|
2188
|
+
"noon": "เที่ยง",
|
2189
|
+
"morning1": "ในตอนเช้า",
|
2190
|
+
"afternoon1": "ในตอนบ่าย",
|
2191
|
+
"afternoon2": "บ่าย",
|
2192
|
+
"evening1": "ในตอนเย็น",
|
2193
|
+
"evening2": "ค่ำ",
|
2194
|
+
"night1": "กลางคืน"
|
2195
|
+
}
|
2196
|
+
},
|
2197
|
+
"stand-alone": {
|
2198
|
+
"abbreviated": {
|
2199
|
+
"midnight": "เที่ยงคืน",
|
2200
|
+
"noon": "เที่ยง",
|
2201
|
+
"morning1": "ในตอนเช้า",
|
2202
|
+
"afternoon1": "ในตอนบ่าย",
|
2203
|
+
"afternoon2": "บ่าย",
|
2204
|
+
"evening1": "ในตอนเย็น",
|
2205
|
+
"evening2": "ค่ำ",
|
2206
|
+
"night1": "กลางคืน"
|
2207
|
+
},
|
2208
|
+
"narrow": {
|
2209
|
+
"midnight": "เที่ยงคืน",
|
2210
|
+
"noon": "เที่ยง",
|
2211
|
+
"morning1": "เช้า",
|
2212
|
+
"afternoon1": "ช่วงเที่ยง",
|
2213
|
+
"afternoon2": "บ่าย",
|
2214
|
+
"evening1": "เย็น",
|
2215
|
+
"evening2": "ค่ำ",
|
2216
|
+
"night1": "กลางคืน"
|
2217
|
+
},
|
2218
|
+
"wide": {
|
2219
|
+
"midnight": "เที่ยงคืน",
|
2220
|
+
"noon": "เที่ยง",
|
2221
|
+
"morning1": "ในตอนเช้า",
|
2222
|
+
"afternoon1": "ในตอนบ่าย",
|
2223
|
+
"afternoon2": "บ่าย",
|
2224
|
+
"evening1": "ในตอนเย็น",
|
2225
|
+
"evening2": "ค่ำ",
|
2226
|
+
"night1": "กลางคืน"
|
2227
|
+
}
|
2228
|
+
}
|
2229
|
+
},
|
1794
2230
|
"era-wide": {
|
1795
2231
|
"0": "ปีเปอร์เซีย"
|
1796
2232
|
},
|
@@ -1833,6 +2269,7 @@
|
|
1833
2269
|
"Ehms": "E h:mm:ss a",
|
1834
2270
|
"EHms": "E HH:mm:ss",
|
1835
2271
|
"Gy": "G y",
|
2272
|
+
"GyMd": "d/M/GGGGG y",
|
1836
2273
|
"GyMMM": "MMM G y",
|
1837
2274
|
"GyMMMd": "d MMM G y",
|
1838
2275
|
"GyMMMEd": "E d MMM G y",
|
@@ -1899,38 +2336,38 @@
|
|
1899
2336
|
"y": "G y–y"
|
1900
2337
|
},
|
1901
2338
|
"GyM": {
|
1902
|
-
"G": "GGGGG y
|
1903
|
-
"M": "
|
1904
|
-
"y": "
|
2339
|
+
"G": "MM/GGGGG y – MM/GGGGG y",
|
2340
|
+
"M": "M/y – M/y G",
|
2341
|
+
"y": "M/y – M/y G"
|
1905
2342
|
},
|
1906
2343
|
"GyMd": {
|
1907
|
-
"d": "
|
1908
|
-
"G": "GGGGG y
|
1909
|
-
"M": "
|
1910
|
-
"y": "
|
2344
|
+
"d": "d/M/y – d/M/y G",
|
2345
|
+
"G": "d/MM/GGGGG y – d/MM/GGGGG y",
|
2346
|
+
"M": "d/M/y – d/M/y G",
|
2347
|
+
"y": "d/M/y – d/M/y G"
|
1911
2348
|
},
|
1912
2349
|
"GyMEd": {
|
1913
|
-
"d": "
|
1914
|
-
"G": "GGGGG y
|
1915
|
-
"M": "
|
1916
|
-
"y": "
|
2350
|
+
"d": "E d/M/y – E d/M/y G",
|
2351
|
+
"G": "E d/MM/GGGGG y – E d/MM/GGGGG y",
|
2352
|
+
"M": "E d/M/y – E d/M/y G",
|
2353
|
+
"y": "E d/M/y – E d/M/y G"
|
1917
2354
|
},
|
1918
2355
|
"GyMMM": {
|
1919
|
-
"G": "G y MMM
|
1920
|
-
"M": "G y
|
1921
|
-
"y": "G y MMM
|
2356
|
+
"G": "MMM G y – MMM G y",
|
2357
|
+
"M": "MMM – MMM G y",
|
2358
|
+
"y": "MMM G y – MMM y"
|
1922
2359
|
},
|
1923
2360
|
"GyMMMd": {
|
1924
|
-
"d": "
|
1925
|
-
"G": "G y
|
1926
|
-
"M": "
|
1927
|
-
"y": "G y
|
2361
|
+
"d": "d – d MMM G y",
|
2362
|
+
"G": "d MMM G y – d MMM G y",
|
2363
|
+
"M": "d MMM – d MMM G y",
|
2364
|
+
"y": "d MMM G y – d MMM y"
|
1928
2365
|
},
|
1929
2366
|
"GyMMMEd": {
|
1930
|
-
"d": "
|
1931
|
-
"G": "
|
1932
|
-
"M": "
|
1933
|
-
"y": "
|
2367
|
+
"d": "E d MMM – E d MMM G y",
|
2368
|
+
"G": "E d MMM G y – E d MMM G y",
|
2369
|
+
"M": "E d MMM – E d MMM G y",
|
2370
|
+
"y": "E d MMM G y – E d MMM y"
|
1934
2371
|
},
|
1935
2372
|
"h": {
|
1936
2373
|
"a": "h a – h a",
|
@@ -2200,11 +2637,53 @@
|
|
2200
2637
|
]
|
2201
2638
|
}
|
2202
2639
|
},
|
2640
|
+
"quarters": {
|
2641
|
+
"format": {
|
2642
|
+
"abbreviated": [
|
2643
|
+
"ไตรมาส 1",
|
2644
|
+
"ไตรมาส 2",
|
2645
|
+
"ไตรมาส 3",
|
2646
|
+
"ไตรมาส 4"
|
2647
|
+
],
|
2648
|
+
"narrow": [
|
2649
|
+
"1",
|
2650
|
+
"2",
|
2651
|
+
"3",
|
2652
|
+
"4"
|
2653
|
+
],
|
2654
|
+
"wide": [
|
2655
|
+
"ไตรมาส 1",
|
2656
|
+
"ไตรมาส 2",
|
2657
|
+
"ไตรมาส 3",
|
2658
|
+
"ไตรมาส 4"
|
2659
|
+
]
|
2660
|
+
},
|
2661
|
+
"stand-alone": {
|
2662
|
+
"abbreviated": [
|
2663
|
+
"ไตรมาส 1",
|
2664
|
+
"ไตรมาส 2",
|
2665
|
+
"ไตรมาส 3",
|
2666
|
+
"ไตรมาส 4"
|
2667
|
+
],
|
2668
|
+
"narrow": [
|
2669
|
+
"1",
|
2670
|
+
"2",
|
2671
|
+
"3",
|
2672
|
+
"4"
|
2673
|
+
],
|
2674
|
+
"wide": [
|
2675
|
+
"ไตรมาส 1",
|
2676
|
+
"ไตรมาส 2",
|
2677
|
+
"ไตรมาส 3",
|
2678
|
+
"ไตรมาส 4"
|
2679
|
+
]
|
2680
|
+
}
|
2681
|
+
},
|
2203
2682
|
"dayPeriods": {
|
2204
2683
|
"format": {
|
2205
2684
|
"abbreviated": [
|
2206
|
-
"
|
2207
|
-
"
|
2685
|
+
"AM",
|
2686
|
+
"PM"
|
2208
2687
|
],
|
2209
2688
|
"narrow": [
|
2210
2689
|
"a",
|
@@ -2230,6 +2709,72 @@
|
|
2230
2709
|
]
|
2231
2710
|
}
|
2232
2711
|
},
|
2712
|
+
"flexibleDayPeriods": {
|
2713
|
+
"format": {
|
2714
|
+
"abbreviated": {
|
2715
|
+
"midnight": "เที่ยงคืน",
|
2716
|
+
"noon": "เที่ยง",
|
2717
|
+
"morning1": "ในตอนเช้า",
|
2718
|
+
"afternoon1": "ในตอนบ่าย",
|
2719
|
+
"afternoon2": "บ่าย",
|
2720
|
+
"evening1": "ในตอนเย็น",
|
2721
|
+
"evening2": "ค่ำ",
|
2722
|
+
"night1": "กลางคืน"
|
2723
|
+
},
|
2724
|
+
"narrow": {
|
2725
|
+
"midnight": "เที่ยงคืน",
|
2726
|
+
"noon": "เที่ยง",
|
2727
|
+
"morning1": "เช้า",
|
2728
|
+
"afternoon1": "เที่ยง",
|
2729
|
+
"afternoon2": "บ่าย",
|
2730
|
+
"evening1": "เย็น",
|
2731
|
+
"evening2": "ค่ำ",
|
2732
|
+
"night1": "กลางคืน"
|
2733
|
+
},
|
2734
|
+
"wide": {
|
2735
|
+
"midnight": "เที่ยงคืน",
|
2736
|
+
"noon": "เที่ยง",
|
2737
|
+
"morning1": "ในตอนเช้า",
|
2738
|
+
"afternoon1": "ในตอนบ่าย",
|
2739
|
+
"afternoon2": "บ่าย",
|
2740
|
+
"evening1": "ในตอนเย็น",
|
2741
|
+
"evening2": "ค่ำ",
|
2742
|
+
"night1": "กลางคืน"
|
2743
|
+
}
|
2744
|
+
},
|
2745
|
+
"stand-alone": {
|
2746
|
+
"abbreviated": {
|
2747
|
+
"midnight": "เที่ยงคืน",
|
2748
|
+
"noon": "เที่ยง",
|
2749
|
+
"morning1": "ในตอนเช้า",
|
2750
|
+
"afternoon1": "ในตอนบ่าย",
|
2751
|
+
"afternoon2": "บ่าย",
|
2752
|
+
"evening1": "ในตอนเย็น",
|
2753
|
+
"evening2": "ค่ำ",
|
2754
|
+
"night1": "กลางคืน"
|
2755
|
+
},
|
2756
|
+
"narrow": {
|
2757
|
+
"midnight": "เที่ยงคืน",
|
2758
|
+
"noon": "เที่ยง",
|
2759
|
+
"morning1": "เช้า",
|
2760
|
+
"afternoon1": "ช่วงเที่ยง",
|
2761
|
+
"afternoon2": "บ่าย",
|
2762
|
+
"evening1": "เย็น",
|
2763
|
+
"evening2": "ค่ำ",
|
2764
|
+
"night1": "กลางคืน"
|
2765
|
+
},
|
2766
|
+
"wide": {
|
2767
|
+
"midnight": "เที่ยงคืน",
|
2768
|
+
"noon": "เที่ยง",
|
2769
|
+
"morning1": "ในตอนเช้า",
|
2770
|
+
"afternoon1": "ในตอนบ่าย",
|
2771
|
+
"afternoon2": "บ่าย",
|
2772
|
+
"evening1": "ในตอนเย็น",
|
2773
|
+
"evening2": "ค่ำ",
|
2774
|
+
"night1": "กลางคืน"
|
2775
|
+
}
|
2776
|
+
}
|
2777
|
+
},
|
2233
2778
|
"era-wide": {
|
2234
2779
|
"0": "พุทธศักราช"
|
2235
2780
|
},
|
@@ -2363,7 +2908,7 @@
|
|
2363
2908
|
"relativeTime-type-past": {
|
2364
2909
|
"relativeTimePattern-count-other": "{0} สัปดาห์ที่ผ่านมา"
|
2365
2910
|
},
|
2366
|
-
"relativePeriod": "สัปดาห์ที่เริ่มต้นวันที่"
|
2911
|
+
"relativePeriod": "สัปดาห์ที่เริ่มต้นวันที่ {0}"
|
2367
2912
|
},
|
2368
2913
|
"week-short": {
|
2369
2914
|
"displayName": "สัปดาห์",
|
@@ -2376,7 +2921,7 @@
|
|
2376
2921
|
"relativeTime-type-past": {
|
2377
2922
|
"relativeTimePattern-count-other": "{0} สัปดาห์ที่แล้ว"
|
2378
2923
|
},
|
2379
|
-
"relativePeriod": "สัปดาห์ที่เริ่มต้นวันที่"
|
2924
|
+
"relativePeriod": "สัปดาห์ที่เริ่มต้นวันที่ {0}"
|
2380
2925
|
},
|
2381
2926
|
"week-narrow": {
|
2382
2927
|
"displayName": "สัปดาห์",
|
@@ -2389,7 +2934,7 @@
|
|
2389
2934
|
"relativeTime-type-past": {
|
2390
2935
|
"relativeTimePattern-count-other": "{0} สัปดาห์ที่แล้ว"
|
2391
2936
|
},
|
2392
|
-
"relativePeriod": "สัปดาห์ที่เริ่มต้นวันที่"
|
2937
|
+
"relativePeriod": "สัปดาห์ที่เริ่มต้นวันที่ {0}"
|
2393
2938
|
},
|
2394
2939
|
"day-wide": {
|
2395
2940
|
"displayName": "วัน",
|
@@ -2477,7 +3022,7 @@
|
|
2477
3022
|
}
|
2478
3023
|
},
|
2479
3024
|
"minute-short": {
|
2480
|
-
"displayName": "
|
3025
|
+
"displayName": "นาที",
|
2481
3026
|
"relative-type-0": "นาทีนี้",
|
2482
3027
|
"relativeTime-type-future": {
|
2483
3028
|
"relativeTimePattern-count-other": "ใน {0} นาที"
|
@@ -2487,7 +3032,7 @@
|
|
2487
3032
|
}
|
2488
3033
|
},
|
2489
3034
|
"minute-narrow": {
|
2490
|
-
"displayName": "
|
3035
|
+
"displayName": "นาที",
|
2491
3036
|
"relative-type-0": "นาทีนี้",
|
2492
3037
|
"relativeTime-type-future": {
|
2493
3038
|
"relativeTimePattern-count-other": "ใน {0} นาที"
|
@@ -2530,19 +3075,1064 @@
|
|
2530
3075
|
"displayName": "เขตเวลา"
|
2531
3076
|
}
|
2532
3077
|
},
|
3078
|
+
"timezoneNamesFormats": {
|
3079
|
+
"gmtFormat": "GMT{0}"
|
3080
|
+
},
|
3081
|
+
"decimalFormat": {
|
3082
|
+
"standard": "#,##0.###"
|
3083
|
+
},
|
3084
|
+
"decimalFormat-long": {
|
3085
|
+
"1000-other": "0 พัน",
|
3086
|
+
"10000-other": "0 หมื่น",
|
3087
|
+
"100000-other": "0 แสน",
|
3088
|
+
"1000000-other": "0 ล้าน",
|
3089
|
+
"10000000-other": "00 ล้าน",
|
3090
|
+
"100000000-other": "000 ล้าน",
|
3091
|
+
"1000000000-other": "0 พันล้าน",
|
3092
|
+
"10000000000-other": "0 หมื่นล้าน",
|
3093
|
+
"100000000000-other": "0 แสนล้าน",
|
3094
|
+
"1000000000000-other": "0 ล้านล้าน",
|
3095
|
+
"10000000000000-other": "00 ล้านล้าน",
|
3096
|
+
"100000000000000-other": "000 ล้านล้าน"
|
3097
|
+
},
|
3098
|
+
"decimalFormat-short": {
|
3099
|
+
"1000-other": "0K",
|
3100
|
+
"10000-other": "00K",
|
3101
|
+
"100000-other": "000K",
|
3102
|
+
"1000000-other": "0M",
|
3103
|
+
"10000000-other": "00M",
|
3104
|
+
"100000000-other": "000M",
|
3105
|
+
"1000000000-other": "0B",
|
3106
|
+
"10000000000-other": "00B",
|
3107
|
+
"100000000000-other": "000B",
|
3108
|
+
"1000000000000-other": "0T",
|
3109
|
+
"10000000000000-other": "00T",
|
3110
|
+
"100000000000000-other": "000T"
|
3111
|
+
},
|
3112
|
+
"scientificFormat": {
|
3113
|
+
"standard": "#E0"
|
3114
|
+
},
|
3115
|
+
"percentFormat": {
|
3116
|
+
"standard": "#,##0%"
|
3117
|
+
},
|
3118
|
+
"currencyFormat": {
|
3119
|
+
"standard": "¤#,##0.00",
|
3120
|
+
"accounting": "¤#,##0.00;(¤#,##0.00)",
|
3121
|
+
"currencySpacing": {
|
3122
|
+
"beforeCurrency": {
|
3123
|
+
"currencyMatch": "[[:^S:]&[:^Z:]]",
|
3124
|
+
"surroundingMatch": "[:digit:]",
|
3125
|
+
"insertBetween": " "
|
3126
|
+
},
|
3127
|
+
"afterCurrency": {
|
3128
|
+
"currencyMatch": "[[:^S:]&[:^Z:]]",
|
3129
|
+
"surroundingMatch": "[:digit:]",
|
3130
|
+
"insertBetween": " "
|
3131
|
+
}
|
3132
|
+
},
|
3133
|
+
"sap-standard": "#,##0.00¤",
|
3134
|
+
"sap-accounting": "#,##0.00¤;(#,##0.00¤)"
|
3135
|
+
},
|
3136
|
+
"miscPattern": {
|
3137
|
+
"approximately": "~{0}",
|
3138
|
+
"atLeast": "{0}+",
|
3139
|
+
"atMost": "≤{0}",
|
3140
|
+
"range": "{0}-{1}"
|
3141
|
+
},
|
3142
|
+
"currencyFormat-short": {
|
3143
|
+
"1000-other": "¤ 0K",
|
3144
|
+
"10000-other": "¤ 00K",
|
3145
|
+
"100000-other": "¤ 000K",
|
3146
|
+
"1000000-other": "¤ 0M",
|
3147
|
+
"10000000-other": "¤ 00M",
|
3148
|
+
"100000000-other": "¤ 000M",
|
3149
|
+
"1000000000-other": "¤ 0B",
|
3150
|
+
"10000000000-other": "¤ 00B",
|
3151
|
+
"100000000000-other": "¤ 000B",
|
3152
|
+
"1000000000000-other": "¤ 0T",
|
3153
|
+
"10000000000000-other": "¤ 00T",
|
3154
|
+
"100000000000000-other": "¤ 000T"
|
3155
|
+
},
|
2533
3156
|
"symbols-latn-decimal": ".",
|
2534
3157
|
"symbols-latn-group": ",",
|
2535
3158
|
"symbols-latn-list": ";",
|
2536
3159
|
"symbols-latn-percentSign": "%",
|
2537
3160
|
"symbols-latn-plusSign": "+",
|
2538
3161
|
"symbols-latn-minusSign": "-",
|
3162
|
+
"symbols-latn-approximatelySign": "~",
|
2539
3163
|
"symbols-latn-exponential": "E",
|
2540
3164
|
"symbols-latn-superscriptingExponent": "×",
|
2541
3165
|
"symbols-latn-perMille": "‰",
|
2542
3166
|
"symbols-latn-infinity": "∞",
|
2543
3167
|
"symbols-latn-nan": "NaN",
|
2544
3168
|
"symbols-latn-timeSeparator": ":",
|
3169
|
+
"currencySymbols": {
|
3170
|
+
"AUD": "AU$",
|
3171
|
+
"BRL": "R$",
|
3172
|
+
"CAD": "CA$",
|
3173
|
+
"CNY": "CN¥",
|
3174
|
+
"EUR": "€",
|
3175
|
+
"GBP": "£",
|
3176
|
+
"HKD": "HK$",
|
3177
|
+
"ILS": "₪",
|
3178
|
+
"INR": "₹",
|
3179
|
+
"JPY": "¥",
|
3180
|
+
"KRW": "₩",
|
3181
|
+
"MXN": "MX$",
|
3182
|
+
"NZD": "NZ$",
|
3183
|
+
"THB": "฿",
|
3184
|
+
"TWD": "NT$",
|
3185
|
+
"USD": "US$",
|
3186
|
+
"VND": "₫",
|
3187
|
+
"XAF": "FCFA",
|
3188
|
+
"XCD": "EC$",
|
3189
|
+
"XOF": "F CFA",
|
3190
|
+
"XPF": "CFPF"
|
3191
|
+
},
|
2545
3192
|
"rtl": false,
|
3193
|
+
"units": {
|
3194
|
+
"short": {
|
3195
|
+
"10p-1": {
|
3196
|
+
"unitPrefixPattern": "เดซิ{0}"
|
3197
|
+
},
|
3198
|
+
"10p-2": {
|
3199
|
+
"unitPrefixPattern": "เซนติ{0}"
|
3200
|
+
},
|
3201
|
+
"10p-3": {
|
3202
|
+
"unitPrefixPattern": "มิลลิ{0}"
|
3203
|
+
},
|
3204
|
+
"10p-6": {
|
3205
|
+
"unitPrefixPattern": "ไมโคร{0}"
|
3206
|
+
},
|
3207
|
+
"10p-9": {
|
3208
|
+
"unitPrefixPattern": "นาโน{0}"
|
3209
|
+
},
|
3210
|
+
"10p-12": {
|
3211
|
+
"unitPrefixPattern": "พิโค{0}"
|
3212
|
+
},
|
3213
|
+
"10p-15": {
|
3214
|
+
"unitPrefixPattern": "เฟมโต{0}"
|
3215
|
+
},
|
3216
|
+
"10p-18": {
|
3217
|
+
"unitPrefixPattern": "อัตโต{0}"
|
3218
|
+
},
|
3219
|
+
"10p-21": {
|
3220
|
+
"unitPrefixPattern": "เซปโต{0}"
|
3221
|
+
},
|
3222
|
+
"10p-24": {
|
3223
|
+
"unitPrefixPattern": "ยอกโต{0}"
|
3224
|
+
},
|
3225
|
+
"10p1": {
|
3226
|
+
"unitPrefixPattern": "เดคา{0}"
|
3227
|
+
},
|
3228
|
+
"10p2": {
|
3229
|
+
"unitPrefixPattern": "เฮกโต{0}"
|
3230
|
+
},
|
3231
|
+
"10p3": {
|
3232
|
+
"unitPrefixPattern": "กิโล{0}"
|
3233
|
+
},
|
3234
|
+
"10p6": {
|
3235
|
+
"unitPrefixPattern": "เมกะ{0}"
|
3236
|
+
},
|
3237
|
+
"10p9": {
|
3238
|
+
"unitPrefixPattern": "จิกะ{0}"
|
3239
|
+
},
|
3240
|
+
"10p12": {
|
3241
|
+
"unitPrefixPattern": "เทระ{0}"
|
3242
|
+
},
|
3243
|
+
"10p15": {
|
3244
|
+
"unitPrefixPattern": "เพตะ{0}"
|
3245
|
+
},
|
3246
|
+
"10p18": {
|
3247
|
+
"unitPrefixPattern": "เอกซะ{0}"
|
3248
|
+
},
|
3249
|
+
"10p21": {
|
3250
|
+
"unitPrefixPattern": "เซตตะ{0}"
|
3251
|
+
},
|
3252
|
+
"10p24": {
|
3253
|
+
"unitPrefixPattern": "ยอตตะ{0}"
|
3254
|
+
},
|
3255
|
+
"1024p1": {
|
3256
|
+
"unitPrefixPattern": "กิบิ{0}"
|
3257
|
+
},
|
3258
|
+
"1024p2": {
|
3259
|
+
"unitPrefixPattern": "เมบิ{0}"
|
3260
|
+
},
|
3261
|
+
"1024p3": {
|
3262
|
+
"unitPrefixPattern": "จิบิ{0}"
|
3263
|
+
},
|
3264
|
+
"1024p4": {
|
3265
|
+
"unitPrefixPattern": "เทบิ{0}"
|
3266
|
+
},
|
3267
|
+
"1024p5": {
|
3268
|
+
"unitPrefixPattern": "เพบิ{0}"
|
3269
|
+
},
|
3270
|
+
"1024p6": {
|
3271
|
+
"unitPrefixPattern": "เอ็กซ์บิ{0}"
|
3272
|
+
},
|
3273
|
+
"1024p7": {
|
3274
|
+
"unitPrefixPattern": "เซบิ{0}"
|
3275
|
+
},
|
3276
|
+
"1024p8": {
|
3277
|
+
"unitPrefixPattern": "โยบี{0}"
|
3278
|
+
},
|
3279
|
+
"per": {
|
3280
|
+
"compoundUnitPattern": "{0}/{1}"
|
3281
|
+
},
|
3282
|
+
"power2": {
|
3283
|
+
"compoundUnitPattern1": "{0}²",
|
3284
|
+
"compoundUnitPattern1-count-other": "{0}²"
|
3285
|
+
},
|
3286
|
+
"power3": {
|
3287
|
+
"compoundUnitPattern1": "{0}³",
|
3288
|
+
"compoundUnitPattern1-count-other": "{0}³"
|
3289
|
+
},
|
3290
|
+
"times": {
|
3291
|
+
"compoundUnitPattern": "{0}⋅{1}"
|
3292
|
+
},
|
3293
|
+
"acceleration-g-force": {
|
3294
|
+
"displayName": "แรง G",
|
3295
|
+
"unitPattern-count-other": "{0} G"
|
3296
|
+
},
|
3297
|
+
"acceleration-meter-per-square-second": {
|
3298
|
+
"displayName": "เมตร/วินาที²",
|
3299
|
+
"unitPattern-count-other": "{0} ม./วิ²"
|
3300
|
+
},
|
3301
|
+
"angle-revolution": {
|
3302
|
+
"displayName": "รอบ",
|
3303
|
+
"unitPattern-count-other": "{0} รอบ"
|
3304
|
+
},
|
3305
|
+
"angle-radian": {
|
3306
|
+
"displayName": "เรเดียน",
|
3307
|
+
"unitPattern-count-other": "{0} เรเดียน"
|
3308
|
+
},
|
3309
|
+
"angle-degree": {
|
3310
|
+
"displayName": "องศา",
|
3311
|
+
"unitPattern-count-other": "{0}°"
|
3312
|
+
},
|
3313
|
+
"angle-arc-minute": {
|
3314
|
+
"displayName": "ลิปดา",
|
3315
|
+
"unitPattern-count-other": "{0} ลิปดา"
|
3316
|
+
},
|
3317
|
+
"angle-arc-second": {
|
3318
|
+
"displayName": "พิลิปดา",
|
3319
|
+
"unitPattern-count-other": "{0} พิลิปดา"
|
3320
|
+
},
|
3321
|
+
"area-square-kilometer": {
|
3322
|
+
"displayName": "ตร.กม.",
|
3323
|
+
"unitPattern-count-other": "{0} ตร.กม.",
|
3324
|
+
"perUnitPattern": "{0}/ตร.กม."
|
3325
|
+
},
|
3326
|
+
"area-hectare": {
|
3327
|
+
"displayName": "เฮกตาร์",
|
3328
|
+
"unitPattern-count-other": "{0} เฮกตาร์"
|
3329
|
+
},
|
3330
|
+
"area-square-meter": {
|
3331
|
+
"displayName": "ตร.ม.",
|
3332
|
+
"unitPattern-count-other": "{0} ตร.ม.",
|
3333
|
+
"perUnitPattern": "{0}/ตร.ม."
|
3334
|
+
},
|
3335
|
+
"area-square-centimeter": {
|
3336
|
+
"displayName": "ตร.ซม.",
|
3337
|
+
"unitPattern-count-other": "{0} ตร.ซม.",
|
3338
|
+
"perUnitPattern": "{0}/ตร.ซม."
|
3339
|
+
},
|
3340
|
+
"area-square-mile": {
|
3341
|
+
"displayName": "ตร.ไมล์",
|
3342
|
+
"unitPattern-count-other": "{0} ตร.ไมล์",
|
3343
|
+
"perUnitPattern": "{0}/ตร.ไมล์"
|
3344
|
+
},
|
3345
|
+
"area-acre": {
|
3346
|
+
"displayName": "เอเคอร์",
|
3347
|
+
"unitPattern-count-other": "{0} เอเคอร์"
|
3348
|
+
},
|
3349
|
+
"area-square-yard": {
|
3350
|
+
"displayName": "ตร.หลา",
|
3351
|
+
"unitPattern-count-other": "{0} ตร.หลา"
|
3352
|
+
},
|
3353
|
+
"area-square-foot": {
|
3354
|
+
"displayName": "ตร.ฟุต",
|
3355
|
+
"unitPattern-count-other": "{0} ตร.ฟุต"
|
3356
|
+
},
|
3357
|
+
"area-square-inch": {
|
3358
|
+
"displayName": "ตร.นิ้ว",
|
3359
|
+
"unitPattern-count-other": "{0} ตร.นิ้ว",
|
3360
|
+
"perUnitPattern": "{0}/ตร.นิ้ว"
|
3361
|
+
},
|
3362
|
+
"area-dunam": {
|
3363
|
+
"displayName": "ดูนัม",
|
3364
|
+
"unitPattern-count-other": "{0} ดูนัม"
|
3365
|
+
},
|
3366
|
+
"concentr-karat": {
|
3367
|
+
"displayName": "กะรัต",
|
3368
|
+
"unitPattern-count-other": "{0} กะรัต"
|
3369
|
+
},
|
3370
|
+
"concentr-milligram-ofglucose-per-deciliter": {
|
3371
|
+
"displayName": "มก./ดล.",
|
3372
|
+
"unitPattern-count-other": "{0} มก./ดล."
|
3373
|
+
},
|
3374
|
+
"concentr-millimole-per-liter": {
|
3375
|
+
"displayName": "มิลลิโมล/ลิตร",
|
3376
|
+
"unitPattern-count-other": "{0} มลม./ล."
|
3377
|
+
},
|
3378
|
+
"concentr-item": {
|
3379
|
+
"displayName": "รายการ",
|
3380
|
+
"unitPattern-count-other": "{0} รายการ"
|
3381
|
+
},
|
3382
|
+
"concentr-permillion": {
|
3383
|
+
"displayName": "ส่วน/ล้าน",
|
3384
|
+
"unitPattern-count-other": "{0} สตล."
|
3385
|
+
},
|
3386
|
+
"concentr-percent": {
|
3387
|
+
"displayName": "เปอร์เซ็นต์",
|
3388
|
+
"unitPattern-count-other": "{0}%"
|
3389
|
+
},
|
3390
|
+
"concentr-permille": {
|
3391
|
+
"displayName": "เปอร์มิลล์",
|
3392
|
+
"unitPattern-count-other": "{0}‰"
|
3393
|
+
},
|
3394
|
+
"concentr-permyriad": {
|
3395
|
+
"displayName": "เปอร์มีเรียด",
|
3396
|
+
"unitPattern-count-other": "{0}‱"
|
3397
|
+
},
|
3398
|
+
"concentr-mole": {
|
3399
|
+
"displayName": "โมล",
|
3400
|
+
"unitPattern-count-other": "{0} โมล"
|
3401
|
+
},
|
3402
|
+
"consumption-liter-per-kilometer": {
|
3403
|
+
"displayName": "ลิตร/กม.",
|
3404
|
+
"unitPattern-count-other": "{0} ล./กม."
|
3405
|
+
},
|
3406
|
+
"consumption-liter-per-100-kilometer": {
|
3407
|
+
"displayName": "ล./100 กม.",
|
3408
|
+
"unitPattern-count-other": "{0} ล./100 กม."
|
3409
|
+
},
|
3410
|
+
"consumption-mile-per-gallon": {
|
3411
|
+
"displayName": "ไมล์/แกลลอน",
|
3412
|
+
"unitPattern-count-other": "{0} ไมล์/แกลลอน"
|
3413
|
+
},
|
3414
|
+
"consumption-mile-per-gallon-imperial": {
|
3415
|
+
"displayName": "ไมล์/แกลลอนอังกฤษ",
|
3416
|
+
"unitPattern-count-other": "{0} ไมล์ต่อแกลลอนอังกฤษ"
|
3417
|
+
},
|
3418
|
+
"digital-petabyte": {
|
3419
|
+
"displayName": "PB",
|
3420
|
+
"unitPattern-count-other": "{0} PB"
|
3421
|
+
},
|
3422
|
+
"digital-terabyte": {
|
3423
|
+
"displayName": "TB",
|
3424
|
+
"unitPattern-count-other": "{0} TB"
|
3425
|
+
},
|
3426
|
+
"digital-terabit": {
|
3427
|
+
"displayName": "Tb",
|
3428
|
+
"unitPattern-count-other": "{0} Tb"
|
3429
|
+
},
|
3430
|
+
"digital-gigabyte": {
|
3431
|
+
"displayName": "GB",
|
3432
|
+
"unitPattern-count-other": "{0} GB"
|
3433
|
+
},
|
3434
|
+
"digital-gigabit": {
|
3435
|
+
"displayName": "Gb",
|
3436
|
+
"unitPattern-count-other": "{0} Gb"
|
3437
|
+
},
|
3438
|
+
"digital-megabyte": {
|
3439
|
+
"displayName": "MB",
|
3440
|
+
"unitPattern-count-other": "{0} MB"
|
3441
|
+
},
|
3442
|
+
"digital-megabit": {
|
3443
|
+
"displayName": "Mb",
|
3444
|
+
"unitPattern-count-other": "{0} Mb"
|
3445
|
+
},
|
3446
|
+
"digital-kilobyte": {
|
3447
|
+
"displayName": "kB",
|
3448
|
+
"unitPattern-count-other": "{0} kB"
|
3449
|
+
},
|
3450
|
+
"digital-kilobit": {
|
3451
|
+
"displayName": "kb",
|
3452
|
+
"unitPattern-count-other": "{0} kb"
|
3453
|
+
},
|
3454
|
+
"digital-byte": {
|
3455
|
+
"displayName": "ไบต์",
|
3456
|
+
"unitPattern-count-other": "{0} ไบต์"
|
3457
|
+
},
|
3458
|
+
"digital-bit": {
|
3459
|
+
"displayName": "บิต",
|
3460
|
+
"unitPattern-count-other": "{0} บิต"
|
3461
|
+
},
|
3462
|
+
"duration-century": {
|
3463
|
+
"displayName": "ศตวรรษ",
|
3464
|
+
"unitPattern-count-other": "{0} ศตวรรษ"
|
3465
|
+
},
|
3466
|
+
"duration-decade": {
|
3467
|
+
"displayName": "ทศวรรษ",
|
3468
|
+
"unitPattern-count-other": "{0} ทศวรรษ"
|
3469
|
+
},
|
3470
|
+
"duration-year": {
|
3471
|
+
"displayName": "ปี",
|
3472
|
+
"unitPattern-count-other": "{0} ปี",
|
3473
|
+
"perUnitPattern": "{0}/ปี"
|
3474
|
+
},
|
3475
|
+
"duration-quarter": {
|
3476
|
+
"displayName": "ไตรมาส",
|
3477
|
+
"unitPattern-count-other": "{0} ไตรมาส",
|
3478
|
+
"perUnitPattern": "{0}/ไตรมาส"
|
3479
|
+
},
|
3480
|
+
"duration-month": {
|
3481
|
+
"displayName": "เดือน",
|
3482
|
+
"unitPattern-count-other": "{0} เดือน",
|
3483
|
+
"perUnitPattern": "{0}/เดือน"
|
3484
|
+
},
|
3485
|
+
"duration-week": {
|
3486
|
+
"displayName": "สัปดาห์",
|
3487
|
+
"unitPattern-count-other": "{0} สัปดาห์",
|
3488
|
+
"perUnitPattern": "{0}/สัปดาห์"
|
3489
|
+
},
|
3490
|
+
"duration-day": {
|
3491
|
+
"displayName": "วัน",
|
3492
|
+
"unitPattern-count-other": "{0} วัน",
|
3493
|
+
"perUnitPattern": "{0}/วัน"
|
3494
|
+
},
|
3495
|
+
"duration-hour": {
|
3496
|
+
"displayName": "ชั่วโมง",
|
3497
|
+
"unitPattern-count-other": "{0} ชม.",
|
3498
|
+
"perUnitPattern": "{0}/ชม."
|
3499
|
+
},
|
3500
|
+
"duration-minute": {
|
3501
|
+
"displayName": "นาที",
|
3502
|
+
"unitPattern-count-other": "{0} นาที",
|
3503
|
+
"perUnitPattern": "{0}/นาที"
|
3504
|
+
},
|
3505
|
+
"duration-second": {
|
3506
|
+
"displayName": "วินาที",
|
3507
|
+
"unitPattern-count-other": "{0} วิ",
|
3508
|
+
"perUnitPattern": "{0}/วิ"
|
3509
|
+
},
|
3510
|
+
"duration-millisecond": {
|
3511
|
+
"displayName": "มิลลิวินาที",
|
3512
|
+
"unitPattern-count-other": "{0} มิลลิวินาที"
|
3513
|
+
},
|
3514
|
+
"duration-microsecond": {
|
3515
|
+
"displayName": "ไมโครวินาที",
|
3516
|
+
"unitPattern-count-other": "{0} ไมโครวิ"
|
3517
|
+
},
|
3518
|
+
"duration-nanosecond": {
|
3519
|
+
"displayName": "นาโนวินาที",
|
3520
|
+
"unitPattern-count-other": "{0} นาโนวิ"
|
3521
|
+
},
|
3522
|
+
"electric-ampere": {
|
3523
|
+
"displayName": "แอมป์",
|
3524
|
+
"unitPattern-count-other": "{0} แอมป์"
|
3525
|
+
},
|
3526
|
+
"electric-milliampere": {
|
3527
|
+
"displayName": "มิลลิแอมป์",
|
3528
|
+
"unitPattern-count-other": "{0} มิลลิแอมป์"
|
3529
|
+
},
|
3530
|
+
"electric-ohm": {
|
3531
|
+
"displayName": "โอห์ม",
|
3532
|
+
"unitPattern-count-other": "{0} Ω"
|
3533
|
+
},
|
3534
|
+
"electric-volt": {
|
3535
|
+
"displayName": "โวลต์",
|
3536
|
+
"unitPattern-count-other": "{0} V"
|
3537
|
+
},
|
3538
|
+
"energy-kilocalorie": {
|
3539
|
+
"displayName": "กิโลแคลอรี",
|
3540
|
+
"unitPattern-count-other": "{0} กิโลแคลอรี"
|
3541
|
+
},
|
3542
|
+
"energy-calorie": {
|
3543
|
+
"displayName": "แคลอรี",
|
3544
|
+
"unitPattern-count-other": "{0} แคลอรี"
|
3545
|
+
},
|
3546
|
+
"energy-foodcalorie": {
|
3547
|
+
"displayName": "แคลอรี",
|
3548
|
+
"unitPattern-count-other": "{0} แคลอรี"
|
3549
|
+
},
|
3550
|
+
"energy-kilojoule": {
|
3551
|
+
"displayName": "กิโลจูล",
|
3552
|
+
"unitPattern-count-other": "{0} กิโลจูล"
|
3553
|
+
},
|
3554
|
+
"energy-joule": {
|
3555
|
+
"displayName": "จูล",
|
3556
|
+
"unitPattern-count-other": "{0} จูล"
|
3557
|
+
},
|
3558
|
+
"energy-kilowatt-hour": {
|
3559
|
+
"displayName": "กว.-ชม.",
|
3560
|
+
"unitPattern-count-other": "{0} กว.-ชม."
|
3561
|
+
},
|
3562
|
+
"energy-electronvolt": {
|
3563
|
+
"displayName": "อิเล็กตรอนโวลต์",
|
3564
|
+
"unitPattern-count-other": "{0} eV"
|
3565
|
+
},
|
3566
|
+
"energy-british-thermal-unit": {
|
3567
|
+
"displayName": "บีทียู",
|
3568
|
+
"unitPattern-count-other": "{0} BTU"
|
3569
|
+
},
|
3570
|
+
"energy-therm-us": {
|
3571
|
+
"displayName": "เธิร์ม",
|
3572
|
+
"unitPattern-count-other": "{0} เธิร์ม"
|
3573
|
+
},
|
3574
|
+
"force-pound-force": {
|
3575
|
+
"displayName": "แรงปอนด์",
|
3576
|
+
"unitPattern-count-other": "{0} lbf"
|
3577
|
+
},
|
3578
|
+
"force-newton": {
|
3579
|
+
"displayName": "นิวตัน",
|
3580
|
+
"unitPattern-count-other": "{0} N"
|
3581
|
+
},
|
3582
|
+
"force-kilowatt-hour-per-100-kilometer": {
|
3583
|
+
"displayName": "กิโลวัตต์-ชม./100กม.",
|
3584
|
+
"unitPattern-count-other": "{0} กิโลวัตต์-ชม./100กม."
|
3585
|
+
},
|
3586
|
+
"frequency-gigahertz": {
|
3587
|
+
"displayName": "GHz",
|
3588
|
+
"unitPattern-count-other": "{0} GHz"
|
3589
|
+
},
|
3590
|
+
"frequency-megahertz": {
|
3591
|
+
"displayName": "MHz",
|
3592
|
+
"unitPattern-count-other": "{0} MHz"
|
3593
|
+
},
|
3594
|
+
"frequency-kilohertz": {
|
3595
|
+
"displayName": "kHz",
|
3596
|
+
"unitPattern-count-other": "{0} kHz"
|
3597
|
+
},
|
3598
|
+
"frequency-hertz": {
|
3599
|
+
"displayName": "Hz",
|
3600
|
+
"unitPattern-count-other": "{0} Hz"
|
3601
|
+
},
|
3602
|
+
"graphics-em": {
|
3603
|
+
"displayName": "em",
|
3604
|
+
"unitPattern-count-other": "{0} em"
|
3605
|
+
},
|
3606
|
+
"graphics-pixel": {
|
3607
|
+
"displayName": "px",
|
3608
|
+
"unitPattern-count-other": "{0} px"
|
3609
|
+
},
|
3610
|
+
"graphics-megapixel": {
|
3611
|
+
"displayName": "MP",
|
3612
|
+
"unitPattern-count-other": "{0} MP"
|
3613
|
+
},
|
3614
|
+
"graphics-pixel-per-centimeter": {
|
3615
|
+
"displayName": "ppcm",
|
3616
|
+
"unitPattern-count-other": "{0} ppcm"
|
3617
|
+
},
|
3618
|
+
"graphics-pixel-per-inch": {
|
3619
|
+
"displayName": "ppi",
|
3620
|
+
"unitPattern-count-other": "{0} ppi"
|
3621
|
+
},
|
3622
|
+
"graphics-dot-per-centimeter": {
|
3623
|
+
"displayName": "dpcm",
|
3624
|
+
"unitPattern-count-other": "{0} dpcm"
|
3625
|
+
},
|
3626
|
+
"graphics-dot-per-inch": {
|
3627
|
+
"displayName": "dpi",
|
3628
|
+
"unitPattern-count-other": "{0} dpi"
|
3629
|
+
},
|
3630
|
+
"graphics-dot": {
|
3631
|
+
"displayName": "ดอท",
|
3632
|
+
"unitPattern-count-other": "{0} ดอท"
|
3633
|
+
},
|
3634
|
+
"length-earth-radius": {
|
3635
|
+
"displayName": "R⊕",
|
3636
|
+
"unitPattern-count-other": "{0} R⊕"
|
3637
|
+
},
|
3638
|
+
"length-kilometer": {
|
3639
|
+
"displayName": "กม.",
|
3640
|
+
"unitPattern-count-other": "{0} กม.",
|
3641
|
+
"perUnitPattern": "{0}/กม."
|
3642
|
+
},
|
3643
|
+
"length-meter": {
|
3644
|
+
"displayName": "เมตร",
|
3645
|
+
"unitPattern-count-other": "{0} ม.",
|
3646
|
+
"perUnitPattern": "{0}/ม."
|
3647
|
+
},
|
3648
|
+
"length-decimeter": {
|
3649
|
+
"displayName": "ดม.",
|
3650
|
+
"unitPattern-count-other": "{0} ดม."
|
3651
|
+
},
|
3652
|
+
"length-centimeter": {
|
3653
|
+
"displayName": "ซม.",
|
3654
|
+
"unitPattern-count-other": "{0} ซม.",
|
3655
|
+
"perUnitPattern": "{0}/ซม."
|
3656
|
+
},
|
3657
|
+
"length-millimeter": {
|
3658
|
+
"displayName": "มม.",
|
3659
|
+
"unitPattern-count-other": "{0} มม."
|
3660
|
+
},
|
3661
|
+
"length-micrometer": {
|
3662
|
+
"displayName": "ไมโครเมตร",
|
3663
|
+
"unitPattern-count-other": "{0} μm"
|
3664
|
+
},
|
3665
|
+
"length-nanometer": {
|
3666
|
+
"displayName": "น.ม.",
|
3667
|
+
"unitPattern-count-other": "{0} น.ม."
|
3668
|
+
},
|
3669
|
+
"length-picometer": {
|
3670
|
+
"displayName": "พิโกเมตร",
|
3671
|
+
"unitPattern-count-other": "{0} พิโกเมตร"
|
3672
|
+
},
|
3673
|
+
"length-mile": {
|
3674
|
+
"displayName": "ไมล์",
|
3675
|
+
"unitPattern-count-other": "{0} ไมล์"
|
3676
|
+
},
|
3677
|
+
"length-yard": {
|
3678
|
+
"displayName": "หลา",
|
3679
|
+
"unitPattern-count-other": "{0} หลา"
|
3680
|
+
},
|
3681
|
+
"length-foot": {
|
3682
|
+
"displayName": "ฟุต",
|
3683
|
+
"unitPattern-count-other": "{0} ฟุต",
|
3684
|
+
"perUnitPattern": "{0}/ฟุต"
|
3685
|
+
},
|
3686
|
+
"length-inch": {
|
3687
|
+
"displayName": "นิ้ว",
|
3688
|
+
"unitPattern-count-other": "{0} นิ้ว",
|
3689
|
+
"perUnitPattern": "{0}/นิ้ว"
|
3690
|
+
},
|
3691
|
+
"length-parsec": {
|
3692
|
+
"displayName": "พาร์เซก",
|
3693
|
+
"unitPattern-count-other": "{0} พาร์เซก"
|
3694
|
+
},
|
3695
|
+
"length-light-year": {
|
3696
|
+
"displayName": "ปีแสง",
|
3697
|
+
"unitPattern-count-other": "{0} ปีแสง"
|
3698
|
+
},
|
3699
|
+
"length-astronomical-unit": {
|
3700
|
+
"displayName": "หน่วยดาราศาสตร์",
|
3701
|
+
"unitPattern-count-other": "{0} หน่วยดาราศาสตร์"
|
3702
|
+
},
|
3703
|
+
"length-furlong": {
|
3704
|
+
"displayName": "เฟอร์ลอง",
|
3705
|
+
"unitPattern-count-other": "{0} fur"
|
3706
|
+
},
|
3707
|
+
"length-fathom": {
|
3708
|
+
"displayName": "ฟาทอม",
|
3709
|
+
"unitPattern-count-other": "{0} fth"
|
3710
|
+
},
|
3711
|
+
"length-nautical-mile": {
|
3712
|
+
"displayName": "ไมล์ทะเล",
|
3713
|
+
"unitPattern-count-other": "{0} ไมล์ทะเล"
|
3714
|
+
},
|
3715
|
+
"length-mile-scandinavian": {
|
3716
|
+
"displayName": "ไมล์สแกนดิเนเวีย",
|
3717
|
+
"unitPattern-count-other": "{0} smi"
|
3718
|
+
},
|
3719
|
+
"length-point": {
|
3720
|
+
"displayName": "จุด",
|
3721
|
+
"unitPattern-count-other": "{0} จุด"
|
3722
|
+
},
|
3723
|
+
"length-solar-radius": {
|
3724
|
+
"displayName": "รัศมีวงกลมของดวงอาทิตย์",
|
3725
|
+
"unitPattern-count-other": "{0} R☉"
|
3726
|
+
},
|
3727
|
+
"light-lux": {
|
3728
|
+
"displayName": "ลักซ์",
|
3729
|
+
"unitPattern-count-other": "{0} ลักซ์"
|
3730
|
+
},
|
3731
|
+
"light-candela": {
|
3732
|
+
"displayName": "cd",
|
3733
|
+
"unitPattern-count-other": "{0} cd"
|
3734
|
+
},
|
3735
|
+
"light-lumen": {
|
3736
|
+
"displayName": "lm",
|
3737
|
+
"unitPattern-count-other": "{0} lm"
|
3738
|
+
},
|
3739
|
+
"light-solar-luminosity": {
|
3740
|
+
"displayName": "ความสว่างดวงอาทิตย์",
|
3741
|
+
"unitPattern-count-other": "{0} L☉"
|
3742
|
+
},
|
3743
|
+
"mass-tonne": {
|
3744
|
+
"displayName": "ต.",
|
3745
|
+
"unitPattern-count-other": "{0} ต."
|
3746
|
+
},
|
3747
|
+
"mass-kilogram": {
|
3748
|
+
"displayName": "กก.",
|
3749
|
+
"unitPattern-count-other": "{0} กก.",
|
3750
|
+
"perUnitPattern": "{0}/กก."
|
3751
|
+
},
|
3752
|
+
"mass-gram": {
|
3753
|
+
"displayName": "กรัม",
|
3754
|
+
"unitPattern-count-other": "{0} ก.",
|
3755
|
+
"perUnitPattern": "{0}/ก."
|
3756
|
+
},
|
3757
|
+
"mass-milligram": {
|
3758
|
+
"displayName": "มก.",
|
3759
|
+
"unitPattern-count-other": "{0} มก."
|
3760
|
+
},
|
3761
|
+
"mass-microgram": {
|
3762
|
+
"displayName": "มคก.",
|
3763
|
+
"unitPattern-count-other": "{0} มคก."
|
3764
|
+
},
|
3765
|
+
"mass-ton": {
|
3766
|
+
"displayName": "ตัน",
|
3767
|
+
"unitPattern-count-other": "{0} ตัน"
|
3768
|
+
},
|
3769
|
+
"mass-stone": {
|
3770
|
+
"displayName": "สโตน",
|
3771
|
+
"unitPattern-count-other": "{0} st"
|
3772
|
+
},
|
3773
|
+
"mass-pound": {
|
3774
|
+
"displayName": "ปอนด์",
|
3775
|
+
"unitPattern-count-other": "{0} ปอนด์",
|
3776
|
+
"perUnitPattern": "{0}/ปอนด์"
|
3777
|
+
},
|
3778
|
+
"mass-ounce": {
|
3779
|
+
"displayName": "ออนซ์",
|
3780
|
+
"unitPattern-count-other": "{0} ออนซ์",
|
3781
|
+
"perUnitPattern": "{0}/ออนซ์"
|
3782
|
+
},
|
3783
|
+
"mass-ounce-troy": {
|
3784
|
+
"displayName": "ทรอยออนซ์",
|
3785
|
+
"unitPattern-count-other": "{0} ทรอยออนซ์"
|
3786
|
+
},
|
3787
|
+
"mass-carat": {
|
3788
|
+
"displayName": "กะรัต",
|
3789
|
+
"unitPattern-count-other": "{0} กะรัต"
|
3790
|
+
},
|
3791
|
+
"mass-dalton": {
|
3792
|
+
"displayName": "ดัลตัน",
|
3793
|
+
"unitPattern-count-other": "{0} Da"
|
3794
|
+
},
|
3795
|
+
"mass-earth-mass": {
|
3796
|
+
"displayName": "มวลของโลก",
|
3797
|
+
"unitPattern-count-other": "{0} M⊕"
|
3798
|
+
},
|
3799
|
+
"mass-solar-mass": {
|
3800
|
+
"displayName": "มวลดวงอาทิตย์",
|
3801
|
+
"unitPattern-count-other": "{0} M☉"
|
3802
|
+
},
|
3803
|
+
"mass-grain": {
|
3804
|
+
"displayName": "เกรน",
|
3805
|
+
"unitPattern-count-other": "{0} เกรน"
|
3806
|
+
},
|
3807
|
+
"power-gigawatt": {
|
3808
|
+
"displayName": "กิกะวัตต์",
|
3809
|
+
"unitPattern-count-other": "{0} กิกะวัตต์"
|
3810
|
+
},
|
3811
|
+
"power-megawatt": {
|
3812
|
+
"displayName": "เมกะวัตต์",
|
3813
|
+
"unitPattern-count-other": "{0} เมกะวัตต์"
|
3814
|
+
},
|
3815
|
+
"power-kilowatt": {
|
3816
|
+
"displayName": "กิโลวัตต์",
|
3817
|
+
"unitPattern-count-other": "{0} กิโลวัตต์"
|
3818
|
+
},
|
3819
|
+
"power-watt": {
|
3820
|
+
"displayName": "วัตต์",
|
3821
|
+
"unitPattern-count-other": "{0} วัตต์"
|
3822
|
+
},
|
3823
|
+
"power-milliwatt": {
|
3824
|
+
"displayName": "มิลลิวัตต์",
|
3825
|
+
"unitPattern-count-other": "{0} มิลลิวัตต์"
|
3826
|
+
},
|
3827
|
+
"power-horsepower": {
|
3828
|
+
"displayName": "แรงม้า",
|
3829
|
+
"unitPattern-count-other": "{0} แรงม้า"
|
3830
|
+
},
|
3831
|
+
"pressure-millimeter-ofhg": {
|
3832
|
+
"displayName": "มม. ปรอท",
|
3833
|
+
"unitPattern-count-other": "{0} มม. ปรอท"
|
3834
|
+
},
|
3835
|
+
"pressure-pound-force-per-square-inch": {
|
3836
|
+
"displayName": "ปอนด์/ตร.นิ้ว",
|
3837
|
+
"unitPattern-count-other": "{0} ปอนด์/ตร.นิ้ว"
|
3838
|
+
},
|
3839
|
+
"pressure-inch-ofhg": {
|
3840
|
+
"displayName": "นิ้วปรอท",
|
3841
|
+
"unitPattern-count-other": "{0} นิ้วปรอท"
|
3842
|
+
},
|
3843
|
+
"pressure-bar": {
|
3844
|
+
"displayName": "บาร์",
|
3845
|
+
"unitPattern-count-other": "{0} บาร์"
|
3846
|
+
},
|
3847
|
+
"pressure-millibar": {
|
3848
|
+
"displayName": "มิลลิบาร์",
|
3849
|
+
"unitPattern-count-other": "{0} มิลลิบาร์"
|
3850
|
+
},
|
3851
|
+
"pressure-atmosphere": {
|
3852
|
+
"displayName": "บรรยากาศ",
|
3853
|
+
"unitPattern-count-other": "{0} บรรยากาศ"
|
3854
|
+
},
|
3855
|
+
"pressure-pascal": {
|
3856
|
+
"displayName": "Pa",
|
3857
|
+
"unitPattern-count-other": "{0} Pa"
|
3858
|
+
},
|
3859
|
+
"pressure-hectopascal": {
|
3860
|
+
"displayName": "เฮกโตปาสกาล",
|
3861
|
+
"unitPattern-count-other": "{0} เฮกโตปาสกาล"
|
3862
|
+
},
|
3863
|
+
"pressure-kilopascal": {
|
3864
|
+
"displayName": "kPa",
|
3865
|
+
"unitPattern-count-other": "{0} kPa"
|
3866
|
+
},
|
3867
|
+
"pressure-megapascal": {
|
3868
|
+
"displayName": "MPa",
|
3869
|
+
"unitPattern-count-other": "{0} MPa"
|
3870
|
+
},
|
3871
|
+
"speed-kilometer-per-hour": {
|
3872
|
+
"displayName": "กม./ชั่วโมง",
|
3873
|
+
"unitPattern-count-other": "{0} กม./ชม."
|
3874
|
+
},
|
3875
|
+
"speed-meter-per-second": {
|
3876
|
+
"displayName": "เมตรต่อวินาที",
|
3877
|
+
"unitPattern-count-other": "{0} ม./วิ"
|
3878
|
+
},
|
3879
|
+
"speed-mile-per-hour": {
|
3880
|
+
"displayName": "ไมล์/ชั่วโมง",
|
3881
|
+
"unitPattern-count-other": "{0} ไมล์/ชม."
|
3882
|
+
},
|
3883
|
+
"speed-knot": {
|
3884
|
+
"displayName": "นอต",
|
3885
|
+
"unitPattern-count-other": "{0} นอต"
|
3886
|
+
},
|
3887
|
+
"temperature-generic": {
|
3888
|
+
"displayName": "°",
|
3889
|
+
"unitPattern-count-other": "{0}°"
|
3890
|
+
},
|
3891
|
+
"temperature-celsius": {
|
3892
|
+
"displayName": "องศาเซลเซียส",
|
3893
|
+
"unitPattern-count-other": "{0}°C"
|
3894
|
+
},
|
3895
|
+
"temperature-fahrenheit": {
|
3896
|
+
"displayName": "องศาฟาเรนไฮต์",
|
3897
|
+
"unitPattern-count-other": "{0}°F"
|
3898
|
+
},
|
3899
|
+
"temperature-kelvin": {
|
3900
|
+
"displayName": "K",
|
3901
|
+
"unitPattern-count-other": "{0} K"
|
3902
|
+
},
|
3903
|
+
"torque-pound-force-foot": {
|
3904
|
+
"displayName": "lbf⋅ft",
|
3905
|
+
"unitPattern-count-other": "{0} lbf⋅ft"
|
3906
|
+
},
|
3907
|
+
"torque-newton-meter": {
|
3908
|
+
"displayName": "N⋅m",
|
3909
|
+
"unitPattern-count-other": "{0} N⋅m"
|
3910
|
+
},
|
3911
|
+
"volume-cubic-kilometer": {
|
3912
|
+
"displayName": "ลบ.กม.",
|
3913
|
+
"unitPattern-count-other": "{0} ลบ.กม."
|
3914
|
+
},
|
3915
|
+
"volume-cubic-meter": {
|
3916
|
+
"displayName": "ลบ.ม.",
|
3917
|
+
"unitPattern-count-other": "{0} ลบ.ม.",
|
3918
|
+
"perUnitPattern": "{0}/ลบ.ม."
|
3919
|
+
},
|
3920
|
+
"volume-cubic-centimeter": {
|
3921
|
+
"displayName": "ลบ.ซม.",
|
3922
|
+
"unitPattern-count-other": "{0} ลบ.ซม.",
|
3923
|
+
"perUnitPattern": "{0}/ลบ.ซม."
|
3924
|
+
},
|
3925
|
+
"volume-cubic-mile": {
|
3926
|
+
"displayName": "ลบ.ไมล์",
|
3927
|
+
"unitPattern-count-other": "{0} ลบ.ไมล์"
|
3928
|
+
},
|
3929
|
+
"volume-cubic-yard": {
|
3930
|
+
"displayName": "ลบ.หลา",
|
3931
|
+
"unitPattern-count-other": "{0} ลบ.หลา"
|
3932
|
+
},
|
3933
|
+
"volume-cubic-foot": {
|
3934
|
+
"displayName": "ลบ.ฟุต",
|
3935
|
+
"unitPattern-count-other": "{0} ลบ.ฟุต"
|
3936
|
+
},
|
3937
|
+
"volume-cubic-inch": {
|
3938
|
+
"displayName": "ลบ.นิ้ว",
|
3939
|
+
"unitPattern-count-other": "{0} ลบ.นิ้ว"
|
3940
|
+
},
|
3941
|
+
"volume-megaliter": {
|
3942
|
+
"displayName": "เมกะลิตร",
|
3943
|
+
"unitPattern-count-other": "{0} เมกะลิตร"
|
3944
|
+
},
|
3945
|
+
"volume-hectoliter": {
|
3946
|
+
"displayName": "ฮล.",
|
3947
|
+
"unitPattern-count-other": "{0} ฮล."
|
3948
|
+
},
|
3949
|
+
"volume-liter": {
|
3950
|
+
"displayName": "ลิตร",
|
3951
|
+
"unitPattern-count-other": "{0} ล.",
|
3952
|
+
"perUnitPattern": "{0}/ล."
|
3953
|
+
},
|
3954
|
+
"volume-deciliter": {
|
3955
|
+
"displayName": "ดล.",
|
3956
|
+
"unitPattern-count-other": "{0} ดล."
|
3957
|
+
},
|
3958
|
+
"volume-centiliter": {
|
3959
|
+
"displayName": "ซล.",
|
3960
|
+
"unitPattern-count-other": "{0} ซล."
|
3961
|
+
},
|
3962
|
+
"volume-milliliter": {
|
3963
|
+
"displayName": "มล.",
|
3964
|
+
"unitPattern-count-other": "{0} มล."
|
3965
|
+
},
|
3966
|
+
"volume-pint-metric": {
|
3967
|
+
"displayName": "ไพนต์เมตริก",
|
3968
|
+
"unitPattern-count-other": "{0} ไพนต์เมตริก"
|
3969
|
+
},
|
3970
|
+
"volume-cup-metric": {
|
3971
|
+
"displayName": "ถ. เมตริก",
|
3972
|
+
"unitPattern-count-other": "{0} ถ. เมตริก"
|
3973
|
+
},
|
3974
|
+
"volume-acre-foot": {
|
3975
|
+
"displayName": "เอเคอร์-ฟุต",
|
3976
|
+
"unitPattern-count-other": "{0} เอเคอร์-ฟุต"
|
3977
|
+
},
|
3978
|
+
"volume-bushel": {
|
3979
|
+
"displayName": "บุชเชล",
|
3980
|
+
"unitPattern-count-other": "{0} bu"
|
3981
|
+
},
|
3982
|
+
"volume-gallon": {
|
3983
|
+
"displayName": "แกลลอน",
|
3984
|
+
"unitPattern-count-other": "{0} แกลลอน",
|
3985
|
+
"perUnitPattern": "{0}/แกลลอน"
|
3986
|
+
},
|
3987
|
+
"volume-gallon-imperial": {
|
3988
|
+
"displayName": "แกลลอนอังกฤษ",
|
3989
|
+
"unitPattern-count-other": "{0} แกลลอนอังกฤษ",
|
3990
|
+
"perUnitPattern": "{0}/แกลลอนอังกฤษ"
|
3991
|
+
},
|
3992
|
+
"volume-quart": {
|
3993
|
+
"displayName": "คว.",
|
3994
|
+
"unitPattern-count-other": "{0} คว."
|
3995
|
+
},
|
3996
|
+
"volume-pint": {
|
3997
|
+
"displayName": "ไพนต์",
|
3998
|
+
"unitPattern-count-other": "{0} ไพนต์"
|
3999
|
+
},
|
4000
|
+
"volume-cup": {
|
4001
|
+
"displayName": "ถ้วย",
|
4002
|
+
"unitPattern-count-other": "{0} ถ."
|
4003
|
+
},
|
4004
|
+
"volume-fluid-ounce": {
|
4005
|
+
"displayName": "ฟลูอิดออนซ์",
|
4006
|
+
"unitPattern-count-other": "{0} ฟลูอิดออนซ์"
|
4007
|
+
},
|
4008
|
+
"volume-fluid-ounce-imperial": {
|
4009
|
+
"displayName": "Imp. fl oz",
|
4010
|
+
"unitPattern-count-other": "{0} fl oz Imp."
|
4011
|
+
},
|
4012
|
+
"volume-tablespoon": {
|
4013
|
+
"displayName": "ชต.",
|
4014
|
+
"unitPattern-count-other": "{0} ชต."
|
4015
|
+
},
|
4016
|
+
"volume-teaspoon": {
|
4017
|
+
"displayName": "ชช.",
|
4018
|
+
"unitPattern-count-other": "{0} ชช."
|
4019
|
+
},
|
4020
|
+
"volume-barrel": {
|
4021
|
+
"displayName": "บาร์เรล",
|
4022
|
+
"unitPattern-count-other": "{0} bbl"
|
4023
|
+
},
|
4024
|
+
"volume-dessert-spoon": {
|
4025
|
+
"displayName": "ช้อนขนม",
|
4026
|
+
"unitPattern-count-other": "{0} ช้อนขนม"
|
4027
|
+
},
|
4028
|
+
"volume-dessert-spoon-imperial": {
|
4029
|
+
"displayName": "ช้อนขนม - อังกฤษ",
|
4030
|
+
"unitPattern-count-other": "{0} ช้อนขนม - อังกฤษ"
|
4031
|
+
},
|
4032
|
+
"volume-drop": {
|
4033
|
+
"displayName": "หยด",
|
4034
|
+
"unitPattern-count-other": "{0} หยด"
|
4035
|
+
},
|
4036
|
+
"volume-dram": {
|
4037
|
+
"displayName": "แดรมของเหลว",
|
4038
|
+
"unitPattern-count-other": "{0} dram fl"
|
4039
|
+
},
|
4040
|
+
"volume-jigger": {
|
4041
|
+
"displayName": "จิกเกอร์",
|
4042
|
+
"unitPattern-count-other": "{0} จิกเกอร์"
|
4043
|
+
},
|
4044
|
+
"volume-pinch": {
|
4045
|
+
"displayName": "หยิบมือ",
|
4046
|
+
"unitPattern-count-other": "{0} หยิบมือ"
|
4047
|
+
},
|
4048
|
+
"volume-quart-imperial": {
|
4049
|
+
"displayName": "qt Imp",
|
4050
|
+
"unitPattern-count-other": "{0} qt Imp."
|
4051
|
+
},
|
4052
|
+
"coordinateUnit": {
|
4053
|
+
"displayName": "ทิศหลัก",
|
4054
|
+
"east": "{0} ตอ",
|
4055
|
+
"north": "{0} น",
|
4056
|
+
"south": "{0} ต",
|
4057
|
+
"west": "{0} ตต"
|
4058
|
+
}
|
4059
|
+
}
|
4060
|
+
},
|
4061
|
+
"lenient-scope-number": {
|
4062
|
+
"minusSign": "-‒⁻₋−➖﹣-",
|
4063
|
+
"commaSign": ",،٫、︐︑﹐﹑,、",
|
4064
|
+
"plusSign": "+⁺₊➕﬩﹢+"
|
4065
|
+
},
|
4066
|
+
"currencyFormat-sap-short": {
|
4067
|
+
"1000-other": "0K ¤",
|
4068
|
+
"10000-other": "00K ¤",
|
4069
|
+
"100000-other": "000K ¤",
|
4070
|
+
"1000000-other": "0M ¤",
|
4071
|
+
"10000000-other": "00M ¤",
|
4072
|
+
"100000000-other": "000M ¤",
|
4073
|
+
"1000000000-other": "0B ¤",
|
4074
|
+
"10000000000-other": "00B ¤",
|
4075
|
+
"100000000000-other": "000B ¤",
|
4076
|
+
"1000000000000-other": "0T ¤",
|
4077
|
+
"10000000000000-other": "00T ¤",
|
4078
|
+
"100000000000000-other": "000T ¤"
|
4079
|
+
},
|
4080
|
+
"currencyDigits": {
|
4081
|
+
"ADP": 0,
|
4082
|
+
"AFN": 0,
|
4083
|
+
"ALL": 0,
|
4084
|
+
"BHD": 3,
|
4085
|
+
"BIF": 0,
|
4086
|
+
"BYR": 0,
|
4087
|
+
"CLF": 4,
|
4088
|
+
"CLP": 0,
|
4089
|
+
"DEFAULT": 2,
|
4090
|
+
"DJF": 0,
|
4091
|
+
"ESP": 0,
|
4092
|
+
"GNF": 0,
|
4093
|
+
"HUF": 0,
|
4094
|
+
"IQD": 0,
|
4095
|
+
"IRR": 0,
|
4096
|
+
"ISK": 0,
|
4097
|
+
"ITL": 0,
|
4098
|
+
"JOD": 3,
|
4099
|
+
"JPY": 0,
|
4100
|
+
"KMF": 0,
|
4101
|
+
"KPW": 0,
|
4102
|
+
"KRW": 0,
|
4103
|
+
"KWD": 3,
|
4104
|
+
"LAK": 0,
|
4105
|
+
"LBP": 0,
|
4106
|
+
"LUF": 0,
|
4107
|
+
"LYD": 3,
|
4108
|
+
"MGA": 0,
|
4109
|
+
"MGF": 0,
|
4110
|
+
"MMK": 0,
|
4111
|
+
"MRO": 0,
|
4112
|
+
"OMR": 3,
|
4113
|
+
"PYG": 0,
|
4114
|
+
"RSD": 0,
|
4115
|
+
"RWF": 0,
|
4116
|
+
"SLL": 0,
|
4117
|
+
"SOS": 0,
|
4118
|
+
"STD": 0,
|
4119
|
+
"SYP": 0,
|
4120
|
+
"TMM": 0,
|
4121
|
+
"TND": 3,
|
4122
|
+
"TRL": 0,
|
4123
|
+
"TWD": 0,
|
4124
|
+
"UGX": 0,
|
4125
|
+
"UYI": 0,
|
4126
|
+
"UYW": 4,
|
4127
|
+
"VND": 0,
|
4128
|
+
"VUV": 0,
|
4129
|
+
"XAF": 0,
|
4130
|
+
"XOF": 0,
|
4131
|
+
"XPF": 0,
|
4132
|
+
"YER": 0,
|
4133
|
+
"ZMK": 0,
|
4134
|
+
"ZWD": 0
|
4135
|
+
},
|
2546
4136
|
"plurals": {},
|
2547
4137
|
"weekData-minDays": 1,
|
2548
4138
|
"weekData-firstDay": 0,
|
@@ -2554,41 +4144,56 @@
|
|
2554
4144
|
},
|
2555
4145
|
"eras-gregorian": {
|
2556
4146
|
"0": {
|
4147
|
+
"_code": "gregory-inverse",
|
4148
|
+
"_aliases": "bc bce",
|
2557
4149
|
"_end": "0-12-31"
|
2558
4150
|
},
|
2559
4151
|
"1": {
|
4152
|
+
"_code": "gregory",
|
4153
|
+
"_aliases": "ad ce",
|
2560
4154
|
"_start": "1-01-01"
|
2561
4155
|
}
|
2562
4156
|
},
|
2563
4157
|
"eras-islamic": {
|
2564
4158
|
"0": {
|
4159
|
+
"_code": "islamic",
|
4160
|
+
"_aliases": "ah",
|
2565
4161
|
"_start": "622-7-15"
|
2566
4162
|
}
|
2567
4163
|
},
|
2568
4164
|
"eras-persian": {
|
2569
4165
|
"0": {
|
4166
|
+
"_code": "persian",
|
4167
|
+
"_aliases": "ap",
|
2570
4168
|
"_start": "622-01-01"
|
2571
4169
|
}
|
2572
4170
|
},
|
2573
4171
|
"eras-buddhist": {
|
2574
4172
|
"0": {
|
4173
|
+
"_code": "buddhist",
|
4174
|
+
"_aliases": "be",
|
2575
4175
|
"_start": "-542-01-01"
|
2576
4176
|
}
|
2577
4177
|
},
|
2578
4178
|
"eras-japanese": {
|
2579
4179
|
"232": {
|
4180
|
+
"_code": "meiji",
|
2580
4181
|
"_start": "1868-9-8"
|
2581
4182
|
},
|
2582
4183
|
"233": {
|
4184
|
+
"_code": "taisho",
|
2583
4185
|
"_start": "1912-7-30"
|
2584
4186
|
},
|
2585
4187
|
"234": {
|
4188
|
+
"_code": "showa",
|
2586
4189
|
"_start": "1926-12-25"
|
2587
4190
|
},
|
2588
4191
|
"235": {
|
4192
|
+
"_code": "heisei",
|
2589
4193
|
"_start": "1989-1-8"
|
2590
4194
|
},
|
2591
4195
|
"236": {
|
4196
|
+
"_code": "reiwa",
|
2592
4197
|
"_start": "2019-5-1"
|
2593
4198
|
}
|
2594
4199
|
},
|
@@ -2624,5 +4229,8 @@
|
|
2624
4229
|
"_at": "12:00"
|
2625
4230
|
}
|
2626
4231
|
},
|
2627
|
-
"calendarPreference":
|
4232
|
+
"calendarPreference": [
|
4233
|
+
"buddhist",
|
4234
|
+
"gregorian"
|
4235
|
+
]
|
2628
4236
|
}
|