From 7d385c94770daa4630ee90550df4b5ce987a699e Mon Sep 17 00:00:00 2001 From: kyw504100 Date: Sat, 12 Feb 2022 19:45:57 +0800 Subject: [PATCH 1/6] Duplicated items in sk_SK.jsonc --- src/i18n/sk_SK.jsonc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/sk_SK.jsonc b/src/i18n/sk_SK.jsonc index 6d77106c..22785c26 100644 --- a/src/i18n/sk_SK.jsonc +++ b/src/i18n/sk_SK.jsonc @@ -1,4 +1,4 @@ -{ +{ // To translator, please correct Line 294-297. Delete this sentence after that. // i18n Info "i18n.languageName": "Slovenčina (SK)", // name of language in native language @@ -291,10 +291,10 @@ // Settings - Experimental "settings.header.experimental": "Experimentálne", "settings.header.experimental.description": "Zmeniť experimentálne nastavenia pre Cider.", - "settings.option.experimental.compactUI": "Compact UI", // Toggle - "settings.option.experimental.close_button_hide": "Zatvoriť by malo skriť aplikáciu", - "settings.option.experimental.compactUI": "Kompaktný UI", // Toggle - "settings.option.experimental.close_button_hide": "Zatvaranie aplikácie ju malo skriť", + //"settings.option.experimental.compactUI": "Compact UI", // Toggle + //"settings.option.experimental.close_button_hide": "Zatvoriť by malo skriť aplikáciu", + //"settings.option.experimental.compactUI": "Kompaktný UI", // Toggle + //"settings.option.experimental.close_button_hide": "Zatvaranie aplikácie ju malo skriť", // Refer to term.disabled & term.enabled // Spatialization Menu From 59e30a1424c2ec4277b1398d846548d5dfbd52f7 Mon Sep 17 00:00:00 2001 From: kyw504100 Date: Sat, 12 Feb 2022 19:50:37 +0800 Subject: [PATCH 2/6] quacksire, no comma --- src/i18n/en_QUK.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/en_QUK.jsonc b/src/i18n/en_QUK.jsonc index 3caf1ae7..bdadd21d 100644 --- a/src/i18n/en_QUK.jsonc +++ b/src/i18n/en_QUK.jsonc @@ -365,5 +365,5 @@ "remote.web.description": "Scan the QR code to pair your phone up with this Cider instance", // About - "about.thanks": "Major thanks to the Cider Collective Team and all of our contributors. Translation file made by @quacksire", + "about.thanks": "Major thanks to the Cider Collective Team and all of our contributors. Translation file made by @quacksire" } \ No newline at end of file From 9faa5ec01429011b9b48f3b1eeacb09497b28377 Mon Sep 17 00:00:00 2001 From: kyw504100 Date: Sat, 12 Feb 2022 20:04:51 +0800 Subject: [PATCH 3/6] Update i18n changelog --- src/i18n/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/i18n/README.md b/src/i18n/README.md index 264ceea6..b5480a90 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -105,3 +105,8 @@ Update 08/02/2022 10:20 UTC Update 10/02/2022 05:58 UTC * `term.sortBy.dateAdded`: Added for `en_US`. + +Update 12/02/2022 12:00 UTC + +* Added support for multiple plural forms. [Details](#multiple-plural-forms) +* `term.version`: Added for `en_US`. \ No newline at end of file From ba41683589e21bf8ba4a0878498ab1781132604f Mon Sep 17 00:00:00 2001 From: kyw504100 Date: Sat, 12 Feb 2022 20:08:21 +0800 Subject: [PATCH 4/6] Update zh_HK.jsonc --- src/i18n/zh_HK.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/i18n/zh_HK.jsonc b/src/i18n/zh_HK.jsonc index c6aa902f..a67cb7c5 100644 --- a/src/i18n/zh_HK.jsonc +++ b/src/i18n/zh_HK.jsonc @@ -72,6 +72,7 @@ "term.sortBy.genre": "音樂風格", "term.sortBy.releaseDate": "發行日期", "term.sortBy.duration": "時長", + "term.sortBy.dateAdded": "加入日期", "term.sortOrder": "字母排序", "term.sortOrder.ascending": "順序", "term.sortOrder.descending": "倒序", @@ -123,6 +124,11 @@ "term.contributors": "貢獻者", "term.equalizer": "均衡器", "term.reset": "重設", + // Example for multiple plural forms : look up the key for your language in https://github.com/prantlf/fast-plural-rules/blob/master/docs/languages.md#supported-languages + // "term.track": { + // "one" : "track", + // "other" : "tracks" + // }, "term.tracks": "首歌曲", // Assume x amount of tracks. e.g. 50 tracks "term.videos": "影片", "term.menu": "選項", @@ -145,6 +151,7 @@ "term.recordLabels": "唱片公司", "term.videoExtras": "影片特輯", //"term.top": "Top", + "term.version": "版本", // Home "home.title": "主頁", From f87869397ca9a4d999068dd45aaee04720afa2fa Mon Sep 17 00:00:00 2001 From: kyw504100 Date: Sat, 12 Feb 2022 20:14:18 +0800 Subject: [PATCH 5/6] nope --- src/i18n/en_US.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/en_US.jsonc b/src/i18n/en_US.jsonc index fc16c0c1..034a20e6 100644 --- a/src/i18n/en_US.jsonc +++ b/src/i18n/en_US.jsonc @@ -152,6 +152,7 @@ "term.videoExtras": "Video Extras", "term.top": "Top", "term.version": "Version", + // Home "home.title": "Home", "home.recentlyPlayed": "Recently Played", From 6c9d2e064d5eca5d5ce1ce68b7388fc2fef3e7a6 Mon Sep 17 00:00:00 2001 From: kyw504100 Date: Sat, 12 Feb 2022 20:17:08 +0800 Subject: [PATCH 6/6] Update en_SGA.jsonc --- src/i18n/en_SGA.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/i18n/en_SGA.jsonc b/src/i18n/en_SGA.jsonc index 2174befe..875080cd 100644 --- a/src/i18n/en_SGA.jsonc +++ b/src/i18n/en_SGA.jsonc @@ -72,6 +72,7 @@ "term.sortBy.genre": "┤ᒷリ∷ᒷ", "term.sortBy.releaseDate": "∷ᒷ|:ᒷᖋϟᒷ ↸ᖋᒣᒷ", "term.sortBy.duration": "↸⚍∷ᖋᒣ╎ᒍリ", + "term.sortBy.dateAdded": "↸ᖋᒣᒷ ᖋ↸↸ᒷ↸", "term.sortOrder": "ᖋ-∩", "term.sortOrder.ascending": "ᖋϟᔮᒷリ↸╎リ┤", "term.sortOrder.descending": "↸ᒷϟᔮᒷリ↸╎リ┤", @@ -123,6 +124,11 @@ "term.contributors": "ᔮᒍリᒣ∷╎ᕊ⚍ᒣᒍ∷ϟ", "term.equalizer": "ᒷᑑ⚍ᖋ|:╎∩ᒷ∷", "term.reset": "∷ᒷϟᒷᒣ", + // Example for multiple plural forms : look up the key for your language in https://github.com/prantlf/fast-plural-rules/blob/master/docs/languages.md#supported-languages + // "term.track": { + // "one" : "track", + // "other" : "tracks" + // }, "term.tracks": "ᒣ∷ᖋᔮ·ǀ·ϟ", // Assume x amount of tracks. e.g. 50 tracks "term.videos": "⍊╎↸ᒷᒍ", "term.menu": "ᒲᒷ⚍リ", @@ -145,6 +151,7 @@ "term.recordLabels": "∷ᒷᔮᒍ∷↸ |:ᖋᕊᒷ|:ϟ", "term.videoExtras": "⍊╎↸ᒷᒍ ᒷ/ᒣ∷ᖋϟ", "term.top": "ᒣᒍi!", + "term.version": "⍊ᒷ∷ϟ╎ᒍリ", // Home "home.title": "⍑ᒍᒲᒷ",