trmnl-i18n 0.0.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.
Files changed (63) hide show
  1. checksums.yaml +7 -0
  2. checksums.yaml.gz.sig +0 -0
  3. data/LICENSE +21 -0
  4. data/README.adoc +134 -0
  5. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +178 -0
  6. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +178 -0
  7. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +178 -0
  8. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +178 -0
  9. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +178 -0
  10. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +178 -0
  11. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +178 -0
  12. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +178 -0
  13. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +178 -0
  14. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +178 -0
  15. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +178 -0
  16. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +178 -0
  17. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +178 -0
  18. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +178 -0
  19. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +178 -0
  20. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +216 -0
  21. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +216 -0
  22. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +21 -0
  23. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +21 -0
  24. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +21 -0
  25. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +21 -0
  26. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +20 -0
  27. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +21 -0
  28. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +21 -0
  29. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +21 -0
  30. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +21 -0
  31. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +21 -0
  32. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +21 -0
  33. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +21 -0
  34. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +21 -0
  35. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +21 -0
  36. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +21 -0
  37. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +21 -0
  38. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +21 -0
  39. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +21 -0
  40. data/lib/trmnl/i18n/locales/web_ui/da.yml +391 -0
  41. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +392 -0
  42. data/lib/trmnl/i18n/locales/web_ui/de.yml +392 -0
  43. data/lib/trmnl/i18n/locales/web_ui/en.yml +392 -0
  44. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +392 -0
  45. data/lib/trmnl/i18n/locales/web_ui/fr.yml +392 -0
  46. data/lib/trmnl/i18n/locales/web_ui/he.yml +392 -0
  47. data/lib/trmnl/i18n/locales/web_ui/id.yml +392 -0
  48. data/lib/trmnl/i18n/locales/web_ui/it.yml +392 -0
  49. data/lib/trmnl/i18n/locales/web_ui/ja.yml +392 -0
  50. data/lib/trmnl/i18n/locales/web_ui/ko.yml +392 -0
  51. data/lib/trmnl/i18n/locales/web_ui/nl.yml +392 -0
  52. data/lib/trmnl/i18n/locales/web_ui/no.yml +395 -0
  53. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +392 -0
  54. data/lib/trmnl/i18n/locales/web_ui/raw.yml +398 -0
  55. data/lib/trmnl/i18n/locales/web_ui/uk.yml +392 -0
  56. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +392 -0
  57. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +392 -0
  58. data/lib/trmnl/i18n/railtie.rb +18 -0
  59. data/lib/trmnl/i18n.rb +9 -0
  60. data/trmnl-i18n.gemspec +29 -0
  61. data.tar.gz.sig +0 -0
  62. metadata +146 -0
  63. metadata.gz.sig +0 -0
@@ -0,0 +1,178 @@
1
+ en:
2
+ # namespace to not interfere with other localizations
3
+ custom_plugins:
4
+
5
+ # generic words and phrases to make custom plugins more accessible
6
+ today: today
7
+ tomorrow: tomorrow
8
+
9
+ # plugin-specific localizations; alphabetize by plugin's keyname
10
+ simple_calendar:
11
+ title: Calendar
12
+ ym_format: "%B %Y"
13
+ chinese_korean:
14
+ leap_format: Leap %{month_label}
15
+ leap_format_short: LM%{alt_month}
16
+ ym_format: ", %{leap_month_label} %{heavenly_stem} %{earthly_branch}"
17
+ month_labels:
18
+ -
19
+ - M1
20
+ - M2
21
+ - M3
22
+ - M4
23
+ - M5
24
+ - M6
25
+ - M7
26
+ - M8
27
+ - M9
28
+ - M10
29
+ - M11
30
+ - M12
31
+ date_labels:
32
+ -
33
+ - "1"
34
+ - "2"
35
+ - "3"
36
+ - "4"
37
+ - "5"
38
+ - "6"
39
+ - "7"
40
+ - "8"
41
+ - "9"
42
+ - "10"
43
+ - "11"
44
+ - "12"
45
+ - "13"
46
+ - "14"
47
+ - "15"
48
+ - "16"
49
+ - "17"
50
+ - "18"
51
+ - "19"
52
+ - "20"
53
+ - "21"
54
+ - "22"
55
+ - "23"
56
+ - "24"
57
+ - "25"
58
+ - "26"
59
+ - "27"
60
+ - "28"
61
+ - "29"
62
+ - "30"
63
+ heavenly_stems:
64
+ - Wood
65
+ - Wood
66
+ - Fire
67
+ - Fire
68
+ - Earth
69
+ - Earth
70
+ - Metal
71
+ - Metal
72
+ - Water
73
+ - Water
74
+ earthly_branches:
75
+ - Rat
76
+ - Ox
77
+ - Tiger
78
+ - Rabbit
79
+ - Dragon
80
+ - Snake
81
+ - Horse
82
+ - Goat
83
+ - Monkey
84
+ - Rooster
85
+ - Dog
86
+ - Pig
87
+ japanese:
88
+ rokuyo_terms:
89
+ - 先勝
90
+ - 友引
91
+ - 先負
92
+ - 仏滅
93
+ - 大安
94
+ - 赤口
95
+ nengo:
96
+ reiwa: Reiwa
97
+ ym_format: "%B %Y (%{nengo} %{alt_year})"
98
+ year_1: "1"
99
+ hebrew:
100
+ ym_format: ", %{month_label} %{alt_year}"
101
+ month_labels:
102
+ - Nisan
103
+ - Iyar
104
+ - Sivan
105
+ - Tamuz
106
+ - Av
107
+ - Elul
108
+ - Tishri
109
+ - Heshvan
110
+ - Kislev
111
+ - Tevet
112
+ - Shevat
113
+ - Adar
114
+ - Adar I
115
+ - Adar II
116
+ month_labels_abbr:
117
+ - Nis
118
+ - Iya
119
+ - Siv
120
+ - Tam
121
+ - Av
122
+ - Elu
123
+ - Tis
124
+ - Hes
125
+ - Kis
126
+ - Tev
127
+ - Shv
128
+ - Ada
129
+ - Ad1
130
+ - Ad2
131
+ hijri:
132
+ ym_format: ", %{month_label} %{alt_year}"
133
+ month_labels:
134
+ -
135
+ - Muharram
136
+ - Safar
137
+ - Rabiʻ I
138
+ - Rabiʻ II
139
+ - Jumada I
140
+ - Jumada II
141
+ - Rajab
142
+ - Shaʻban
143
+ - Ramadan
144
+ - Shawwal
145
+ - Dhuʻl-Qiʻdah
146
+ - Dhuʻl-Hijjah
147
+ bengali:
148
+ ym_format: ", %{month_label} %{alt_year}"
149
+ month_labels:
150
+ -
151
+ - Boishakh
152
+ - Joishtho
153
+ - Asharh
154
+ - Srabon
155
+ - Bhadro
156
+ - Ashwin
157
+ - Kartika
158
+ - Ogrohayon
159
+ - Poush
160
+ - Magh
161
+ - Falgun
162
+ - Choitro
163
+ indian:
164
+ ym_format: ", %{month_label} %{alt_year}"
165
+ month_labels:
166
+ -
167
+ - Chaitra
168
+ - Vaisakha
169
+ - Jyaistha
170
+ - Asadha
171
+ - Sravana
172
+ - Bhadra
173
+ - Asvina
174
+ - Kartika
175
+ - Agrahayana
176
+ - Pausa
177
+ - Magha
178
+ - Phalguna
@@ -0,0 +1,178 @@
1
+ es-ES:
2
+ # namespace to not interfere with other localizations
3
+ custom_plugins:
4
+
5
+ # generic words and phrases to make custom plugins more accessible
6
+ today: hoy
7
+ tomorrow: mañana
8
+
9
+ # plugin-specific localizations; alphabetize by plugin's keyname
10
+ simple_calendar:
11
+ title: Calendario
12
+ ym_format: "%B %Y"
13
+ chinese_korean:
14
+ leap_format: Leap %{month_label}
15
+ leap_format_short: LM%{alt_month}
16
+ ym_format: ", %{leap_month_label} %{heavenly_stem} %{earthly_branch}"
17
+ month_labels:
18
+ -
19
+ - M1
20
+ - M2
21
+ - M3
22
+ - M4
23
+ - M5
24
+ - M6
25
+ - M7
26
+ - M8
27
+ - M9
28
+ - M10
29
+ - M11
30
+ - M12
31
+ date_labels:
32
+ -
33
+ - "1"
34
+ - "2"
35
+ - "3"
36
+ - "4"
37
+ - "5"
38
+ - "6"
39
+ - "7"
40
+ - "8"
41
+ - "9"
42
+ - "10"
43
+ - "11"
44
+ - "12"
45
+ - "13"
46
+ - "14"
47
+ - "15"
48
+ - "16"
49
+ - "17"
50
+ - "18"
51
+ - "19"
52
+ - "20"
53
+ - "21"
54
+ - "22"
55
+ - "23"
56
+ - "24"
57
+ - "25"
58
+ - "26"
59
+ - "27"
60
+ - "28"
61
+ - "29"
62
+ - "30"
63
+ heavenly_stems:
64
+ - Wood
65
+ - Wood
66
+ - Fire
67
+ - Fire
68
+ - Earth
69
+ - Earth
70
+ - Metal
71
+ - Metal
72
+ - Water
73
+ - Water
74
+ earthly_branches:
75
+ - Rat
76
+ - Ox
77
+ - Tiger
78
+ - Rabbit
79
+ - Dragon
80
+ - Snake
81
+ - Horse
82
+ - Goat
83
+ - Monkey
84
+ - Rooster
85
+ - Dog
86
+ - Pig
87
+ japanese:
88
+ rokuyo_terms:
89
+ - 先勝
90
+ - 友引
91
+ - 先負
92
+ - 仏滅
93
+ - 大安
94
+ - 赤口
95
+ nengo:
96
+ reiwa: Reiwa
97
+ ym_format: "%B %Y (%{nengo} %{alt_year})"
98
+ year_1: "1"
99
+ hebrew:
100
+ ym_format: ", %{month_label} %{alt_year}"
101
+ month_labels:
102
+ - nisan
103
+ - iyar
104
+ - sivan
105
+ - tamuz
106
+ - av
107
+ - elul
108
+ - tishri
109
+ - heshvan
110
+ - kislev
111
+ - tevet
112
+ - shevat
113
+ - adar
114
+ - adar I
115
+ - adar II
116
+ month_labels_abbr:
117
+ - nis
118
+ - iya
119
+ - siv
120
+ - tam
121
+ - av
122
+ - elu
123
+ - tis
124
+ - hes
125
+ - kis
126
+ - tev
127
+ - shv
128
+ - ada
129
+ - ad1
130
+ - ad2
131
+ hijri:
132
+ ym_format: ", %{month_label} %{alt_year}"
133
+ month_labels:
134
+ -
135
+ - Muharram
136
+ - Safar
137
+ - Rabiʻ I
138
+ - Rabiʻ II
139
+ - Jumada I
140
+ - Jumada II
141
+ - Rajab
142
+ - Shaʻban
143
+ - Ramadán
144
+ - Shawwal
145
+ - Dhuʻl-qiʻdah
146
+ - Dhuʻl-hijjah
147
+ bengali:
148
+ ym_format: ", %{month_label} %{alt_year}"
149
+ month_labels:
150
+ -
151
+ - boishakh
152
+ - joishtho
153
+ - asharh
154
+ - srabon
155
+ - bhadro
156
+ - ashwin
157
+ - kartika
158
+ - ogrohayon
159
+ - poush
160
+ - magh
161
+ - falgun
162
+ - choitro
163
+ indian:
164
+ ym_format: ", %{month_label} %{alt_year}"
165
+ month_labels:
166
+ -
167
+ - chaitra
168
+ - vaisakha
169
+ - jyaistha
170
+ - asadha
171
+ - sravana
172
+ - bhadra
173
+ - asvina
174
+ - kartika
175
+ - agrahayana
176
+ - pausa
177
+ - magha
178
+ - phalguna
@@ -0,0 +1,178 @@
1
+ fr:
2
+ # namespace to not interfere with other localizations
3
+ custom_plugins:
4
+
5
+ # generic words and phrases to make custom plugins more accessible
6
+ today: aujourd'hui
7
+ tomorrow: demain
8
+
9
+ # plugin-specific localizations; alphabetize by plugin's keyname
10
+ simple_calendar:
11
+ title: Calendrier
12
+ ym_format: "%B %Y"
13
+ chinese_korean:
14
+ leap_format: Leap %{month_label}
15
+ leap_format_short: LM%{alt_month}
16
+ ym_format: ", %{leap_month_label} %{heavenly_stem} %{earthly_branch}"
17
+ month_labels:
18
+ -
19
+ - M1
20
+ - M2
21
+ - M3
22
+ - M4
23
+ - M5
24
+ - M6
25
+ - M7
26
+ - M8
27
+ - M9
28
+ - M10
29
+ - M11
30
+ - M12
31
+ date_labels:
32
+ -
33
+ - "1"
34
+ - "2"
35
+ - "3"
36
+ - "4"
37
+ - "5"
38
+ - "6"
39
+ - "7"
40
+ - "8"
41
+ - "9"
42
+ - "10"
43
+ - "11"
44
+ - "12"
45
+ - "13"
46
+ - "14"
47
+ - "15"
48
+ - "16"
49
+ - "17"
50
+ - "18"
51
+ - "19"
52
+ - "20"
53
+ - "21"
54
+ - "22"
55
+ - "23"
56
+ - "24"
57
+ - "25"
58
+ - "26"
59
+ - "27"
60
+ - "28"
61
+ - "29"
62
+ - "30"
63
+ heavenly_stems:
64
+ - Wood
65
+ - Wood
66
+ - Fire
67
+ - Fire
68
+ - Earth
69
+ - Earth
70
+ - Metal
71
+ - Metal
72
+ - Water
73
+ - Water
74
+ earthly_branches:
75
+ - Rat
76
+ - Ox
77
+ - Tiger
78
+ - Rabbit
79
+ - Dragon
80
+ - Snake
81
+ - Horse
82
+ - Goat
83
+ - Monkey
84
+ - Rooster
85
+ - Dog
86
+ - Pig
87
+ japanese:
88
+ rokuyo_terms:
89
+ - 先勝
90
+ - 友引
91
+ - 先負
92
+ - 仏滅
93
+ - 大安
94
+ - 赤口
95
+ nengo:
96
+ reiwa: Reiwa
97
+ ym_format: "%B %Y (%{nengo} %{alt_year})"
98
+ year_1: "1"
99
+ hebrew:
100
+ ym_format: ", %{month_label} %{alt_year}"
101
+ month_labels:
102
+ - nissan
103
+ - iyar
104
+ - sivan
105
+ - tamouz
106
+ - av
107
+ - éloul
108
+ - tichri
109
+ - hèchvan
110
+ - kislev
111
+ - téveth
112
+ - chevat
113
+ - adar
114
+ - adar I
115
+ - adar II
116
+ month_labels_abbr:
117
+ - nis
118
+ - iyar
119
+ - siv
120
+ - tam
121
+ - av
122
+ - él
123
+ - tich
124
+ - hèch
125
+ - kis
126
+ - tév
127
+ - chev
128
+ - adar
129
+ - ad1
130
+ - ad2
131
+ hijri:
132
+ ym_format: ", %{month_label} %{alt_year}"
133
+ month_labels:
134
+ -
135
+ - mouharram
136
+ - safar
137
+ - rabia al awal
138
+ - rabia ath-thani
139
+ - joumada al oula
140
+ - joumada ath-thania
141
+ - rajab
142
+ - chaabane
143
+ - ramadan
144
+ - chawwal
145
+ - dhou al qi`da
146
+ - dhou al-hijja
147
+ bengali:
148
+ ym_format: ", %{month_label} %{alt_year}"
149
+ month_labels:
150
+ -
151
+ - boishakh
152
+ - joishtho
153
+ - asharh
154
+ - srabon
155
+ - bhadro
156
+ - ashwin
157
+ - kartika
158
+ - ogrohayon
159
+ - poush
160
+ - magh
161
+ - falgun
162
+ - choitro
163
+ indian:
164
+ ym_format: ", %{month_label} %{alt_year}"
165
+ month_labels:
166
+ -
167
+ - chaitra
168
+ - vaishākh
169
+ - jyaishtha
170
+ - āshādha
171
+ - shrāvana
172
+ - bhādrapad
173
+ - āshwin
174
+ - kārtik
175
+ - mārgashīrsha
176
+ - paush
177
+ - māgh
178
+ - phālgun
@@ -0,0 +1,178 @@
1
+ he:
2
+ # namespace to not interfere with other localizations
3
+ custom_plugins:
4
+
5
+ # generic words and phrases to make custom plugins more accessible
6
+ today: היום
7
+ tomorrow: מחר
8
+
9
+ # plugin-specific localizations; alphabetize by plugin's keyname
10
+ simple_calendar:
11
+ title: לוח שנה
12
+ ym_format: "%B %Y"
13
+ chinese_korean:
14
+ leap_format: Leap %{month_label}
15
+ leap_format_short: LM%{alt_month}
16
+ ym_format: ", %{leap_month_label} %{heavenly_stem} %{earthly_branch}"
17
+ month_labels:
18
+ -
19
+ - M1
20
+ - M2
21
+ - M3
22
+ - M4
23
+ - M5
24
+ - M6
25
+ - M7
26
+ - M8
27
+ - M9
28
+ - M10
29
+ - M11
30
+ - M12
31
+ date_labels:
32
+ -
33
+ - "1"
34
+ - "2"
35
+ - "3"
36
+ - "4"
37
+ - "5"
38
+ - "6"
39
+ - "7"
40
+ - "8"
41
+ - "9"
42
+ - "10"
43
+ - "11"
44
+ - "12"
45
+ - "13"
46
+ - "14"
47
+ - "15"
48
+ - "16"
49
+ - "17"
50
+ - "18"
51
+ - "19"
52
+ - "20"
53
+ - "21"
54
+ - "22"
55
+ - "23"
56
+ - "24"
57
+ - "25"
58
+ - "26"
59
+ - "27"
60
+ - "28"
61
+ - "29"
62
+ - "30"
63
+ heavenly_stems:
64
+ - Wood
65
+ - Wood
66
+ - Fire
67
+ - Fire
68
+ - Earth
69
+ - Earth
70
+ - Metal
71
+ - Metal
72
+ - Water
73
+ - Water
74
+ earthly_branches:
75
+ - Rat
76
+ - Ox
77
+ - Tiger
78
+ - Rabbit
79
+ - Dragon
80
+ - Snake
81
+ - Horse
82
+ - Goat
83
+ - Monkey
84
+ - Rooster
85
+ - Dog
86
+ - Pig
87
+ japanese:
88
+ rokuyo_terms:
89
+ - 先勝
90
+ - 友引
91
+ - 先負
92
+ - 仏滅
93
+ - 大安
94
+ - 赤口
95
+ nengo:
96
+ reiwa: Reiwa
97
+ ym_format: "%B %Y (%{nengo} %{alt_year})"
98
+ year_1: "1"
99
+ hebrew:
100
+ ym_format: ", %{month_label} %{alt_year}"
101
+ month_labels:
102
+ - ניסן
103
+ - אייר
104
+ - סיון
105
+ - תמוז
106
+ - אב
107
+ - אלול
108
+ - תשרי
109
+ - חשון
110
+ - כסלו
111
+ - טבת
112
+ - שבט
113
+ - אדר
114
+ - אדר א׳
115
+ - אדר ב׳
116
+ month_labels_abbr:
117
+ - ני׳
118
+ - אי׳
119
+ - סי׳
120
+ - תמ׳
121
+ - אב
122
+ - אל׳
123
+ - תש׳
124
+ - חש׳
125
+ - כס׳
126
+ - טב׳
127
+ - שב׳
128
+ - אד׳
129
+ - א״א
130
+ - א״ב
131
+ hijri:
132
+ ym_format: ", %{month_label} %{alt_year}"
133
+ month_labels:
134
+ -
135
+ - מוחרם
136
+ - צפר
137
+ - רביע אל־אוול
138
+ - רביע א־ת׳אני
139
+ - ג׳ומאדא אל־אולא
140
+ - ג׳ומאדא א־ת׳אניה
141
+ - רג׳ב
142
+ - שעבאן
143
+ - רמדאן
144
+ - שוואל
145
+ - ד׳ו אל־קעדה
146
+ - ד׳ו אל־חיג׳ה
147
+ bengali:
148
+ ym_format: ", %{month_label} %{alt_year}"
149
+ month_labels:
150
+ -
151
+ - Boishakh
152
+ - Joishtho
153
+ - Asharh
154
+ - Srabon
155
+ - Bhadro
156
+ - Ashwin
157
+ - Kartika
158
+ - Ogrohayon
159
+ - Poush
160
+ - Magh
161
+ - Falgun
162
+ - Choitro
163
+ indian:
164
+ ym_format: ", %{month_label} %{alt_year}"
165
+ month_labels:
166
+ -
167
+ - צ׳ייטרה
168
+ - וייסקהה
169
+ - ג׳יאסטהה
170
+ - אשדהה
171
+ - סראוואנה
172
+ - בהרדה
173
+ - אסווינה
174
+ - קרטיקה
175
+ - אגרהיאנה
176
+ - פאוסה
177
+ - מאגהה
178
+ - פאלגונה