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.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/README.adoc +8 -10
  4. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +46 -36
  5. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +46 -36
  6. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +46 -36
  7. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +46 -36
  8. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +46 -36
  9. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +46 -36
  10. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +46 -36
  11. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +46 -36
  12. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +48 -38
  13. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +45 -35
  14. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +46 -36
  15. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +46 -36
  16. data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
  17. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +46 -36
  18. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +46 -36
  19. data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
  20. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +46 -36
  21. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +15 -5
  22. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +15 -5
  23. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +201 -5
  24. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +206 -10
  25. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +206 -10
  26. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +200 -4
  27. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +200 -3
  28. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +200 -4
  29. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +201 -5
  30. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +200 -4
  31. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +212 -16
  32. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +200 -4
  33. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +200 -4
  34. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +200 -4
  35. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +201 -5
  36. data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
  37. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +200 -4
  38. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +200 -4
  39. data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
  40. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +200 -4
  41. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +200 -4
  42. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +200 -4
  43. data/lib/trmnl/i18n/locales/web_ui/da.yml +116 -33
  44. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +224 -142
  45. data/lib/trmnl/i18n/locales/web_ui/de.yml +224 -142
  46. data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
  47. data/lib/trmnl/i18n/locales/web_ui/en.yml +133 -53
  48. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +200 -118
  49. data/lib/trmnl/i18n/locales/web_ui/fr.yml +128 -46
  50. data/lib/trmnl/i18n/locales/web_ui/he.yml +132 -50
  51. data/lib/trmnl/i18n/locales/web_ui/id.yml +129 -47
  52. data/lib/trmnl/i18n/locales/web_ui/it.yml +177 -95
  53. data/lib/trmnl/i18n/locales/web_ui/ja.yml +133 -51
  54. data/lib/trmnl/i18n/locales/web_ui/ko.yml +204 -122
  55. data/lib/trmnl/i18n/locales/web_ui/nl.yml +129 -47
  56. data/lib/trmnl/i18n/locales/web_ui/no.yml +114 -35
  57. data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
  58. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +132 -50
  59. data/lib/trmnl/i18n/locales/web_ui/raw.yml +109 -29
  60. data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
  61. data/lib/trmnl/i18n/locales/web_ui/uk.yml +135 -53
  62. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +130 -48
  63. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +152 -70
  64. data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
  65. data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
  66. data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
  67. data/trmnl-i18n.gemspec +3 -3
  68. data.tar.gz.sig +0 -0
  69. metadata +28 -19
  70. 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
- # plugin-specific localizations; alphabetize by plugin's keyname
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
- - "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"
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: "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
- # plugin-specific localizations; alphabetize by plugin's keyname
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
- - "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"
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: "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
- # plugin-specific localizations; alphabetize by plugin's keyname
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
- - "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"
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: "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
- # 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
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
- - "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"
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: "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
- # plugin-specific localizations; alphabetize by plugin's keyname
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
- - "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"
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
- # plugin-specific localizations; alphabetize by plugin's keyname
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
- - "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"
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}% {alt_year}년) %-m월"
107
+ ym_format: "%Y년 (%{nengo} %{alt_year}년) %-m월"
98
108
  year_1: 원
99
109
  hebrew:
100
110
  ym_format: ", %{month_label} %{alt_year}"