From c354c08f9cefd5adb7e605a3a9d5c6ee4f7442d4 Mon Sep 17 00:00:00 2001 From: Adam Waldron Date: Thu, 19 Jan 2023 14:10:03 -0800 Subject: [PATCH] fix casing, update docs --- docs/translations-needed.md | 56 ++++++++----------------------------- lang/ar.json | 2 +- lang/de.json | 2 +- lang/es.json | 2 +- lang/fr.json | 2 +- lang/ja.json | 2 +- lang/ko.json | 2 +- 7 files changed, 17 insertions(+), 51 deletions(-) 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 9eb26652a2..44922a6e1c 100644 --- a/lang/ar.json +++ b/lang/ar.json @@ -86,5 +86,5 @@ "{1} is loading.": "{1} قيد التحميل.", "Exit Picture-in-Picture": "خرج من وضع صورة داخل صورة", "Picture-in-Picture": "صورة داخل صورة", - "No Content": "لا يوجد محتوى" + "No content": "لا يوجد محتوى" } diff --git a/lang/de.json b/lang/de.json index 3ac3291fab..d02e4457cb 100644 --- a/lang/de.json +++ b/lang/de.json @@ -86,6 +86,6 @@ "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", - "No Content": "Kein Inhalt" + "No content": "Kein Inhalt" } diff --git a/lang/es.json b/lang/es.json index 61da54cac0..28932ff4f5 100644 --- a/lang/es.json +++ b/lang/es.json @@ -86,5 +86,5 @@ "{1} is loading.": "{1} se está cargando.", "Exit Picture-in-Picture": "Salir de imagen sobre imagen", "Picture-in-Picture": "Imagen sobre imagen", - "No Content": "Sin contenido" + "No content": "Sin contenido" } diff --git a/lang/fr.json b/lang/fr.json index 767ccb5494..69b3ffd8e4 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -86,5 +86,5 @@ "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.", - "No Content": "Aucun contenu" + "No content": "Aucun contenu" } diff --git a/lang/ja.json b/lang/ja.json index 0cde2552f5..4f632ae2f4 100644 --- a/lang/ja.json +++ b/lang/ja.json @@ -86,5 +86,5 @@ "{1} is loading.": "{1}は読み込み中です。", "Exit Picture-in-Picture": "ピクチャーインピクチャー機能の終了", "Picture-in-Picture": "ピクチャーインピクチャー", - "No Content": "コンテンツなし" + "No content": "コンテンツなし" } diff --git a/lang/ko.json b/lang/ko.json index 7966425b66..f777ce886a 100644 --- a/lang/ko.json +++ b/lang/ko.json @@ -86,5 +86,5 @@ "{1} is loading.": "{1}이(가) 로딩 중입니다.", "Exit Picture-in-Picture": "Picture-in-Picture 종료", "Picture-in-Picture": "Picture-in-Picture", - "No Content": "콘텐츠 없음" + "No content": "콘텐츠 없음" }