trmnl-i18n 0.1.0 → 0.2.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 +5 -7
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +31 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +1 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +1 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +28 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +28 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +24 -26
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/de.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/en.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +37 -40
- data/lib/trmnl/i18n/locales/web_ui/he.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/id.yml +38 -41
- data/lib/trmnl/i18n/locales/web_ui/it.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +42 -45
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +39 -42
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +38 -41
- data/lib/trmnl/i18n/locales/web_ui/no.yml +21 -27
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +21 -24
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +44 -47
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +39 -42
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +62 -65
- 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 +21 -19
- metadata.gz.sig +0 -0
@@ -1,12 +1,8 @@
|
|
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
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
10
6
|
simple_calendar:
|
11
7
|
title: Calendar
|
12
8
|
ym_format: "%B %Y"
|
@@ -30,36 +26,36 @@ raw:
|
|
30
26
|
- M12
|
31
27
|
date_labels:
|
32
28
|
-
|
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
|
-
-
|
29
|
+
- '1'
|
30
|
+
- '2'
|
31
|
+
- '3'
|
32
|
+
- '4'
|
33
|
+
- '5'
|
34
|
+
- '6'
|
35
|
+
- '7'
|
36
|
+
- '8'
|
37
|
+
- '9'
|
38
|
+
- '10'
|
39
|
+
- '11'
|
40
|
+
- '12'
|
41
|
+
- '13'
|
42
|
+
- '14'
|
43
|
+
- '15'
|
44
|
+
- '16'
|
45
|
+
- '17'
|
46
|
+
- '18'
|
47
|
+
- '19'
|
48
|
+
- '20'
|
49
|
+
- '21'
|
50
|
+
- '22'
|
51
|
+
- '23'
|
52
|
+
- '24'
|
53
|
+
- '25'
|
54
|
+
- '26'
|
55
|
+
- '27'
|
56
|
+
- '28'
|
57
|
+
- '29'
|
58
|
+
- '30'
|
63
59
|
heavenly_stems:
|
64
60
|
- Wood
|
65
61
|
- Wood
|
@@ -95,7 +91,7 @@ raw:
|
|
95
91
|
nengo:
|
96
92
|
reiwa: Reiwa
|
97
93
|
ym_format: "%B %Y (%{nengo} %{alt_year})"
|
98
|
-
year_1:
|
94
|
+
year_1: '1'
|
99
95
|
hebrew:
|
100
96
|
ym_format: ", %{month_label} %{alt_year}"
|
101
97
|
month_labels:
|
@@ -1,12 +1,8 @@
|
|
1
|
+
---
|
1
2
|
uk:
|
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
|
10
6
|
simple_calendar:
|
11
7
|
title: Календар
|
12
8
|
ym_format: "%b %Y р."
|
@@ -30,36 +26,36 @@ uk:
|
|
30
26
|
- M12
|
31
27
|
date_labels:
|
32
28
|
-
|
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
|
-
-
|
29
|
+
- '1'
|
30
|
+
- '2'
|
31
|
+
- '3'
|
32
|
+
- '4'
|
33
|
+
- '5'
|
34
|
+
- '6'
|
35
|
+
- '7'
|
36
|
+
- '8'
|
37
|
+
- '9'
|
38
|
+
- '10'
|
39
|
+
- '11'
|
40
|
+
- '12'
|
41
|
+
- '13'
|
42
|
+
- '14'
|
43
|
+
- '15'
|
44
|
+
- '16'
|
45
|
+
- '17'
|
46
|
+
- '18'
|
47
|
+
- '19'
|
48
|
+
- '20'
|
49
|
+
- '21'
|
50
|
+
- '22'
|
51
|
+
- '23'
|
52
|
+
- '24'
|
53
|
+
- '25'
|
54
|
+
- '26'
|
55
|
+
- '27'
|
56
|
+
- '28'
|
57
|
+
- '29'
|
58
|
+
- '30'
|
63
59
|
heavenly_stems:
|
64
60
|
- Wood
|
65
61
|
- Wood
|
@@ -95,7 +91,7 @@ uk:
|
|
95
91
|
nengo:
|
96
92
|
reiwa: Рейва
|
97
93
|
ym_format: "%b %Y р. (%{nengo} %{alt_year})"
|
98
|
-
year_1:
|
94
|
+
year_1: '1'
|
99
95
|
hebrew:
|
100
96
|
ym_format: ", %{month_label} %{alt_year}"
|
101
97
|
month_labels:
|
@@ -1,12 +1,8 @@
|
|
1
|
+
---
|
1
2
|
zh-CN:
|
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
|
10
6
|
simple_calendar:
|
11
7
|
title: 日历
|
12
8
|
ym_format: "%Y年%-m月"
|
@@ -1,12 +1,8 @@
|
|
1
|
+
---
|
1
2
|
zh-HK:
|
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
|
10
6
|
simple_calendar:
|
11
7
|
title: 日曆
|
12
8
|
ym_format: "%Y年%-m月"
|
@@ -1,13 +1,37 @@
|
|
1
|
+
---
|
1
2
|
da:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
|
5
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
6
4
|
days_left_year:
|
7
5
|
title: Dage tilbage i år
|
8
6
|
days_passed: Dage gået
|
9
7
|
days_left: Dage tilbage
|
10
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
11
35
|
weather:
|
12
36
|
title: Vejr
|
13
37
|
temperature: Temperatur
|
@@ -18,4 +42,4 @@ da:
|
|
18
42
|
uv: UV
|
19
43
|
right_now: Lige nu
|
20
44
|
today: I dag
|
21
|
-
tomorrow: I morgen
|
45
|
+
tomorrow: I morgen
|
@@ -1,13 +1,37 @@
|
|
1
|
+
---
|
1
2
|
de-AT:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
|
5
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
6
4
|
days_left_year:
|
7
5
|
title: Verbleibende Tage dieses Jahr
|
8
6
|
days_passed: Vergangene Tage
|
9
7
|
days_left: Verbleibende Tage
|
10
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
11
35
|
weather:
|
12
36
|
title: Wetter
|
13
37
|
temperature: Temperatur
|
@@ -1,13 +1,37 @@
|
|
1
|
+
---
|
1
2
|
de:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
|
5
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
6
4
|
days_left_year:
|
7
5
|
title: Verbleibende Tage dieses Jahr
|
8
6
|
days_passed: Vergangene Tage
|
9
7
|
days_left: Verbleibende Tage
|
10
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
11
35
|
weather:
|
12
36
|
title: Wetter
|
13
37
|
temperature: Temperatur
|
@@ -1,13 +1,37 @@
|
|
1
|
+
---
|
1
2
|
en:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
|
5
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
6
4
|
days_left_year:
|
7
5
|
title: Days Left This Year
|
8
6
|
days_passed: Days Passed
|
9
7
|
days_left: Days Left
|
10
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
11
35
|
weather:
|
12
36
|
title: Weather
|
13
37
|
temperature: Temperature
|
@@ -1,12 +1,37 @@
|
|
1
|
+
---
|
1
2
|
es-ES:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
5
4
|
days_left_year:
|
6
5
|
title: Días Restantes En Este Año
|
7
6
|
days_passed: Días Pasados
|
8
7
|
days_left: Días Restantes
|
9
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
10
35
|
weather:
|
11
36
|
title: El Tiempo
|
12
37
|
temperature: Temperatura
|
@@ -1,13 +1,37 @@
|
|
1
|
+
---
|
1
2
|
fr:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
|
5
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
6
4
|
days_left_year:
|
7
5
|
title: Jours restants cette année
|
8
6
|
days_passed: Jours passés
|
9
7
|
days_left: Jours restants
|
10
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
11
35
|
weather:
|
12
36
|
title: Météo
|
13
37
|
temperature: Température
|
@@ -1,17 +1,41 @@
|
|
1
|
+
---
|
1
2
|
he:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
|
5
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
6
4
|
days_left_year:
|
7
5
|
title: ימים שנותרו עד לסוף השנה
|
8
6
|
days_passed: ימים שחלפו
|
9
7
|
days_left: ימים שנותרו
|
10
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
11
35
|
weather:
|
12
36
|
title: מזג אויר
|
13
37
|
temperature: טמפרטורה
|
14
|
-
feels_like: תחושה
|
38
|
+
feels_like: תחושה
|
15
39
|
humidity: לחות
|
16
40
|
low: נמוכה
|
17
41
|
high: גבוהה
|
@@ -1,13 +1,37 @@
|
|
1
|
+
---
|
1
2
|
id:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
|
5
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
6
4
|
days_left_year:
|
7
5
|
title: Days Left This Year
|
8
6
|
days_passed: Days Passed
|
9
7
|
days_left: Days Left
|
10
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
11
35
|
weather:
|
12
36
|
title: Weather
|
13
37
|
temperature: Temperature
|
@@ -1,13 +1,37 @@
|
|
1
|
+
---
|
1
2
|
it:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
|
5
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
6
4
|
days_left_year:
|
7
5
|
title: Days Left This Year
|
8
6
|
days_passed: Days Passed
|
9
7
|
days_left: Days Left
|
10
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
11
35
|
weather:
|
12
36
|
title: Weather
|
13
37
|
temperature: Temperature
|
@@ -1,13 +1,37 @@
|
|
1
|
+
---
|
1
2
|
ja:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
|
5
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
6
4
|
days_left_year:
|
7
5
|
title: 今年の残り日数
|
8
6
|
days_passed: 経過日数
|
9
7
|
days_left: 残り日数
|
10
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
11
35
|
weather:
|
12
36
|
title: 天気
|
13
37
|
temperature: 温度
|
@@ -1,13 +1,37 @@
|
|
1
|
+
---
|
1
2
|
ko:
|
2
|
-
# namespace to not interfere with other localizations
|
3
3
|
renders:
|
4
|
-
|
5
|
-
# plugin-specific localizations; alphabetize by plugin's keyname
|
6
4
|
days_left_year:
|
7
5
|
title: 올해 남은 날
|
8
6
|
days_passed: 일 후
|
9
7
|
days_left: 남은 날
|
10
|
-
|
8
|
+
parcel:
|
9
|
+
delivery_by: Delivery by
|
10
|
+
empty: There are no deliveries
|
11
|
+
errors:
|
12
|
+
api: Parcel API error
|
13
|
+
http: HTTP error %{code}
|
14
|
+
internal: Internal error
|
15
|
+
filter_modes:
|
16
|
+
active:
|
17
|
+
one: Active Delivery
|
18
|
+
other: Active Deliveries
|
19
|
+
recent:
|
20
|
+
one: Recent Delivery
|
21
|
+
other: Recent Deliveries
|
22
|
+
status:
|
23
|
+
delivered: Delivered
|
24
|
+
delivery_exception: Delivery Exception
|
25
|
+
expecting_pickup: Expecting Pickup
|
26
|
+
failed_delivery_attempt: Failed Delivery Attempt
|
27
|
+
frozen: Frozen
|
28
|
+
in_transit: In Transit
|
29
|
+
information_received: Information Received
|
30
|
+
not_found: Not Found
|
31
|
+
out_for_delivery: Out For Delivery
|
32
|
+
unknown: Unknown
|
33
|
+
today: Today
|
34
|
+
tomorrow: Tomorrow
|
11
35
|
weather:
|
12
36
|
title: 날씨
|
13
37
|
temperature: 온도
|