trmnl-i18n 0.1.0 → 0.3.0
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +8 -10
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +48 -38
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +45 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +15 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +15 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +200 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +212 -16
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +200 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +116 -33
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/de.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +133 -53
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +200 -118
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +128 -46
- data/lib/trmnl/i18n/locales/web_ui/he.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/id.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/it.yml +177 -95
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +133 -51
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +204 -122
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/no.yml +114 -35
- data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +109 -29
- data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +135 -53
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +130 -48
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +152 -70
- data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
- data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
- data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
- data/trmnl-i18n.gemspec +3 -3
- data.tar.gz.sig +0 -0
- metadata +28 -19
- metadata.gz.sig +0 -0
@@ -1,12 +1,22 @@
|
|
1
|
+
---
|
1
2
|
nl:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
# generic words and phrases to make custom plugins more accessible
|
6
4
|
today: vandaag
|
7
5
|
tomorrow: morgen
|
8
|
-
|
9
|
-
|
6
|
+
updated: Bijgewerkt
|
7
|
+
activity: Activiteit
|
8
|
+
done: Gedaan
|
9
|
+
due: Verschuldigd
|
10
|
+
deutsche_bahn_departures:
|
11
|
+
time: Time
|
12
|
+
destination: Destination
|
13
|
+
platform: Platform
|
14
|
+
delay: Delay
|
15
|
+
train: Train
|
16
|
+
on_time: On time
|
17
|
+
cancelled: Cancelled
|
18
|
+
minutes: m
|
19
|
+
refreshed: Refreshed
|
10
20
|
simple_calendar:
|
11
21
|
title: Kalender
|
12
22
|
ym_format: "%B %Y"
|
@@ -30,36 +40,36 @@ nl:
|
|
30
40
|
- M12
|
31
41
|
date_labels:
|
32
42
|
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
43
|
+
- '1'
|
44
|
+
- '2'
|
45
|
+
- '3'
|
46
|
+
- '4'
|
47
|
+
- '5'
|
48
|
+
- '6'
|
49
|
+
- '7'
|
50
|
+
- '8'
|
51
|
+
- '9'
|
52
|
+
- '10'
|
53
|
+
- '11'
|
54
|
+
- '12'
|
55
|
+
- '13'
|
56
|
+
- '14'
|
57
|
+
- '15'
|
58
|
+
- '16'
|
59
|
+
- '17'
|
60
|
+
- '18'
|
61
|
+
- '19'
|
62
|
+
- '20'
|
63
|
+
- '21'
|
64
|
+
- '22'
|
65
|
+
- '23'
|
66
|
+
- '24'
|
67
|
+
- '25'
|
68
|
+
- '26'
|
69
|
+
- '27'
|
70
|
+
- '28'
|
71
|
+
- '29'
|
72
|
+
- '30'
|
63
73
|
heavenly_stems:
|
64
74
|
- Wood
|
65
75
|
- Wood
|
@@ -95,7 +105,7 @@ nl:
|
|
95
105
|
nengo:
|
96
106
|
reiwa: Reiwa
|
97
107
|
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
98
|
-
year_1:
|
108
|
+
year_1: '1'
|
99
109
|
hebrew:
|
100
110
|
ym_format: ", %{month_label} %{alt_year}"
|
101
111
|
month_labels:
|
@@ -0,0 +1,188 @@
|
|
1
|
+
---
|
2
|
+
pl:
|
3
|
+
custom_plugins:
|
4
|
+
today: today
|
5
|
+
tomorrow: tomorrow
|
6
|
+
updated: Updated
|
7
|
+
activity: Activity
|
8
|
+
done: Done
|
9
|
+
due: Due
|
10
|
+
deutsche_bahn_departures:
|
11
|
+
time: Time
|
12
|
+
destination: Destination
|
13
|
+
platform: Platform
|
14
|
+
delay: Delay
|
15
|
+
train: Train
|
16
|
+
on_time: On time
|
17
|
+
cancelled: Cancelled
|
18
|
+
minutes: m
|
19
|
+
refreshed: Refreshed
|
20
|
+
simple_calendar:
|
21
|
+
title: Calendar
|
22
|
+
ym_format: "%B %Y"
|
23
|
+
chinese_korean:
|
24
|
+
leap_format: Leap %{month_label}
|
25
|
+
leap_format_short: LM%{alt_month}
|
26
|
+
ym_format: ", %{leap_month_label} %{heavenly_stem} %{earthly_branch}"
|
27
|
+
month_labels:
|
28
|
+
-
|
29
|
+
- M1
|
30
|
+
- M2
|
31
|
+
- M3
|
32
|
+
- M4
|
33
|
+
- M5
|
34
|
+
- M6
|
35
|
+
- M7
|
36
|
+
- M8
|
37
|
+
- M9
|
38
|
+
- M10
|
39
|
+
- M11
|
40
|
+
- M12
|
41
|
+
date_labels:
|
42
|
+
-
|
43
|
+
- '1'
|
44
|
+
- '2'
|
45
|
+
- '3'
|
46
|
+
- '4'
|
47
|
+
- '5'
|
48
|
+
- '6'
|
49
|
+
- '7'
|
50
|
+
- '8'
|
51
|
+
- '9'
|
52
|
+
- '10'
|
53
|
+
- '11'
|
54
|
+
- '12'
|
55
|
+
- '13'
|
56
|
+
- '14'
|
57
|
+
- '15'
|
58
|
+
- '16'
|
59
|
+
- '17'
|
60
|
+
- '18'
|
61
|
+
- '19'
|
62
|
+
- '20'
|
63
|
+
- '21'
|
64
|
+
- '22'
|
65
|
+
- '23'
|
66
|
+
- '24'
|
67
|
+
- '25'
|
68
|
+
- '26'
|
69
|
+
- '27'
|
70
|
+
- '28'
|
71
|
+
- '29'
|
72
|
+
- '30'
|
73
|
+
heavenly_stems:
|
74
|
+
- Wood
|
75
|
+
- Wood
|
76
|
+
- Fire
|
77
|
+
- Fire
|
78
|
+
- Earth
|
79
|
+
- Earth
|
80
|
+
- Metal
|
81
|
+
- Metal
|
82
|
+
- Water
|
83
|
+
- Water
|
84
|
+
earthly_branches:
|
85
|
+
- Rat
|
86
|
+
- Ox
|
87
|
+
- Tiger
|
88
|
+
- Rabbit
|
89
|
+
- Dragon
|
90
|
+
- Snake
|
91
|
+
- Horse
|
92
|
+
- Goat
|
93
|
+
- Monkey
|
94
|
+
- Rooster
|
95
|
+
- Dog
|
96
|
+
- Pig
|
97
|
+
japanese:
|
98
|
+
rokuyo_terms:
|
99
|
+
- 先勝
|
100
|
+
- 友引
|
101
|
+
- 先負
|
102
|
+
- 仏滅
|
103
|
+
- 大安
|
104
|
+
- 赤口
|
105
|
+
nengo:
|
106
|
+
reiwa: Reiwa
|
107
|
+
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
108
|
+
year_1: '1'
|
109
|
+
hebrew:
|
110
|
+
ym_format: ", %{month_label} %{alt_year}"
|
111
|
+
month_labels:
|
112
|
+
- Nisan
|
113
|
+
- Iyar
|
114
|
+
- Sivan
|
115
|
+
- Tamuz
|
116
|
+
- Av
|
117
|
+
- Elul
|
118
|
+
- Tishri
|
119
|
+
- Heshvan
|
120
|
+
- Kislev
|
121
|
+
- Tevet
|
122
|
+
- Shevat
|
123
|
+
- Adar
|
124
|
+
- Adar I
|
125
|
+
- Adar II
|
126
|
+
month_labels_abbr:
|
127
|
+
- Nis
|
128
|
+
- Iya
|
129
|
+
- Siv
|
130
|
+
- Tam
|
131
|
+
- Av
|
132
|
+
- Elu
|
133
|
+
- Tis
|
134
|
+
- Hes
|
135
|
+
- Kis
|
136
|
+
- Tev
|
137
|
+
- Shv
|
138
|
+
- Ada
|
139
|
+
- Ad1
|
140
|
+
- Ad2
|
141
|
+
hijri:
|
142
|
+
ym_format: ", %{month_label} %{alt_year}"
|
143
|
+
month_labels:
|
144
|
+
-
|
145
|
+
- Muharram
|
146
|
+
- Safar
|
147
|
+
- Rabiʻ I
|
148
|
+
- Rabiʻ II
|
149
|
+
- Jumada I
|
150
|
+
- Jumada II
|
151
|
+
- Rajab
|
152
|
+
- Shaʻban
|
153
|
+
- Ramadan
|
154
|
+
- Shawwal
|
155
|
+
- Dhuʻl-Qiʻdah
|
156
|
+
- Dhuʻl-Hijjah
|
157
|
+
bengali:
|
158
|
+
ym_format: ", %{month_label} %{alt_year}"
|
159
|
+
month_labels:
|
160
|
+
-
|
161
|
+
- Boishakh
|
162
|
+
- Joishtho
|
163
|
+
- Asharh
|
164
|
+
- Srabon
|
165
|
+
- Bhadro
|
166
|
+
- Ashwin
|
167
|
+
- Kartika
|
168
|
+
- Ogrohayon
|
169
|
+
- Poush
|
170
|
+
- Magh
|
171
|
+
- Falgun
|
172
|
+
- Choitro
|
173
|
+
indian:
|
174
|
+
ym_format: ", %{month_label} %{alt_year}"
|
175
|
+
month_labels:
|
176
|
+
-
|
177
|
+
- Chaitra
|
178
|
+
- Vaisakha
|
179
|
+
- Jyaistha
|
180
|
+
- Asadha
|
181
|
+
- Sravana
|
182
|
+
- Bhadra
|
183
|
+
- Asvina
|
184
|
+
- Kartika
|
185
|
+
- Agrahayana
|
186
|
+
- Pausa
|
187
|
+
- Magha
|
188
|
+
- Phalguna
|
@@ -1,12 +1,22 @@
|
|
1
|
+
---
|
1
2
|
pt-BR:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
# generic words and phrases to make custom plugins more accessible
|
6
4
|
today: hoje
|
7
5
|
tomorrow: amanhã
|
8
|
-
|
9
|
-
|
6
|
+
updated: Updated
|
7
|
+
activity: Activity
|
8
|
+
done: Done
|
9
|
+
due: Due
|
10
|
+
deutsche_bahn_departures:
|
11
|
+
time: Time
|
12
|
+
destination: Destination
|
13
|
+
platform: Platform
|
14
|
+
delay: Delay
|
15
|
+
train: Train
|
16
|
+
on_time: On time
|
17
|
+
cancelled: Cancelled
|
18
|
+
minutes: m
|
19
|
+
refreshed: Refreshed
|
10
20
|
simple_calendar:
|
11
21
|
title: Calendário
|
12
22
|
ym_format: "%B de %Y"
|
@@ -30,36 +40,36 @@ pt-BR:
|
|
30
40
|
- M12
|
31
41
|
date_labels:
|
32
42
|
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
43
|
+
- '1'
|
44
|
+
- '2'
|
45
|
+
- '3'
|
46
|
+
- '4'
|
47
|
+
- '5'
|
48
|
+
- '6'
|
49
|
+
- '7'
|
50
|
+
- '8'
|
51
|
+
- '9'
|
52
|
+
- '10'
|
53
|
+
- '11'
|
54
|
+
- '12'
|
55
|
+
- '13'
|
56
|
+
- '14'
|
57
|
+
- '15'
|
58
|
+
- '16'
|
59
|
+
- '17'
|
60
|
+
- '18'
|
61
|
+
- '19'
|
62
|
+
- '20'
|
63
|
+
- '21'
|
64
|
+
- '22'
|
65
|
+
- '23'
|
66
|
+
- '24'
|
67
|
+
- '25'
|
68
|
+
- '26'
|
69
|
+
- '27'
|
70
|
+
- '28'
|
71
|
+
- '29'
|
72
|
+
- '30'
|
63
73
|
heavenly_stems:
|
64
74
|
- Wood
|
65
75
|
- Wood
|
@@ -95,7 +105,7 @@ pt-BR:
|
|
95
105
|
nengo:
|
96
106
|
reiwa: Reiwa
|
97
107
|
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
98
|
-
year_1:
|
108
|
+
year_1: '1'
|
99
109
|
hebrew:
|
100
110
|
ym_format: ", %{month_label} %{alt_year}"
|
101
111
|
month_labels:
|
@@ -1,12 +1,22 @@
|
|
1
|
+
---
|
1
2
|
raw:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
# generic words and phrases to make custom plugins more accessible
|
6
4
|
today: today
|
7
5
|
tomorrow: tomorrow
|
8
|
-
|
9
|
-
|
6
|
+
updated: custom_plugins.updated
|
7
|
+
activity: custom_plugins.activity
|
8
|
+
done: custom_plugins.done
|
9
|
+
due: custom_plugins.due
|
10
|
+
deutsche_bahn_departures:
|
11
|
+
time: Time
|
12
|
+
destination: Destination
|
13
|
+
platform: Platform
|
14
|
+
delay: Delay
|
15
|
+
train: Train
|
16
|
+
on_time: On time
|
17
|
+
cancelled: Cancelled
|
18
|
+
minutes: m
|
19
|
+
refreshed: Refreshed
|
10
20
|
simple_calendar:
|
11
21
|
title: Calendar
|
12
22
|
ym_format: "%B %Y"
|
@@ -30,36 +40,36 @@ raw:
|
|
30
40
|
- M12
|
31
41
|
date_labels:
|
32
42
|
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
-
|
44
|
-
-
|
45
|
-
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
43
|
+
- '1'
|
44
|
+
- '2'
|
45
|
+
- '3'
|
46
|
+
- '4'
|
47
|
+
- '5'
|
48
|
+
- '6'
|
49
|
+
- '7'
|
50
|
+
- '8'
|
51
|
+
- '9'
|
52
|
+
- '10'
|
53
|
+
- '11'
|
54
|
+
- '12'
|
55
|
+
- '13'
|
56
|
+
- '14'
|
57
|
+
- '15'
|
58
|
+
- '16'
|
59
|
+
- '17'
|
60
|
+
- '18'
|
61
|
+
- '19'
|
62
|
+
- '20'
|
63
|
+
- '21'
|
64
|
+
- '22'
|
65
|
+
- '23'
|
66
|
+
- '24'
|
67
|
+
- '25'
|
68
|
+
- '26'
|
69
|
+
- '27'
|
70
|
+
- '28'
|
71
|
+
- '29'
|
72
|
+
- '30'
|
63
73
|
heavenly_stems:
|
64
74
|
- Wood
|
65
75
|
- Wood
|
@@ -95,7 +105,7 @@ raw:
|
|
95
105
|
nengo:
|
96
106
|
reiwa: Reiwa
|
97
107
|
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
98
|
-
year_1:
|
108
|
+
year_1: '1'
|
99
109
|
hebrew:
|
100
110
|
ym_format: ", %{month_label} %{alt_year}"
|
101
111
|
month_labels:
|
@@ -0,0 +1,188 @@
|
|
1
|
+
---
|
2
|
+
sv:
|
3
|
+
custom_plugins:
|
4
|
+
today: today
|
5
|
+
tomorrow: tomorrow
|
6
|
+
updated: Updated
|
7
|
+
activity: Activity
|
8
|
+
done: Done
|
9
|
+
due: Due
|
10
|
+
deutsche_bahn_departures:
|
11
|
+
time: Time
|
12
|
+
destination: Destination
|
13
|
+
platform: Platform
|
14
|
+
delay: Delay
|
15
|
+
train: Train
|
16
|
+
on_time: On time
|
17
|
+
cancelled: Cancelled
|
18
|
+
minutes: m
|
19
|
+
refreshed: Refreshed
|
20
|
+
simple_calendar:
|
21
|
+
title: Calendar
|
22
|
+
ym_format: "%B %Y"
|
23
|
+
chinese_korean:
|
24
|
+
leap_format: Leap %{month_label}
|
25
|
+
leap_format_short: LM%{alt_month}
|
26
|
+
ym_format: ", %{leap_month_label} %{heavenly_stem} %{earthly_branch}"
|
27
|
+
month_labels:
|
28
|
+
-
|
29
|
+
- M1
|
30
|
+
- M2
|
31
|
+
- M3
|
32
|
+
- M4
|
33
|
+
- M5
|
34
|
+
- M6
|
35
|
+
- M7
|
36
|
+
- M8
|
37
|
+
- M9
|
38
|
+
- M10
|
39
|
+
- M11
|
40
|
+
- M12
|
41
|
+
date_labels:
|
42
|
+
-
|
43
|
+
- '1'
|
44
|
+
- '2'
|
45
|
+
- '3'
|
46
|
+
- '4'
|
47
|
+
- '5'
|
48
|
+
- '6'
|
49
|
+
- '7'
|
50
|
+
- '8'
|
51
|
+
- '9'
|
52
|
+
- '10'
|
53
|
+
- '11'
|
54
|
+
- '12'
|
55
|
+
- '13'
|
56
|
+
- '14'
|
57
|
+
- '15'
|
58
|
+
- '16'
|
59
|
+
- '17'
|
60
|
+
- '18'
|
61
|
+
- '19'
|
62
|
+
- '20'
|
63
|
+
- '21'
|
64
|
+
- '22'
|
65
|
+
- '23'
|
66
|
+
- '24'
|
67
|
+
- '25'
|
68
|
+
- '26'
|
69
|
+
- '27'
|
70
|
+
- '28'
|
71
|
+
- '29'
|
72
|
+
- '30'
|
73
|
+
heavenly_stems:
|
74
|
+
- Wood
|
75
|
+
- Wood
|
76
|
+
- Fire
|
77
|
+
- Fire
|
78
|
+
- Earth
|
79
|
+
- Earth
|
80
|
+
- Metal
|
81
|
+
- Metal
|
82
|
+
- Water
|
83
|
+
- Water
|
84
|
+
earthly_branches:
|
85
|
+
- Rat
|
86
|
+
- Ox
|
87
|
+
- Tiger
|
88
|
+
- Rabbit
|
89
|
+
- Dragon
|
90
|
+
- Snake
|
91
|
+
- Horse
|
92
|
+
- Goat
|
93
|
+
- Monkey
|
94
|
+
- Rooster
|
95
|
+
- Dog
|
96
|
+
- Pig
|
97
|
+
japanese:
|
98
|
+
rokuyo_terms:
|
99
|
+
- 先勝
|
100
|
+
- 友引
|
101
|
+
- 先負
|
102
|
+
- 仏滅
|
103
|
+
- 大安
|
104
|
+
- 赤口
|
105
|
+
nengo:
|
106
|
+
reiwa: Reiwa
|
107
|
+
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
108
|
+
year_1: '1'
|
109
|
+
hebrew:
|
110
|
+
ym_format: ", %{month_label} %{alt_year}"
|
111
|
+
month_labels:
|
112
|
+
- Nisan
|
113
|
+
- Iyar
|
114
|
+
- Sivan
|
115
|
+
- Tamuz
|
116
|
+
- Av
|
117
|
+
- Elul
|
118
|
+
- Tishri
|
119
|
+
- Heshvan
|
120
|
+
- Kislev
|
121
|
+
- Tevet
|
122
|
+
- Shevat
|
123
|
+
- Adar
|
124
|
+
- Adar I
|
125
|
+
- Adar II
|
126
|
+
month_labels_abbr:
|
127
|
+
- Nis
|
128
|
+
- Iya
|
129
|
+
- Siv
|
130
|
+
- Tam
|
131
|
+
- Av
|
132
|
+
- Elu
|
133
|
+
- Tis
|
134
|
+
- Hes
|
135
|
+
- Kis
|
136
|
+
- Tev
|
137
|
+
- Shv
|
138
|
+
- Ada
|
139
|
+
- Ad1
|
140
|
+
- Ad2
|
141
|
+
hijri:
|
142
|
+
ym_format: ", %{month_label} %{alt_year}"
|
143
|
+
month_labels:
|
144
|
+
-
|
145
|
+
- Muharram
|
146
|
+
- Safar
|
147
|
+
- Rabiʻ I
|
148
|
+
- Rabiʻ II
|
149
|
+
- Jumada I
|
150
|
+
- Jumada II
|
151
|
+
- Rajab
|
152
|
+
- Shaʻban
|
153
|
+
- Ramadan
|
154
|
+
- Shawwal
|
155
|
+
- Dhuʻl-Qiʻdah
|
156
|
+
- Dhuʻl-Hijjah
|
157
|
+
bengali:
|
158
|
+
ym_format: ", %{month_label} %{alt_year}"
|
159
|
+
month_labels:
|
160
|
+
-
|
161
|
+
- Boishakh
|
162
|
+
- Joishtho
|
163
|
+
- Asharh
|
164
|
+
- Srabon
|
165
|
+
- Bhadro
|
166
|
+
- Ashwin
|
167
|
+
- Kartika
|
168
|
+
- Ogrohayon
|
169
|
+
- Poush
|
170
|
+
- Magh
|
171
|
+
- Falgun
|
172
|
+
- Choitro
|
173
|
+
indian:
|
174
|
+
ym_format: ", %{month_label} %{alt_year}"
|
175
|
+
month_labels:
|
176
|
+
-
|
177
|
+
- Chaitra
|
178
|
+
- Vaisakha
|
179
|
+
- Jyaistha
|
180
|
+
- Asadha
|
181
|
+
- Sravana
|
182
|
+
- Bhadra
|
183
|
+
- Asvina
|
184
|
+
- Kartika
|
185
|
+
- Agrahayana
|
186
|
+
- Pausa
|
187
|
+
- Magha
|
188
|
+
- Phalguna
|