From faa8ffd2eac9c58c96ab4c7cf15e46bf0747f236 Mon Sep 17 00:00:00 2001 From: SimonAllen Date: Tue, 26 Nov 2024 12:49:59 +0800 Subject: [PATCH 1/3] Update translations - add missing translations to zh-TW.json - deduplicate object keys in zh-TW.json --- lang/zh-TW.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/zh-TW.json b/lang/zh-TW.json index 335837d646..28fce5aefa 100644 --- a/lang/zh-TW.json +++ b/lang/zh-TW.json @@ -10,8 +10,6 @@ "Progress": "進度", "Fullscreen": "全螢幕", "Exit Fullscreen": "退出全螢幕", - "Picture-in-Picture": "子母畫面", - "Exit Picture-in-Picture": "退出子母畫面", "Mute": "靜音", "Unmute": "開啟音效", "Playback Rate": " 播放速率", @@ -87,6 +85,7 @@ "progress bar timing: currentTime={1} duration={2}": "{1}/{2}", "{1} is loading.": "{1} 正在載入。", "Exit Picture-in-Picture": "離開子母畫面", + "Playing in Picture-in-Picture": "在子母畫面播放中", "Picture-in-Picture": "子母畫面", "No content": "沒有內容", "Color": "顏色", From b2e4e3e1d1093a9cbeb0c83e8e96816a89065227 Mon Sep 17 00:00:00 2001 From: SimonAllen Date: Tue, 26 Nov 2024 12:59:26 +0800 Subject: [PATCH 2/3] Update translations-needed.md --- docs/translations-needed.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/translations-needed.md b/docs/translations-needed.md index ec1d24fa51..c798fe7971 100644 --- a/docs/translations-needed.md +++ b/docs/translations-needed.md @@ -16,7 +16,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | Language file | Missing translations | | ----------------------- | ----------------------------------------------------------------------------------- | -| ar.json (Complete) | | +| ar.json (Complete) | | | az.json (Complete) | | | ba.json (missing 71) | Audio Player | | | Video Player | @@ -506,6 +506,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Text Background | | | Caption Area Background | | | Playing in Picture-in-Picture | +| mr.json (Complete) | | | nb.json (Complete) | | | nl.json (missing 1) | Playing in Picture-in-Picture | | nn.json (missing 10) | Exit Picture-in-Picture | @@ -527,15 +528,6 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Playing in Picture-in-Picture | | | Skip backward {1} seconds | | | Skip forward {1} seconds | -| np.json (missing 9) | Drop shadow | -| | No content | -| | Color | -| | Opacity | -| | Text Background | -| | Caption Area Background | -| | Playing in Picture-in-Picture | -| | Skip backward {1} seconds | -| | Skip forward {1} seconds | | oc.json (missing 7) | Color | | | Opacity | | | Text Background | @@ -790,6 +782,6 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Skip forward {1} seconds | | zh-CN.json (missing 2) | Drop shadow | | | Playing in Picture-in-Picture | -| zh-TW.json (missing 1) | Playing in Picture-in-Picture | +| zh-TW.json (Complete) | | From 5bcf643e360019ac8c791f7e0fdd0d1b61dbbab6 Mon Sep 17 00:00:00 2001 From: SimonAllen Date: Tue, 26 Nov 2024 14:13:19 +0800 Subject: [PATCH 3/3] Update translations to zh-TW.json --- lang/zh-TW.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/zh-TW.json b/lang/zh-TW.json index 28fce5aefa..3853dbe17f 100644 --- a/lang/zh-TW.json +++ b/lang/zh-TW.json @@ -85,7 +85,7 @@ "progress bar timing: currentTime={1} duration={2}": "{1}/{2}", "{1} is loading.": "{1} 正在載入。", "Exit Picture-in-Picture": "離開子母畫面", - "Playing in Picture-in-Picture": "在子母畫面播放中", + "Playing in Picture-in-Picture": "在子母畫面中播放", "Picture-in-Picture": "子母畫面", "No content": "沒有內容", "Color": "顏色",