diff --git a/docs/translations-needed.md b/docs/translations-needed.md index 1613746842..25d42884e3 100644 --- a/docs/translations-needed.md +++ b/docs/translations-needed.md @@ -16,10 +16,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | Language file | Missing translations | | ----------------------- | ----------------------------------------------------------------------------------- | -| ar.json (missing 4) | progress bar timing: currentTime={1} duration={2} | -| | Exit Picture-in-Picture | -| | Picture-in-Picture | -| | No content | +| ar.json (Complete) | | | ba.json (missing 64) | Audio Player | | | Video Player | | | Replay | @@ -148,6 +145,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Exit Picture-in-Picture | | | Picture-in-Picture | | | No content | +| bn.json (missing 1) | Exit Fullscreen | | ca.json (missing 64) | Audio Player | | | Video Player | | | Replay | @@ -286,7 +284,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Exit Picture-in-Picture | | | Picture-in-Picture | | | No content | -| de.json (missing 1) | No content | +| de.json (Complete) | | | el.json (missing 50) | Audio Player | | | Video Player | | | Replay | @@ -337,7 +335,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Exit Picture-in-Picture | | | Picture-in-Picture | | | No content | -| es.json (missing 1) | No content | +| es.json (Complete) | | | et.json (missing 1) | No content | | eu.json (missing 1) | No content | | fa.json (missing 1) | No content | @@ -405,11 +403,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Exit Picture-in-Picture | | | Picture-in-Picture | | | No content | -| fr.json (missing 5) | Seek to live, currently behind live | -| | Seek to live, currently playing live | -| | Exit Picture-in-Picture | -| | Picture-in-Picture | -| | No content | +| fr.json (Complete) | | | gd.json (missing 3) | Exit Picture-in-Picture | | | Picture-in-Picture | | | No content | @@ -495,21 +489,8 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Casual | | | Script | | | No content | -| ja.json (missing 7) | Seek to live, currently behind live | -| | Seek to live, currently playing live | -| | Raised | -| | Depressed | -| | Casual | -| | Script | -| | No content | -| ko.json (missing 8) | Seek to live, currently behind live | -| | Seek to live, currently playing live | -| | Raised | -| | Depressed | -| | Dropshadow | -| | Casual | -| | Script | -| | No content | +| ja.json (Complete) | | +| ko.json (Complete) | | | lv.json (missing 1) | No content | | nb.json (missing 3) | Exit Picture-in-Picture | | | Picture-in-Picture | @@ -523,21 +504,8 @@ This default value is hardcoded as a default to the localize method in the SeekB | nn.json (missing 3) | Exit Picture-in-Picture | | | Picture-in-Picture | | | No content | -| oc.json (missing 3) | Exit Picture-in-Picture | -| | Picture-in-Picture | -| | No content | -| pl.json (missing 12) | Seek to live, currently behind live | -| | Seek to live, currently playing live | -| | progress bar timing: currentTime={1} duration={2} | -| | Proportional Sans-Serif | -| | Monospace Sans-Serif | -| | Proportional Serif | -| | Monospace Serif | -| | Casual | -| | Script | -| | Small Caps | -| | {1} is loading. | -| | No content | +| oc.json (Complete) | | +| pl.json (Complete) | | | pt-BR.json (missing 3) | Seek to live, currently behind live | | | Seek to live, currently playing live | | | No content | @@ -698,9 +666,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Exit Picture-in-Picture | | | Picture-in-Picture | | | No content | -| zh-CN.json (missing 1) | No content | -| zh-TW.json (missing 3) | Exit Picture-in-Picture | -| | Picture-in-Picture | -| | No content | +| zh-CN.json (Complete) | | +| zh-TW.json (Complete) | | diff --git a/lang/ar.json b/lang/ar.json index 02ff375ec5..44922a6e1c 100644 --- a/lang/ar.json +++ b/lang/ar.json @@ -37,6 +37,7 @@ "Seek to live, currently behind live": "ذهاب إلى نقطة البث المباشر، متأخر عن البث المباشر حاليًا", "Seek to live, currently playing live": "ذهاب إلى نقطة البث المباشر، البث المباشر قيد التشغيل حاليًا", "Progress Bar": "شريط التقدم", + "progress bar timing: currentTime={1} duration={2}": "{1} من {2}", "Descriptions": "الأوصاف", "descriptions off": "إخفاء الأوصاف", "Audio Track": "المسار الصوتي", @@ -82,5 +83,8 @@ "Caption Settings Dialog": "مربع حوار إعدادات التعليقات التوضيحية", "Beginning of dialog window. Escape will cancel and close the window.": "بداية نافذة مربع حوار. الضغط على زر \"Escape\" سيؤدي إلى الإلغاء وإغلاق النافذة.", "End of dialog window.": "نهاية نافذة مربع حوار.", - "{1} is loading.": "{1} قيد التحميل." + "{1} is loading.": "{1} قيد التحميل.", + "Exit Picture-in-Picture": "خرج من وضع صورة داخل صورة", + "Picture-in-Picture": "صورة داخل صورة", + "No content": "لا يوجد محتوى" } diff --git a/lang/de.json b/lang/de.json index 1680d5e523..d02e4457cb 100644 --- a/lang/de.json +++ b/lang/de.json @@ -85,6 +85,7 @@ "Seek to live, currently behind live": "Zur Live-Übertragung wechseln. Aktuell wird es nicht live abgespielt.", "Seek to live, currently playing live": "Zur Live-Übertragung wechseln. Es wird aktuell live abgespielt.", "Exit Picture-in-Picture": "Bild-im-Bild-Modus beenden", - "Picture-in-Picture": "Bild-im-Bild-Modus" + "Picture-in-Picture": "Bild-im-Bild-Modus", + "No content": "Kein Inhalt" } diff --git a/lang/es.json b/lang/es.json index 51a68b987c..28932ff4f5 100644 --- a/lang/es.json +++ b/lang/es.json @@ -85,5 +85,6 @@ "End of dialog window.": "Final de la ventana de diálogo.", "{1} is loading.": "{1} se está cargando.", "Exit Picture-in-Picture": "Salir de imagen sobre imagen", - "Picture-in-Picture": "Imagen sobre imagen" + "Picture-in-Picture": "Imagen sobre imagen", + "No content": "Sin contenido" } diff --git a/lang/fr.json b/lang/fr.json index 418900c036..69b3ffd8e4 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -9,6 +9,8 @@ "Remaining Time": "Temps restant", "Stream Type": "Type de flux", "LIVE": "EN DIRECT", + "Seek to live, currently behind live": "Rechercher le direct, actuellement après le direct", + "Seek to live, currently playing live": "Rechercher le direct, le direct actuellement en cours de lecture", "Loaded": "Chargé", "Progress": "Progression", "Progress Bar": "Barre de progression", @@ -83,5 +85,6 @@ "End of dialog window.": "Fin de la fenêtre de dialogue.", "Exit Picture-in-Picture": "Quitter le mode image dans l'image", "Picture-in-Picture": "Image dans l'image", - "{1} is loading.": "{1} en cours de chargement." + "{1} is loading.": "{1} en cours de chargement.", + "No content": "Aucun contenu" } diff --git a/lang/ja.json b/lang/ja.json index 436cbab2c3..4f632ae2f4 100644 --- a/lang/ja.json +++ b/lang/ja.json @@ -9,6 +9,8 @@ "Remaining Time": "残りの時間", "Stream Type": "ストリームの種類", "LIVE": "ライブ", + "Seek to live, currently behind live": "ライブまでシーク、現在、ライブより遅れています", + "Seek to live, currently playing live": "ライブまでシーク、現在、ライブより遅れています", "Loaded": "ロード済み", "Progress": "進行状況", "Progress Bar": "シークバー", @@ -63,6 +65,8 @@ "Font Size": "文字サイズ", "Text Edge Style": "テキストのアウトラインのスタイル", "None": "なし", + "Raised": "浮き出し", + "Depressed": "浮き彫り", "Uniform": "均一", "Dropshadow": "影付き", "Font Family": "フォントの種類", @@ -70,6 +74,8 @@ "Monospace Sans-Serif": "セリフなし等幅フォント", "Proportional Serif": "セリフあり可変幅フォント", "Monospace Serif": "セリフあり等幅フォント", + "Casual": "カジュアル", + "Script": "スクリプト", "Small Caps": "スモールキャピタル", "Reset": "リセット", "restore all settings to the default values": "すべての設定をデフォルト値に戻す", @@ -79,5 +85,6 @@ "End of dialog window.": "ダイアログボックスの終了", "{1} is loading.": "{1}は読み込み中です。", "Exit Picture-in-Picture": "ピクチャーインピクチャー機能の終了", - "Picture-in-Picture": "ピクチャーインピクチャー" + "Picture-in-Picture": "ピクチャーインピクチャー", + "No content": "コンテンツなし" } diff --git a/lang/ko.json b/lang/ko.json index 5aaaa2af79..f777ce886a 100644 --- a/lang/ko.json +++ b/lang/ko.json @@ -9,6 +9,8 @@ "Remaining Time": "남은 시간", "Stream Type": "스트리밍 유형", "LIVE": "라이브", + "Seek to live, currently behind live": "Seek to Live, 현재 생중계보다 뒤처짐", + "Seek to live, currently playing live": "Seek to Live, 현재 생중계 스트리밍 중", "Loaded": "로드됨", "Progress": "진행", "Progress Bar": "진행 표시줄", @@ -63,12 +65,17 @@ "Font Size": "폰트 크기", "Text Edge Style": "텍스트 가장자리 스타일", "None": "없음", + "Raised": "글자 위치 올림", + "Depressed": "글자 위치 내림", "Uniform": "균일", + "Dropshadow": "그림자 효과 넣기", "Font Family": "폰트 모음", "Proportional Sans-Serif": "비례 산세리프체", "Monospace Sans-Serif": "고정폭 산세리프체", "Proportional Serif": "비례 세리프체", "Monospace Serif": "고정폭 세리프체", + "Casual": "캐주얼", + "Script": "스크립트", "Small Caps": "소문자", "Reset": "리셋", "restore all settings to the default values": "모든 설정을 기본값으로 복원", @@ -78,5 +85,6 @@ "End of dialog window.": "대화창 종료", "{1} is loading.": "{1}이(가) 로딩 중입니다.", "Exit Picture-in-Picture": "Picture-in-Picture 종료", - "Picture-in-Picture": "Picture-in-Picture" + "Picture-in-Picture": "Picture-in-Picture", + "No content": "콘텐츠 없음" } diff --git a/lang/zh-CN.json b/lang/zh-CN.json index d44c7324a8..e622bdf7b0 100644 --- a/lang/zh-CN.json +++ b/lang/zh-CN.json @@ -85,5 +85,6 @@ "Seek to live, currently behind live": "尝试直播,当前为延时播放", "Seek to live, currently playing live": "尝试直播,当前为实时播放", "progress bar timing: currentTime={1} duration={2}": "{1}/{2}", - "{1} is loading.": "正在加载 {1}。" + "{1} is loading.": "正在加载 {1}。", + "No content": "无内容" } diff --git a/lang/zh-TW.json b/lang/zh-TW.json index 881bf1ff0d..70808eae46 100644 --- a/lang/zh-TW.json +++ b/lang/zh-TW.json @@ -10,6 +10,8 @@ "Progress": "進度", "Fullscreen": "全螢幕", "Exit Fullscreen": "退出全螢幕", + "Picture-in-Picture": "子母畫面", + "Exit Picture-in-Picture": "退出子母畫面", "Mute": "靜音", "Unmute": "取消靜音", "Playback Rate": " 播放速率", @@ -83,5 +85,6 @@ "Seek to live, currently behind live": "快轉至直播,目前為稍早畫面", "Seek to live, currently playing live": "快轉至直播,目前為現場畫面", "progress bar timing: currentTime={1} duration={2}": "{1}/{2}", - "{1} is loading.": "{1} 正在載入。" + "{1} is loading.": "{1} 正在載入。", + "No content": "無內容" }