twitter_cldr 2.4.0 → 2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +2 -2
- data/History.txt +6 -0
- data/Rakefile +1 -1
- data/lib/twitter_cldr/resources/collation_tries_dumper.rb +2 -1
- data/lib/twitter_cldr/resources/download.rb +2 -2
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +15 -2
- data/lib/twitter_cldr/resources/tailoring_importer.rb +11 -7
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/be.yml +1 -1
- data/resources/collation/tailoring/bg.yml +1 -1
- data/resources/collation/tailoring/en-GB.yml +4 -0
- data/resources/collation/tailoring/he.yml +2 -2
- data/resources/collation/tailoring/ru.yml +1 -1
- data/resources/collation/tailoring/sr.yml +1 -1
- data/resources/collation/tailoring/uk.yml +1 -1
- data/resources/collation/tries/en-GB.dump +0 -0
- data/resources/collation/tries/he.dump +0 -0
- data/resources/custom/locales/en-GB/units.yml +19 -0
- data/resources/locales/af/calendars.yml +18 -6
- data/resources/locales/af/currencies.yml +558 -2
- data/resources/locales/af/languages.yml +386 -0
- data/resources/locales/af/plurals.yml +1 -1
- data/resources/locales/af/territories.yml +1 -0
- data/resources/locales/ar/calendars.yml +19 -3
- data/resources/locales/ar/currencies.yml +194 -0
- data/resources/locales/ar/languages.yml +52 -0
- data/resources/locales/ar/plurals.yml +1 -1
- data/resources/locales/ar/territories.yml +1 -0
- data/resources/locales/be/calendars.yml +33 -13
- data/resources/locales/be/currencies.yml +852 -0
- data/resources/locales/be/languages.yml +431 -0
- data/resources/locales/be/lists.yml +2 -2
- data/resources/locales/be/numbers.yml +17 -3
- data/resources/locales/be/plurals.yml +1 -1
- data/resources/locales/be/territories.yml +24 -0
- data/resources/locales/be/units.yml +49 -14
- data/resources/locales/bg/calendars.yml +17 -6
- data/resources/locales/bg/currencies.yml +143 -2
- data/resources/locales/bg/languages.yml +67 -0
- data/resources/locales/bg/plurals.yml +1 -1
- data/resources/locales/bg/territories.yml +1 -0
- data/resources/locales/bn/calendars.yml +30 -7
- data/resources/locales/bn/currencies.yml +352 -2
- data/resources/locales/bn/languages.yml +67 -0
- data/resources/locales/bn/plurals.yml +1 -1
- data/resources/locales/bn/territories.yml +1 -0
- data/resources/locales/ca/calendars.yml +13 -4
- data/resources/locales/ca/currencies.yml +9 -0
- data/resources/locales/ca/languages.yml +4 -0
- data/resources/locales/ca/plurals.yml +1 -1
- data/resources/locales/ca/territories.yml +1 -0
- data/resources/locales/cs/calendars.yml +9 -0
- data/resources/locales/cs/currencies.yml +105 -0
- data/resources/locales/cs/languages.yml +26 -0
- data/resources/locales/cs/plurals.yml +1 -1
- data/resources/locales/cs/territories.yml +1 -0
- data/resources/locales/cy/calendars.yml +12 -4
- data/resources/locales/cy/currencies.yml +417 -0
- data/resources/locales/cy/languages.yml +404 -0
- data/resources/locales/cy/plurals.yml +1 -1
- data/resources/locales/cy/territories.yml +2 -0
- data/resources/locales/da/calendars.yml +9 -0
- data/resources/locales/da/currencies.yml +99 -0
- data/resources/locales/da/languages.yml +4 -0
- data/resources/locales/da/plurals.yml +1 -1
- data/resources/locales/da/territories.yml +1 -0
- data/resources/locales/de/calendars.yml +13 -2
- data/resources/locales/de/currencies.yml +70 -0
- data/resources/locales/de/languages.yml +64 -0
- data/resources/locales/de/plurals.yml +1 -1
- data/resources/locales/de/territories.yml +1 -0
- data/resources/locales/el/calendars.yml +20 -7
- data/resources/locales/el/currencies.yml +48 -1
- data/resources/locales/el/languages.yml +4 -0
- data/resources/locales/el/plurals.yml +1 -1
- data/resources/locales/el/territories.yml +1 -0
- data/resources/locales/en/plurals.yml +1 -1
- data/resources/locales/en/territories.yml +1 -0
- data/resources/locales/en-GB/calendars.yml +210 -0
- data/resources/locales/en-GB/currencies.yml +915 -0
- data/resources/locales/en-GB/languages.yml +580 -0
- data/resources/locales/en-GB/layout.yml +5 -0
- data/resources/locales/en-GB/lists.yml +7 -0
- data/resources/locales/en-GB/numbers.yml +57 -0
- data/resources/locales/en-GB/plurals.yml +3 -0
- data/resources/locales/en-GB/territories.yml +263 -0
- data/resources/locales/en-GB/units.yml +108 -0
- data/resources/locales/es/calendars.yml +14 -2
- data/resources/locales/es/currencies.yml +101 -2
- data/resources/locales/es/languages.yml +4 -0
- data/resources/locales/es/plurals.yml +1 -1
- data/resources/locales/es/territories.yml +1 -0
- data/resources/locales/eu/calendars.yml +17 -6
- data/resources/locales/eu/currencies.yml +538 -2
- data/resources/locales/eu/languages.yml +402 -0
- data/resources/locales/eu/plurals.yml +1 -1
- data/resources/locales/eu/territories.yml +1 -0
- data/resources/locales/fa/calendars.yml +11 -1
- data/resources/locales/fa/currencies.yml +467 -2
- data/resources/locales/fa/languages.yml +86 -0
- data/resources/locales/fa/numbers.yml +1 -0
- data/resources/locales/fa/plurals.yml +1 -1
- data/resources/locales/fa/territories.yml +1 -0
- data/resources/locales/fa/units.yml +28 -0
- data/resources/locales/fi/calendars.yml +9 -0
- data/resources/locales/fi/currencies.yml +9 -0
- data/resources/locales/fi/languages.yml +4 -0
- data/resources/locales/fi/plurals.yml +1 -1
- data/resources/locales/fi/territories.yml +1 -0
- data/resources/locales/fil/calendars.yml +17 -6
- data/resources/locales/fil/currencies.yml +559 -2
- data/resources/locales/fil/languages.yml +394 -0
- data/resources/locales/fil/plurals.yml +1 -1
- data/resources/locales/fil/territories.yml +1 -0
- data/resources/locales/fr/calendars.yml +9 -1
- data/resources/locales/fr/currencies.yml +63 -0
- data/resources/locales/fr/languages.yml +34 -0
- data/resources/locales/fr/plurals.yml +1 -1
- data/resources/locales/fr/territories.yml +1 -0
- data/resources/locales/ga/calendars.yml +42 -23
- data/resources/locales/ga/currencies.yml +403 -2
- data/resources/locales/ga/languages.yml +433 -0
- data/resources/locales/ga/lists.yml +2 -2
- data/resources/locales/ga/numbers.yml +17 -3
- data/resources/locales/ga/plurals.yml +1 -1
- data/resources/locales/ga/territories.yml +12 -0
- data/resources/locales/ga/units.yml +63 -21
- data/resources/locales/gl/calendars.yml +15 -5
- data/resources/locales/gl/currencies.yml +440 -2
- data/resources/locales/gl/languages.yml +367 -0
- data/resources/locales/gl/plurals.yml +1 -1
- data/resources/locales/gl/territories.yml +1 -0
- data/resources/locales/he/calendars.yml +19 -3
- data/resources/locales/he/currencies.yml +435 -2
- data/resources/locales/he/languages.yml +4 -0
- data/resources/locales/he/plurals.yml +1 -1
- data/resources/locales/he/territories.yml +1 -0
- data/resources/locales/hi/calendars.yml +31 -4
- data/resources/locales/hi/currencies.yml +527 -2
- data/resources/locales/hi/languages.yml +77 -0
- data/resources/locales/hi/plurals.yml +1 -1
- data/resources/locales/hi/territories.yml +1 -0
- data/resources/locales/hr/calendars.yml +9 -0
- data/resources/locales/hr/currencies.yml +9 -0
- data/resources/locales/hr/languages.yml +4 -0
- data/resources/locales/hr/plurals.yml +1 -1
- data/resources/locales/hr/territories.yml +1 -0
- data/resources/locales/hu/calendars.yml +9 -0
- data/resources/locales/hu/currencies.yml +274 -0
- data/resources/locales/hu/languages.yml +4 -0
- data/resources/locales/hu/numbers.yml +1 -0
- data/resources/locales/hu/plurals.yml +1 -1
- data/resources/locales/hu/territories.yml +1 -0
- data/resources/locales/hu/units.yml +28 -0
- data/resources/locales/id/calendars.yml +9 -0
- data/resources/locales/id/currencies.yml +311 -0
- data/resources/locales/id/languages.yml +4 -0
- data/resources/locales/id/numbers.yml +1 -0
- data/resources/locales/id/plurals.yml +1 -1
- data/resources/locales/id/territories.yml +1 -0
- data/resources/locales/id/units.yml +28 -0
- data/resources/locales/is/calendars.yml +13 -4
- data/resources/locales/is/currencies.yml +438 -2
- data/resources/locales/is/languages.yml +85 -0
- data/resources/locales/is/plurals.yml +1 -1
- data/resources/locales/is/territories.yml +1 -0
- data/resources/locales/it/calendars.yml +11 -1
- data/resources/locales/it/currencies.yml +196 -1
- data/resources/locales/it/languages.yml +4 -0
- data/resources/locales/it/plurals.yml +1 -1
- data/resources/locales/it/territories.yml +1 -0
- data/resources/locales/ja/calendars.yml +24 -2
- data/resources/locales/ja/currencies.yml +311 -0
- data/resources/locales/ja/languages.yml +4 -0
- data/resources/locales/ja/numbers.yml +1 -0
- data/resources/locales/ja/plurals.yml +1 -1
- data/resources/locales/ja/territories.yml +1 -0
- data/resources/locales/ja/units.yml +28 -0
- data/resources/locales/ko/calendars.yml +27 -3
- data/resources/locales/ko/currencies.yml +319 -2
- data/resources/locales/ko/languages.yml +4 -0
- data/resources/locales/ko/numbers.yml +1 -0
- data/resources/locales/ko/plurals.yml +1 -1
- data/resources/locales/ko/territories.yml +1 -0
- data/resources/locales/ko/units.yml +28 -0
- data/resources/locales/lv/calendars.yml +18 -6
- data/resources/locales/lv/currencies.yml +315 -0
- data/resources/locales/lv/languages.yml +4 -0
- data/resources/locales/lv/plurals.yml +1 -1
- data/resources/locales/lv/territories.yml +1 -0
- data/resources/locales/ms/calendars.yml +20 -7
- data/resources/locales/ms/currencies.yml +575 -2
- data/resources/locales/ms/languages.yml +400 -0
- data/resources/locales/ms/numbers.yml +1 -0
- data/resources/locales/ms/plurals.yml +1 -1
- data/resources/locales/ms/territories.yml +1 -0
- data/resources/locales/ms/units.yml +28 -0
- data/resources/locales/nb/calendars.yml +9 -0
- data/resources/locales/nb/currencies.yml +69 -2
- data/resources/locales/nb/languages.yml +8 -0
- data/resources/locales/nb/plurals.yml +1 -1
- data/resources/locales/nb/territories.yml +1 -0
- data/resources/locales/nl/calendars.yml +9 -0
- data/resources/locales/nl/currencies.yml +274 -0
- data/resources/locales/nl/languages.yml +4 -0
- data/resources/locales/nl/plurals.yml +1 -1
- data/resources/locales/nl/territories.yml +1 -0
- data/resources/locales/pl/calendars.yml +17 -6
- data/resources/locales/pl/currencies.yml +181 -2
- data/resources/locales/pl/languages.yml +68 -0
- data/resources/locales/pl/plurals.yml +1 -1
- data/resources/locales/pl/territories.yml +1 -0
- data/resources/locales/pt/calendars.yml +10 -1
- data/resources/locales/pt/currencies.yml +9 -0
- data/resources/locales/pt/languages.yml +61 -0
- data/resources/locales/pt/plurals.yml +1 -1
- data/resources/locales/pt/territories.yml +1 -0
- data/resources/locales/ro/calendars.yml +18 -6
- data/resources/locales/ro/currencies.yml +183 -1
- data/resources/locales/ro/languages.yml +4 -0
- data/resources/locales/ro/plurals.yml +1 -1
- data/resources/locales/ro/territories.yml +1 -0
- data/resources/locales/ru/calendars.yml +9 -0
- data/resources/locales/ru/currencies.yml +181 -0
- data/resources/locales/ru/languages.yml +24 -0
- data/resources/locales/ru/plurals.yml +1 -1
- data/resources/locales/ru/territories.yml +1 -0
- data/resources/locales/sk/calendars.yml +20 -7
- data/resources/locales/sk/currencies.yml +291 -0
- data/resources/locales/sk/languages.yml +4 -0
- data/resources/locales/sk/plurals.yml +1 -1
- data/resources/locales/sk/territories.yml +1 -0
- data/resources/locales/sq/calendars.yml +46 -22
- data/resources/locales/sq/currencies.yml +862 -2
- data/resources/locales/sq/languages.yml +563 -0
- data/resources/locales/sq/lists.yml +2 -2
- data/resources/locales/sq/numbers.yml +17 -3
- data/resources/locales/sq/plurals.yml +1 -1
- data/resources/locales/sq/territories.yml +104 -0
- data/resources/locales/sq/units.yml +49 -14
- data/resources/locales/sr/calendars.yml +16 -5
- data/resources/locales/sr/currencies.yml +10 -1
- data/resources/locales/sr/languages.yml +67 -0
- data/resources/locales/sr/plurals.yml +1 -1
- data/resources/locales/sr/territories.yml +1 -0
- data/resources/locales/sv/calendars.yml +9 -0
- data/resources/locales/sv/currencies.yml +9 -0
- data/resources/locales/sv/languages.yml +4 -0
- data/resources/locales/sv/plurals.yml +1 -1
- data/resources/locales/sv/territories.yml +1 -0
- data/resources/locales/ta/calendars.yml +15 -5
- data/resources/locales/ta/currencies.yml +568 -1
- data/resources/locales/ta/languages.yml +68 -0
- data/resources/locales/ta/plurals.yml +1 -1
- data/resources/locales/ta/territories.yml +1 -0
- data/resources/locales/th/calendars.yml +9 -0
- data/resources/locales/th/currencies.yml +311 -0
- data/resources/locales/th/languages.yml +5 -0
- data/resources/locales/th/numbers.yml +1 -0
- data/resources/locales/th/plurals.yml +1 -1
- data/resources/locales/th/territories.yml +1 -0
- data/resources/locales/th/units.yml +28 -0
- data/resources/locales/tr/calendars.yml +14 -2
- data/resources/locales/tr/currencies.yml +343 -0
- data/resources/locales/tr/languages.yml +4 -0
- data/resources/locales/tr/numbers.yml +1 -0
- data/resources/locales/tr/plurals.yml +1 -1
- data/resources/locales/tr/territories.yml +1 -0
- data/resources/locales/tr/units.yml +28 -0
- data/resources/locales/uk/calendars.yml +18 -6
- data/resources/locales/uk/currencies.yml +266 -0
- data/resources/locales/uk/languages.yml +5 -0
- data/resources/locales/uk/plurals.yml +1 -1
- data/resources/locales/uk/territories.yml +1 -0
- data/resources/locales/ur/calendars.yml +44 -9
- data/resources/locales/ur/currencies.yml +555 -1
- data/resources/locales/ur/languages.yml +399 -0
- data/resources/locales/ur/numbers.yml +13 -0
- data/resources/locales/ur/plurals.yml +1 -1
- data/resources/locales/ur/territories.yml +1 -0
- data/resources/locales/vi/calendars.yml +20 -7
- data/resources/locales/vi/currencies.yml +311 -0
- data/resources/locales/vi/languages.yml +7 -0
- data/resources/locales/vi/numbers.yml +1 -0
- data/resources/locales/vi/plurals.yml +1 -1
- data/resources/locales/vi/territories.yml +1 -0
- data/resources/locales/vi/units.yml +28 -0
- data/resources/locales/zh/calendars.yml +7 -0
- data/resources/locales/zh/currencies.yml +311 -0
- data/resources/locales/zh/languages.yml +4 -0
- data/resources/locales/zh/numbers.yml +1 -0
- data/resources/locales/zh/plurals.yml +1 -1
- data/resources/locales/zh/territories.yml +1 -0
- data/resources/locales/zh/units.yml +28 -0
- data/resources/locales/zh-Hant/calendars.yml +71 -9
- data/resources/locales/zh-Hant/currencies.yml +311 -0
- data/resources/locales/zh-Hant/languages.yml +4 -0
- data/resources/locales/zh-Hant/numbers.yml +1 -0
- data/resources/locales/zh-Hant/plurals.yml +2 -2
- data/resources/locales/zh-Hant/territories.yml +1 -0
- data/resources/locales/zh-Hant/units.yml +28 -0
- data/resources/shared/language_codes_table.dump +0 -0
- data/spec/collation/tailoring_spec.rb +1 -2
- data/spec/parsers/number_parser_spec.rb +0 -2
- data/spec/utils/yaml/yaml_spec.rb +4 -1
- metadata +87 -77
@@ -24,6 +24,7 @@
|
|
24
24
|
:anp: 昂加文
|
25
25
|
:apa: 阿帕切文
|
26
26
|
:ar: 阿拉伯文
|
27
|
+
:ar-001: Modern Standard Arabic
|
27
28
|
:arc: 阿拉米文
|
28
29
|
:arn: 阿劳坎文
|
29
30
|
:arp: 阿拉帕霍文
|
@@ -235,6 +236,7 @@
|
|
235
236
|
:iu: 伊努伊特文
|
236
237
|
:ja: 日文
|
237
238
|
:jbo: 逻辑文
|
239
|
+
:jgo: Ngomba
|
238
240
|
:jmc: 马切姆文
|
239
241
|
:jpr: 犹太波斯文
|
240
242
|
:jrb: 犹太阿拉伯文
|
@@ -295,6 +297,7 @@
|
|
295
297
|
:lez: 莱兹依昂文
|
296
298
|
:lg: 卢干达文
|
297
299
|
:li: 淋布尔吉文
|
300
|
+
:lkt: Lakota
|
298
301
|
:ln: 林加拉文
|
299
302
|
:lo: 老挝文
|
300
303
|
:lol: 芒戈文
|
@@ -325,6 +328,7 @@
|
|
325
328
|
:mg: 马尔加什文
|
326
329
|
:mga: 中古爱尔兰文
|
327
330
|
:mgh: 马夸文
|
331
|
+
:mgo: Meta'
|
328
332
|
:mh: 马绍尔文
|
329
333
|
:mi: 毛利文
|
330
334
|
:mic: 米克马克文
|
@@ -3,78 +3,106 @@
|
|
3
3
|
:units:
|
4
4
|
:day:
|
5
5
|
:default:
|
6
|
+
:one: ! '{0} day'
|
6
7
|
:other: ! '{0}天'
|
7
8
|
:short:
|
9
|
+
:one: ! '{0} day'
|
8
10
|
:other: ! '{0}天'
|
9
11
|
:day-future:
|
10
12
|
:default:
|
13
|
+
:one: In {0} day
|
11
14
|
:other: ! '{0}天后'
|
12
15
|
:day-past:
|
13
16
|
:default:
|
17
|
+
:one: ! '{0} day ago'
|
14
18
|
:other: ! '{0}天前'
|
15
19
|
:hour:
|
16
20
|
:default:
|
21
|
+
:one: ! '{0} hour'
|
17
22
|
:other: ! '{0}小时'
|
18
23
|
:short:
|
24
|
+
:one: ! '{0} hr'
|
19
25
|
:other: ! '{0}小时'
|
20
26
|
:hour-future:
|
21
27
|
:default:
|
28
|
+
:one: In {0} hour
|
22
29
|
:other: ! '{0}小时后'
|
23
30
|
:hour-past:
|
24
31
|
:default:
|
32
|
+
:one: ! '{0} hour ago'
|
25
33
|
:other: ! '{0}小时前'
|
26
34
|
:minute:
|
27
35
|
:default:
|
36
|
+
:one: ! '{0} minute'
|
28
37
|
:other: ! '{0}分钟'
|
29
38
|
:short:
|
39
|
+
:one: ! '{0} min'
|
30
40
|
:other: ! '{0}分'
|
31
41
|
:minute-future:
|
32
42
|
:default:
|
43
|
+
:one: In {0} minute
|
33
44
|
:other: ! '{0}分钟后'
|
34
45
|
:minute-past:
|
35
46
|
:default:
|
47
|
+
:one: ! '{0} minute ago'
|
36
48
|
:other: ! '{0}分钟前'
|
37
49
|
:month:
|
38
50
|
:default:
|
51
|
+
:one: ! '{0} month'
|
39
52
|
:other: ! '{0}个月'
|
40
53
|
:short:
|
54
|
+
:one: ! '{0} mth'
|
41
55
|
:other: ! '{0}个月'
|
42
56
|
:month-future:
|
43
57
|
:default:
|
58
|
+
:one: In {0} month
|
44
59
|
:other: ! '{0}个月后'
|
45
60
|
:month-past:
|
46
61
|
:default:
|
62
|
+
:one: ! '{0} month ago'
|
47
63
|
:other: ! '{0}个月前'
|
48
64
|
:second:
|
49
65
|
:default:
|
66
|
+
:one: ! '{0} second'
|
50
67
|
:other: ! '{0}秒钟'
|
51
68
|
:short:
|
69
|
+
:one: ! '{0} sec'
|
52
70
|
:other: ! '{0}秒'
|
53
71
|
:second-future:
|
54
72
|
:default:
|
73
|
+
:one: In {0} second
|
55
74
|
:other: ! '{0}秒钟后'
|
56
75
|
:second-past:
|
57
76
|
:default:
|
77
|
+
:one: ! '{0} second ago'
|
58
78
|
:other: ! '{0}秒钟前'
|
59
79
|
:week:
|
60
80
|
:default:
|
81
|
+
:one: ! '{0} week'
|
61
82
|
:other: ! '{0}周'
|
62
83
|
:short:
|
84
|
+
:one: ! '{0} wk'
|
63
85
|
:other: ! '{0}周'
|
64
86
|
:week-future:
|
65
87
|
:default:
|
88
|
+
:one: In {0} week
|
66
89
|
:other: ! '{0}周后'
|
67
90
|
:week-past:
|
68
91
|
:default:
|
92
|
+
:one: ! '{0} week ago'
|
69
93
|
:other: ! '{0}周前'
|
70
94
|
:year:
|
71
95
|
:default:
|
96
|
+
:one: ! '{0} year'
|
72
97
|
:other: ! '{0}年'
|
73
98
|
:short:
|
99
|
+
:one: ! '{0} yr'
|
74
100
|
:other: ! '{0}年'
|
75
101
|
:year-future:
|
76
102
|
:default:
|
103
|
+
:one: In {0} year
|
77
104
|
:other: ! '{0}年后'
|
78
105
|
:year-past:
|
79
106
|
:default:
|
107
|
+
:one: ! '{0} year ago'
|
80
108
|
:other: ! '{0}年前'
|
@@ -3,7 +3,11 @@
|
|
3
3
|
:calendars:
|
4
4
|
:gregorian:
|
5
5
|
:additional_formats:
|
6
|
+
:EHm: E HH:mm
|
7
|
+
:EHms: E HH:mm:ss
|
6
8
|
:Ed: d日(E)
|
9
|
+
:Ehm: E h:mm a
|
10
|
+
:Ehms: E h:mm:ss a
|
7
11
|
:Gy: Gy年
|
8
12
|
:GyMMM: Gy年M月
|
9
13
|
:GyMMMEd: Gy年M月d日E
|
@@ -45,7 +49,14 @@
|
|
45
49
|
:thu: 週四
|
46
50
|
:tue: 週二
|
47
51
|
:wed: 週三
|
48
|
-
:narrow:
|
52
|
+
:narrow:
|
53
|
+
:fri: 五
|
54
|
+
:mon: 一
|
55
|
+
:sat: 六
|
56
|
+
:sun: 日
|
57
|
+
:thu: 四
|
58
|
+
:tue: 二
|
59
|
+
:wed: 三
|
49
60
|
:short:
|
50
61
|
:fri: 五
|
51
62
|
:mon: 一
|
@@ -63,7 +74,14 @@
|
|
63
74
|
:tue: 星期二
|
64
75
|
:wed: 星期三
|
65
76
|
:stand-alone:
|
66
|
-
:abbreviated:
|
77
|
+
:abbreviated:
|
78
|
+
:fri: 周五
|
79
|
+
:mon: 周一
|
80
|
+
:sat: 周六
|
81
|
+
:sun: 周日
|
82
|
+
:thu: 周四
|
83
|
+
:tue: 周二
|
84
|
+
:wed: 周三
|
67
85
|
:narrow:
|
68
86
|
:fri: 五
|
69
87
|
:mon: 一
|
@@ -80,15 +98,24 @@
|
|
80
98
|
:thu: 四
|
81
99
|
:tue: 二
|
82
100
|
:wed: 三
|
83
|
-
:wide:
|
101
|
+
:wide:
|
102
|
+
:fri: 星期五
|
103
|
+
:mon: 星期一
|
104
|
+
:sat: 星期六
|
105
|
+
:sun: 星期日
|
106
|
+
:thu: 星期四
|
107
|
+
:tue: 星期二
|
108
|
+
:wed: 星期三
|
84
109
|
:eras:
|
85
110
|
:abbr:
|
86
111
|
0: 西元前
|
87
112
|
1: 西元
|
88
113
|
:name:
|
89
|
-
0:
|
114
|
+
0: 公元前
|
115
|
+
1: 公元
|
90
116
|
:narrow:
|
91
|
-
0:
|
117
|
+
0: 公元前
|
118
|
+
1: 公元
|
92
119
|
:fields:
|
93
120
|
:day: 日
|
94
121
|
:dayperiod: 上午/下午
|
@@ -144,7 +171,19 @@
|
|
144
171
|
7: 7月
|
145
172
|
8: 8月
|
146
173
|
9: 9月
|
147
|
-
:narrow:
|
174
|
+
:narrow:
|
175
|
+
1: 1
|
176
|
+
10: 10
|
177
|
+
11: 11
|
178
|
+
12: 12
|
179
|
+
2: 2
|
180
|
+
3: 3
|
181
|
+
4: 4
|
182
|
+
5: 5
|
183
|
+
6: 6
|
184
|
+
7: 7
|
185
|
+
8: 8
|
186
|
+
9: 9
|
148
187
|
:wide:
|
149
188
|
1: 1月
|
150
189
|
10: 10月
|
@@ -185,7 +224,19 @@
|
|
185
224
|
7: 7
|
186
225
|
8: 8
|
187
226
|
9: 9
|
188
|
-
:wide:
|
227
|
+
:wide:
|
228
|
+
1: 一月
|
229
|
+
10: 十月
|
230
|
+
11: 十一月
|
231
|
+
12: 十二月
|
232
|
+
2: 二月
|
233
|
+
3: 三月
|
234
|
+
4: 四月
|
235
|
+
5: 五月
|
236
|
+
6: 六月
|
237
|
+
7: 七月
|
238
|
+
8: 八月
|
239
|
+
9: 九月
|
189
240
|
:periods:
|
190
241
|
:format:
|
191
242
|
:abbreviated: :calendars.gregorian.dayPeriods.format.wide
|
@@ -208,6 +259,9 @@
|
|
208
259
|
:night: 晚上
|
209
260
|
:noon: 中午
|
210
261
|
:pm: 下午
|
262
|
+
:variant:
|
263
|
+
:am: a.m.
|
264
|
+
:pm: p.m.
|
211
265
|
:weeHours: 凌晨
|
212
266
|
:stand-alone: {}
|
213
267
|
:quarters:
|
@@ -228,10 +282,18 @@
|
|
228
282
|
3: 第3季
|
229
283
|
4: 第4季
|
230
284
|
:stand-alone:
|
231
|
-
:abbreviated:
|
285
|
+
:abbreviated:
|
286
|
+
1: 1季度
|
287
|
+
2: 2季度
|
288
|
+
3: 3季度
|
289
|
+
4: 4季度
|
232
290
|
:narrow:
|
233
291
|
1: 1
|
234
292
|
2: 2
|
235
293
|
3: 3
|
236
294
|
4: 4
|
237
|
-
:wide:
|
295
|
+
:wide:
|
296
|
+
1: 第一季度
|
297
|
+
2: 第二季度
|
298
|
+
3: 第三季度
|
299
|
+
4: 第四季度
|