Skip to content

Commit b6cec4f

Browse files
chore(lang): update zh-TW translations (#8929)
## Description - Add "Playing in Picture-in-Picture" translations to zh-TW.json - Deduplicate object keys in zh-TW.json - Update translations-needed.md - Auto-generated - The np.json section removed from translations-needed.md was a duplicate. ## Specific Changes proposed - Add missing translation for "Playing in Picture-in-Picture" to zh-TW locale. - Remove duplicate keys 'Picture-in-Picture' and 'Exit Picture-in-Picture' from zh-TW.json to eliminate redundancy. ## Requirements Checklist - [ ] Feature implemented / Bug fixed - [ ] If necessary, more likely in a feature request than a bug fix - [x] Change has been verified in an actual browser (Chrome, Firefox, IE) - [x] Docs/guides updated - [x] Has no DOM changes which impact accessiblilty or trigger warnings (e.g. Chrome issues tab) - [x] Has no changes to JSDoc which cause `npm run docs:api` to error - [ ] Example created ([starter template on JSBin](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0)) - [ ] Reviewed by Two Core Contributors --------- Co-authored-by: Harisha Rajam Swaminathan <[email protected]>
1 parent ca6f823 commit b6cec4f

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

docs/translations-needed.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
1616

1717
| Language file | Missing translations |
1818
| ----------------------- | ----------------------------------------------------------------------------------- |
19-
| ar.json (Complete) | |
19+
| ar.json (Complete) | |
2020
| az.json (Complete) | |
2121
| ba.json (missing 71) | Audio Player |
2222
| | Video Player |
@@ -506,6 +506,7 @@ This default value is hardcoded as a default to the localize method in the SeekB
506506
| | Text Background |
507507
| | Caption Area Background |
508508
| | Playing in Picture-in-Picture |
509+
| mr.json (Complete) | |
509510
| nb.json (Complete) | |
510511
| nl.json (missing 1) | Playing in Picture-in-Picture |
511512
| 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
527528
| | Playing in Picture-in-Picture |
528529
| | Skip backward {1} seconds |
529530
| | Skip forward {1} seconds |
530-
| np.json (missing 9) | Drop shadow |
531-
| | No content |
532-
| | Color |
533-
| | Opacity |
534-
| | Text Background |
535-
| | Caption Area Background |
536-
| | Playing in Picture-in-Picture |
537-
| | Skip backward {1} seconds |
538-
| | Skip forward {1} seconds |
539531
| oc.json (missing 7) | Color |
540532
| | Opacity |
541533
| | Text Background |
@@ -790,6 +782,6 @@ This default value is hardcoded as a default to the localize method in the SeekB
790782
| | Skip forward {1} seconds |
791783
| zh-CN.json (missing 2) | Drop shadow |
792784
| | Playing in Picture-in-Picture |
793-
| zh-TW.json (missing 1) | Playing in Picture-in-Picture |
785+
| zh-TW.json (Complete) | |
794786

795787
<!-- END langtable -->

lang/zh-TW.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
"Progress": "進度",
1111
"Fullscreen": "全螢幕",
1212
"Exit Fullscreen": "退出全螢幕",
13-
"Picture-in-Picture": "子母畫面",
14-
"Exit Picture-in-Picture": "退出子母畫面",
1513
"Mute": "靜音",
1614
"Unmute": "開啟音效",
1715
"Playback Rate": " 播放速率",
@@ -87,6 +85,7 @@
8785
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
8886
"{1} is loading.": "{1} 正在載入。",
8987
"Exit Picture-in-Picture": "離開子母畫面",
88+
"Playing in Picture-in-Picture": "在子母畫面中播放",
9089
"Picture-in-Picture": "子母畫面",
9190
"No content": "沒有內容",
9291
"Color": "顏色",

0 commit comments

Comments
 (0)