trmnl-i18n 0.0.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.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/README.adoc +5 -7
  4. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +32 -36
  5. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +32 -36
  6. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +32 -36
  7. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +32 -36
  8. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +32 -36
  9. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +32 -36
  10. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +32 -36
  11. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +32 -36
  12. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +32 -36
  13. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +31 -35
  14. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +32 -36
  15. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +32 -36
  16. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +32 -36
  17. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +32 -36
  18. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +32 -36
  19. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +1 -5
  20. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +1 -5
  21. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +29 -5
  22. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +28 -4
  23. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +28 -4
  24. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +28 -4
  25. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +28 -3
  26. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +28 -4
  27. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +29 -5
  28. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +28 -4
  29. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +28 -4
  30. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +28 -4
  31. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +28 -4
  32. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +28 -4
  33. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +29 -5
  34. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +28 -4
  35. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +28 -4
  36. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +28 -4
  37. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +28 -4
  38. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +28 -4
  39. data/lib/trmnl/i18n/locales/web_ui/da.yml +66 -61
  40. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +54 -50
  41. data/lib/trmnl/i18n/locales/web_ui/de.yml +55 -51
  42. data/lib/trmnl/i18n/locales/web_ui/en.yml +55 -51
  43. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +55 -51
  44. data/lib/trmnl/i18n/locales/web_ui/fr.yml +51 -47
  45. data/lib/trmnl/i18n/locales/web_ui/he.yml +54 -50
  46. data/lib/trmnl/i18n/locales/web_ui/id.yml +52 -48
  47. data/lib/trmnl/i18n/locales/web_ui/it.yml +54 -50
  48. data/lib/trmnl/i18n/locales/web_ui/ja.yml +56 -52
  49. data/lib/trmnl/i18n/locales/web_ui/ko.yml +53 -49
  50. data/lib/trmnl/i18n/locales/web_ui/nl.yml +52 -48
  51. data/lib/trmnl/i18n/locales/web_ui/no.yml +35 -34
  52. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +55 -51
  53. data/lib/trmnl/i18n/locales/web_ui/raw.yml +44 -44
  54. data/lib/trmnl/i18n/locales/web_ui/uk.yml +58 -54
  55. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +53 -49
  56. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +70 -66
  57. data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
  58. data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
  59. data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
  60. data/trmnl-i18n.gemspec +3 -3
  61. data.tar.gz.sig +0 -0
  62. metadata +21 -19
  63. 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
- - "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"
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: "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
- - "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"
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: "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: 온도