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
|
fr:
|
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: aujourd'hui
|
7
5
|
tomorrow: demain
|
8
|
-
|
9
|
-
|
6
|
+
updated: Mise à jour
|
7
|
+
activity: Activité
|
8
|
+
done: Réalisé
|
9
|
+
due: A échéance
|
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: Calendrier
|
12
22
|
ym_format: "%B %Y"
|
@@ -30,36 +40,36 @@ fr:
|
|
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 @@ fr:
|
|
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
|
he:
|
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: היום
|
7
5
|
tomorrow: מחר
|
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: לוח שנה
|
12
22
|
ym_format: "%B %Y"
|
@@ -30,36 +40,36 @@ he:
|
|
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 @@ he:
|
|
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
|
id:
|
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: 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: Kalender
|
12
22
|
ym_format: "%B %Y"
|
@@ -30,36 +40,36 @@ id:
|
|
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 @@ id:
|
|
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
|
it:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
custom_plugins:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
4
|
+
today: Oggi
|
5
|
+
tomorrow: Domani
|
6
|
+
updated: Aggiornato
|
7
|
+
activity: Attività
|
8
|
+
done: Finito
|
9
|
+
due: Scadenza
|
10
|
+
deutsche_bahn_departures:
|
11
|
+
time: Time
|
12
|
+
destination: Destination
|
13
|
+
platform: Piattaforma
|
14
|
+
delay: Ritardo
|
15
|
+
train: Treno
|
16
|
+
on_time: In Tempo
|
17
|
+
cancelled: Cancellato
|
18
|
+
minutes: m
|
19
|
+
refreshed: Aggiornato
|
10
20
|
simple_calendar:
|
11
21
|
title: Calendario
|
12
22
|
ym_format: "%B %Y"
|
@@ -30,36 +40,36 @@ it:
|
|
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 @@ it:
|
|
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
|
ja:
|
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: 今日
|
7
5
|
tomorrow: 明日
|
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: カレンダー
|
12
22
|
ym_format: "%Y年%-m月"
|
@@ -30,36 +40,36 @@ ja:
|
|
30
40
|
- 十二月
|
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
|
- 甲
|
65
75
|
- 乙
|
@@ -1,12 +1,22 @@
|
|
1
|
+
---
|
1
2
|
ko:
|
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: 오늘
|
7
5
|
tomorrow: 내일
|
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: 캘린더
|
12
22
|
ym_format: "%Y년 %-m월"
|
@@ -30,36 +40,36 @@ ko:
|
|
30
40
|
- 12월
|
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
|
- 갑
|
65
75
|
- 을
|
@@ -94,7 +104,7 @@ ko:
|
|
94
104
|
- 赤口
|
95
105
|
nengo:
|
96
106
|
reiwa: 레이와
|
97
|
-
ym_format: "%Y년 (%{nengo}%
|
107
|
+
ym_format: "%Y년 (%{nengo} %{alt_year}년) %-m월"
|
98
108
|
year_1: 원
|
99
109
|
hebrew:
|
100
110
|
ym_format: ", %{month_label} %{alt_year}"
|